aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc-full1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc-full b/vimrc-full
index be7e226..a3e57d2 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -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
224endfunction 225endfunction
225autocmd ColorScheme * call ExtendColorTheme() 226autocmd ColorScheme * call ExtendColorTheme()
226 227
..