reduce SpellBad importance

This commit is contained in:
mvllow 2022-09-06 17:28:48 -04:00
commit 95dd29d70c

View file

@ -65,7 +65,7 @@ function M.get(config)
RedrawDebugRecompose = { fg = '#ffffff', bg = p.love },
Search = { bg = p.highlight_med },
SpecialKey = { fg = p.foam },
SpellBad = { sp = p.love, style = 'undercurl' },
SpellBad = { sp = p.subtle, style = 'undercurl' },
SpellCap = { sp = p.subtle, style = 'undercurl' },
SpellLocal = { sp = p.subtle, style = 'undercurl' },
SpellRare = { sp = p.subtle, style = 'undercurl' },