Made SpellBad just change text color to red

This commit is contained in:
Wryn Wagner 2020-09-30 15:59:01 -06:00
parent 421b38e4ab
commit 579db23c2a

View File

@ -3,4 +3,5 @@ silent! colorscheme $COLORSCHEME
set t_Co=256
" transparent background
highlight Normal guibg=NONE ctermbg=NONE
highlight Normal guibg=NONE ctermbg=NONE
highlight SpellBad ctermbg=NONE ctermfg=red