From 03d55e94a44b24cddf57dea5a98236754f9f1d42 Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 4 Dec 2021 23:06:07 +0530 Subject: [PATCH] update highlights for lsp diagnostics --- lua/colors/highlights.lua | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 0da5e41..4ac4ff2 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -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)