commit 0c666b7599c1c70bd958fcfbb4729e2da6a4120f parent d6c6e30455de6a7896fc3cb6ad6e4a3948fb6b85 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 27 May 2019 11:00:19 +0200 Set colors for spellcheck highlighting Diffstat:
M | .vim/colors/adbasic.vim | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.vim/colors/adbasic.vim b/.vim/colors/adbasic.vim @@ -37,6 +37,10 @@ hi DiffText term=reverse cterm=bold ctermbg=1 gui=bold guibg=#ff8060 hi Cursor guifg=bg guibg=fg hi lCursor guifg=bg guibg=fg hi ColorColumn ctermbg=7 +hi SpellBad cterm=none ctermfg=1 ctermbg=NONE +hi SpellCap cterm=none ctermfg=13 ctermbg=NONE +hi SpellLocal cterm=none ctermfg=4 ctermbg=NONE +hi SpellLocal cterm=none ctermfg=6 ctermbg=NONE " Colors for syntax highlighting hi Comment term=bold cterm=bold ctermfg=NONE