back to zenburn

This commit is contained in:
Loic Nageleisen 2012-08-01 17:00:08 +02:00
parent 5d306f4e2b
commit 3f9a931172
2 changed files with 3 additions and 9 deletions

@ -1 +1 @@
Subproject commit fa9f5ddb62c61b9ca747d95ef3aaf7e8cf7a39ab
Subproject commit 5060f4d6ec68dabccfd2420c08f143dea1a50802

10
vimrc
View file

@ -44,9 +44,7 @@ if has('gui_running') "GUI specific settings
set guioptions-=b
let g:solarized_visibility="low"
colorscheme solarized
set background=light
set transparency=4
colorscheme zenburn
"window size
set columns=90
@ -55,11 +53,7 @@ if has('gui_running') "GUI specific settings
else "non-GUI
set showtabline=1 "automatic tab bar
set mouse=a "mouse support
let g:solarized_visibility="low"
let g:solarized_termcolors=16
let g:solarized_termtrans=1
colorscheme solarized
set background=dark
colorscheme zenburn
endif
"special case fixes