aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2017-05-10 23:49:23 +0200
committerMax Christian Pohle2017-05-10 23:49:23 +0200
commit4b8cf805d2854e094049a590773f31e08a2977d7 (patch)
tree8c8ed599bbb3d14e5e65b70dd78c96f9f4f75d97
parent57786e35714948fbb00e167f847ae83eb1ff3663 (diff)
downloadvim-4b8cf805d2854e094049a590773f31e08a2977d7.tar.bz2
vim-4b8cf805d2854e094049a590773f31e08a2977d7.zip
Changed color of tab and other fill chars
...to be less disturbing
-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
..