add spell styles

This commit is contained in:
mvllow 2021-07-18 15:34:10 -05:00
commit 81cb5fc1b3

View file

@ -84,10 +84,10 @@ theme.loadEditor = function()
-- QuickFixLine = {},
Search = { fg = p.iris, bg = p.highlight_overlay },
SpecialKey = { fg = p.foam },
-- SpellBad = {},
-- SpellCap = {},
-- SpellLocal = {},
-- SpellRare = {},
SpellBad = { style = 'undercurl', sp = p.love },
SpellCap = { style = 'undercurl', sp = p.foam },
SpellLocal = { style = 'undercurl', sp = p.foam },
SpellRare = { style = 'undercurl', sp = p.foam },
SignColumn = {},
StatusLine = { fg = p.text, bg = p.surface },
StatusLineNC = { fg = p.subtle, bg = p.surface },