back to solarized theme
This commit is contained in:
parent
e6bb755c4b
commit
1b41169d08
1 changed files with 4 additions and 2 deletions
6
vimrc
6
vimrc
|
@ -52,8 +52,10 @@ if filereadable(expand("$HOME/.vim/plugins/svndiff.vim"))
|
|||
endif
|
||||
|
||||
" set color scheme depending on the terminal capabilities
|
||||
if &t_Co > 255 || has("gui_running")
|
||||
colorscheme molokai
|
||||
if &t_Co > 88 || has("gui_running")
|
||||
colorscheme solarized
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_italic=0
|
||||
else
|
||||
colorscheme elflord
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue