Changed status green / black

This commit is contained in:
Serĉanto de Scio 2016-04-04 13:54:54 +10:00
parent 5c9481fa8e
commit 28c80391dc

6
.vimrc
View file

@ -10,9 +10,9 @@ match ErrorMsg '\s\+$'
" Set up the status line so it's colored and always on " Set up the status line so it's colored and always on
set laststatus=2 set laststatus=2
highlight StatusLine cterm=none ctermbg=black ctermfg=green highlight StatusLine cterm=none ctermbg=darkgreen ctermfg=black
highlight StatusLineNC cterm=none ctermbg=black ctermfg=green highlight StatusLineNC cterm=none ctermbg=darkgreen ctermfg=black
highlight VertSplit cterm=none ctermbg=black ctermfg=green highlight VertSplit cterm=none ctermbg=darkgreen ctermfg=black
" Removes trailing spaces: " Removes trailing spaces:
function! TrimWhiteSpace() function! TrimWhiteSpace()