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 },