From a950f6215772d3ee8db61720b7bda43551e56c40 Mon Sep 17 00:00:00 2001 From: Loong Wang Date: Thu, 6 Oct 2022 05:22:49 +0800 Subject: [PATCH] feat: add hl `LspInfoBorder` (#236) --- lua/tokyonight/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 016f323..7800d0b 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -192,6 +192,8 @@ function M.setup() LspSignatureActiveParameter = { fg = c.orange }, LspCodeLens = { fg = c.comment }, + LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float }, + ALEErrorSign = { fg = c.error }, ALEWarningSign = { fg = c.warning },