Fix SpellBad

Use Normal bg and add cterm underline
This commit is contained in:
Spenser Black 2019-11-07 10:17:47 -05:00
parent 86053aabb2
commit bff99dfb83
No known key found for this signature in database
GPG Key ID: B41C77C44CB36A49

@ -188,7 +188,7 @@ const render = (colors) => {
exec "hi SpecialKey guifg=".s:guiaccent7." guibg=".s:guishade0
exec "hi SpecialKey ctermfg=".s:ctermaccent7." ctermbg=".s:ctermshade0
exec "hi SpellBad guifg=".s:guiaccent0
exec "hi SpellBad ctermfg=".s:ctermaccent0
exec "hi SpellBad ctermfg=".s:ctermaccent0." ctermbg=NONE cterm=undercurl"
exec "hi SpellCap guifg=".s:guiaccent2
exec "hi SpellCap ctermfg=".s:ctermaccent2
exec "hi SpellLocal guifg=".s:guiaccent4