Add diagnostic highlights
This commit is contained in:
parent
a45ba46fbf
commit
3a59a9833a
1 changed files with 8 additions and 0 deletions
|
@ -204,6 +204,14 @@ M.highlights = function()
|
|||
MatchParen = { fg = C.red, bg = C.reg_bg, bold = true },
|
||||
},
|
||||
|
||||
diagnostic = {
|
||||
DiagnosticOk = { fg = C.green },
|
||||
DiagnosticWarn = { link = 'Warning' },
|
||||
DiagnosticError = { link = 'Error' },
|
||||
DiagnosticInfo = { fg = C.br_blue },
|
||||
DiagnosticHint = { fg = C.fg0 },
|
||||
},
|
||||
|
||||
pum = {
|
||||
Pmenu = { fg = fg, bg = C.bg2 }, -- popup menu normal item
|
||||
PmenuSel = { fg = C.bg3, bg = C.fg2, reverse = true}, -- selected item
|
||||
|
|
Loading…
Add table
Reference in a new issue