summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/no-clown-fiesta/highlight-group/lsp.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua
index a9c82cd..bc38bc0 100644
--- a/lua/no-clown-fiesta/highlight-group/lsp.lua
+++ b/lua/no-clown-fiesta/highlight-group/lsp.lua
@@ -33,10 +33,10 @@ function M.highlight(palette)
LspDiagnosticsInfo = { fg = palette.info_yellow },
LspDiagnosticsHint = { fg = palette.h },
LspDiagnosticsUnderlineError = { sp = palette.error_red, style = "underline" },
- LspDiagnosticsUnderlineWarning = { sp = nil, style = "underline" },
- LspDiagnosticsUnderlineInformation = { sp = nil, style = "underline" },
- LspDiagnosticsUnderlineInfo = { sp = nil, style = "underline" },
- LspDiagnosticsUnderlineHint = { sp = nil, style = "underline" },
+ LspDiagnosticsUnderlineWarning = { sp = palette.bg, style = "underline" },
+ LspDiagnosticsUnderlineInformation = { sp = palette.bg, style = "underline" },
+ LspDiagnosticsUnderlineInfo = { sp = palette.bg, style = "underline" },
+ LspDiagnosticsUnderlineHint = { sp = palette.bg, style = "underline" },
LspReferenceRead = { bg = "#36383F" },
LspReferenceText = { bg = "#36383F" },
LspReferenceWrite = { bg = "#36383f" },