From 4b8cf805d2854e094049a590773f31e08a2977d7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 10 May 2017 23:49:23 +0200 Subject: Changed color of tab and other fill chars ...to be less disturbing --- vimrc-full | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc-full b/vimrc-full index be7e226..a3e57d2 100644 --- a/vimrc-full +++ b/vimrc-full @@ -221,6 +221,7 @@ function! ExtendColorTheme() highlight! Cursor guibg=green ctermbg=yellow highlight! link VertSplit LineNr highlight! SpellBad ctermbg=none + highlight! SpecialKey ctermfg=19 endfunction autocmd ColorScheme * call ExtendColorTheme() -- cgit v1.2.3