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
|
-- Indent blankline plugin
|
||||||
fg("IndentBlanklineChar", line)
|
fg("IndentBlanklineChar", line)
|
||||||
|
|
||||||
-- ]]
|
-- Lsp diagnostics
|
||||||
|
|
||||||
-- [[ LspDiagnostics
|
fg("DiagnosticHint", purple)
|
||||||
|
fg("DiagnosticError", red)
|
||||||
-- Errors
|
fg("DiagnosticWarn", yellow)
|
||||||
fg("LspDiagnosticsSignError", red)
|
fg("DiagnosticInformation", green)
|
||||||
fg("LspDiagnosticsSignWarning", yellow)
|
|
||||||
fg("LspDiagnosticsVirtualTextError", red)
|
|
||||||
fg("LspDiagnosticsVirtualTextWarning", yellow)
|
|
||||||
|
|
||||||
-- Info
|
|
||||||
fg("LspDiagnosticsSignInformation", green)
|
|
||||||
fg("LspDiagnosticsVirtualTextInformation", green)
|
|
||||||
|
|
||||||
-- Hints
|
|
||||||
fg("LspDiagnosticsSignHint", purple)
|
|
||||||
fg("LspDiagnosticsVirtualTextHint", purple)
|
|
||||||
|
|
||||||
-- ]]
|
|
||||||
|
|
||||||
-- NvimTree
|
-- NvimTree
|
||||||
fg("NvimTreeEmptyFolderName", blue)
|
fg("NvimTreeEmptyFolderName", blue)
|
||||||
|
Loading…
Reference in New Issue
Block a user