feat: add hl LspInfoBorder (#236)
This commit is contained in:
@@ -192,6 +192,8 @@ function M.setup()
|
|||||||
LspSignatureActiveParameter = { fg = c.orange },
|
LspSignatureActiveParameter = { fg = c.orange },
|
||||||
LspCodeLens = { fg = c.comment },
|
LspCodeLens = { fg = c.comment },
|
||||||
|
|
||||||
|
LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },
|
||||||
|
|
||||||
ALEErrorSign = { fg = c.error },
|
ALEErrorSign = { fg = c.error },
|
||||||
ALEWarningSign = { fg = c.warning },
|
ALEWarningSign = { fg = c.warning },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user