update highlights for lsp diagnostics
This commit is contained in:
parent
84c3a18fab
commit
03d55e94a4
|
@ -92,25 +92,12 @@ fg_bg("DiffDelete", red, "NONE")
|
|||
-- Indent blankline plugin
|
||||
fg("IndentBlanklineChar", line)
|
||||
|
||||
-- ]]
|
||||
-- Lsp diagnostics
|
||||
|
||||
-- [[ LspDiagnostics
|
||||
|
||||
-- Errors
|
||||
fg("LspDiagnosticsSignError", red)
|
||||
fg("LspDiagnosticsSignWarning", yellow)
|
||||
fg("LspDiagnosticsVirtualTextError", red)
|
||||
fg("LspDiagnosticsVirtualTextWarning", yellow)
|
||||
|
||||
-- Info
|
||||
fg("LspDiagnosticsSignInformation", green)
|
||||
fg("LspDiagnosticsVirtualTextInformation", green)
|
||||
|
||||
-- Hints
|
||||
fg("LspDiagnosticsSignHint", purple)
|
||||
fg("LspDiagnosticsVirtualTextHint", purple)
|
||||
|
||||
-- ]]
|
||||
fg("DiagnosticHint", purple)
|
||||
fg("DiagnosticError", red)
|
||||
fg("DiagnosticWarn", yellow)
|
||||
fg("DiagnosticInformation", green)
|
||||
|
||||
-- NvimTree
|
||||
fg("NvimTreeEmptyFolderName", blue)
|
||||
|
|
Loading…
Reference in New Issue