change colorschemes
This commit is contained in:
parent
a14b0d5671
commit
38bba58b08
1 changed files with 7 additions and 4 deletions
11
vimrc
11
vimrc
|
@ -393,16 +393,19 @@ autocmd BufRead,BufNewFile *.conf setf dosini
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
" colorscheme solarized
|
||||||
|
colorscheme default
|
||||||
else
|
else
|
||||||
if !empty(glob("~/vim/pack/color/start/Zenburn"))
|
if !empty(glob("~/.vim/pack/color/start/Zenburn"))
|
||||||
colorscheme zenburn
|
" colorscheme zenburn
|
||||||
|
colorscheme default
|
||||||
else
|
else
|
||||||
colorscheme desert
|
colorscheme default
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"if !empty(glob("~/.vim/bundle/vim-togglebg"))
|
"if !empty(glob("~/.vim/bundle/vim-togglebg"))
|
||||||
|
"if !empty(glob("~/.vim/pack/color/start/vim-colors-solarized"))
|
||||||
" call togglebg#map("<F5>")
|
" call togglebg#map("<F5>")
|
||||||
"endif
|
"endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue