2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-15 12:12:58 +00:00

minor color/syntastic fix

This commit is contained in:
Steffen Rademacker 2014-09-24 14:19:16 +02:00
parent 3620ab35ab
commit a3f84f407d

2
vimrc
View File

@ -198,7 +198,7 @@ set background=dark " and a dark background of course
set t_Co=256 " 256 color terminal FTW set t_Co=256 " 256 color terminal FTW
" minor optical fix vor syntastic - background for extra-error-column " minor optical fix vor syntastic - background for extra-error-column
highlight SignColumn ctermbg=8 highlight SignColumn ctermbg=0
" italic comments, yeah " italic comments, yeah
highlight Comment cterm=italic highlight Comment cterm=italic