1
0
Fork 0

stop being so dependant on solarized

This commit is contained in:
Von Random 2014-09-23 12:28:09 +04:00
parent b5f31d7bb8
commit c7c8f21f3a
3 changed files with 32 additions and 31 deletions

6
vimrc
View file

@ -52,10 +52,10 @@ if filereadable(expand("$HOME/.vim/plugins/svndiff.vim"))
endif
" set color scheme depending on the terminal capabilities
if &t_Co < 88
colorscheme elflord
if &t_Co > 255 || has("gui_running")
colorscheme molokai
else
colorscheme solarized
colorscheme elflord
endif
" still have to deal with old vim versions :<