diff options
author | Max Christian Pohle | 2017-05-10 23:49:23 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-05-10 23:49:23 +0200 |
commit | 4b8cf805d2854e094049a590773f31e08a2977d7 (patch) | |
tree | 8c8ed599bbb3d14e5e65b70dd78c96f9f4f75d97 /vimrc-full | |
parent | 57786e35714948fbb00e167f847ae83eb1ff3663 (diff) | |
download | vim-4b8cf805d2854e094049a590773f31e08a2977d7.tar.bz2 vim-4b8cf805d2854e094049a590773f31e08a2977d7.zip |
Changed color of tab and other fill chars
...to be less disturbing
Diffstat (limited to 'vimrc-full')
-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 | ||