diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 02:13:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 02:13:08 +0200 |
commit | f0f1f41c2c2405641f06686c5ea3f04c614113bf (patch) | |
tree | e64804598ae9950ca5d2ab039113498467c551dd /lua/no-clown-fiesta | |
parent | 72c66dd2c2185303e58ff0e7ac6094fcb48bb304 (diff) |
Change sp to fg
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/lsp.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index bc38bc0..a9944e5 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -32,11 +32,11 @@ function M.highlight(palette) LspDiagnosticsInformation = { fg = palette.info_yellow }, LspDiagnosticsInfo = { fg = palette.info_yellow }, LspDiagnosticsHint = { fg = palette.h }, - LspDiagnosticsUnderlineError = { sp = palette.error_red, 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" }, + LspDiagnosticsUnderlineError = { fg = palette.error_red, style = "underline" }, + LspDiagnosticsUnderlineWarning = { fg = palette.bg, style = "underline" }, + LspDiagnosticsUnderlineInformation = { fg = palette.bg, style = "underline" }, + LspDiagnosticsUnderlineInfo = { fg = palette.bg, style = "underline" }, + LspDiagnosticsUnderlineHint = { fg = palette.bg, style = "underline" }, LspReferenceRead = { bg = "#36383F" }, LspReferenceText = { bg = "#36383F" }, LspReferenceWrite = { bg = "#36383f" }, |