diff options
-rw-r--r-- | vimrc-full | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -221,6 +221,7 @@ function! ExtendColorTheme() | |||
221 | highlight! Cursor guibg=green ctermbg=yellow | 221 | highlight! Cursor guibg=green ctermbg=yellow |
222 | highlight! link VertSplit LineNr | 222 | highlight! link VertSplit LineNr |
223 | highlight! SpellBad ctermbg=none | 223 | highlight! SpellBad ctermbg=none |
224 | highlight! SpecialKey ctermfg=19 | ||
224 | endfunction | 225 | endfunction |
225 | autocmd ColorScheme * call ExtendColorTheme() | 226 | autocmd ColorScheme * call ExtendColorTheme() |
226 | 227 | ||