feat: add hl LspInfoBorder (#236)

This commit is contained in:
Loong Wang 2022-10-06 05:22:49 +08:00 committed by GitHub
parent 459678063f
commit a950f62157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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