summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:19:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:19:25 +0200
commit0f7a594a3a516e549bc15e95bc8995d7cf6860c0 (patch)
tree1e29730ddc61a4b2c05b4ce1c638aa9750fc308d
parentcea01e6fe7aa195ab9abe3a3df1c2030cd595614 (diff)
Revert "Change from undercurl to underline"
This reverts commit cea01e6fe7aa195ab9abe3a3df1c2030cd595614.
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 8ec45e5..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.red, style = "underline" },
+ SpellBad = { sp = palette.red, style = "undercurl" },
SpellCap = { fg = palette.yellow, style = "underline" },
SpellLocal = { fg = palette.green, style = "underline" },
SpellRare = { fg = palette.purple, style = "underline" },