diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:08:59 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:08:59 +0200 |
commit | 0b14854b8c0912cf2702e7746e08eb84b0414ae1 (patch) | |
tree | 1e29730ddc61a4b2c05b4ce1c638aa9750fc308d /lua/no-clown-fiesta | |
parent | b442438ac7c12d830354f27439b8dd072dc36bc9 (diff) |
Change red color for underline
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 68ed3f9..5a63b36 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -7,7 +7,7 @@ function M.highlight(palette, opts) MsgArea = { fg = palette.fg, bg = palette.bg }, ModeMsg = { fg = palette.fg, bg = palette.bg }, MsgSeparator = { fg = palette.fg, bg = palette.bg }, - SpellBad = { sp = palette.error_red, undercurl = true }, + SpellBad = { sp = palette.red, style = "undercurl" }, SpellCap = { fg = palette.yellow, style = "underline" }, SpellLocal = { fg = palette.green, style = "underline" }, SpellRare = { fg = palette.purple, style = "underline" }, |