stop being so dependant on solarized
This commit is contained in:
parent
b5f31d7bb8
commit
c7c8f21f3a
3 changed files with 32 additions and 31 deletions
6
vimrc
6
vimrc
|
@ -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 :<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue