back to solarized light

This commit is contained in:
Loic Nageleisen 2013-01-01 15:50:16 +01:00
parent 616854749c
commit 6fde251f15

8
rc
View file

@ -44,7 +44,7 @@ if has('gui_running') "GUI specific settings
set guioptions-=b set guioptions-=b
let g:solarized_visibility="low" let g:solarized_visibility="low"
colorscheme zenburn colorscheme solarized
"window size "window size
set columns=90 set columns=90
@ -53,8 +53,10 @@ if has('gui_running') "GUI specific settings
else "non-GUI else "non-GUI
set showtabline=1 "automatic tab bar set showtabline=1 "automatic tab bar
set mouse=a "mouse support set mouse=a "mouse support
let g:zenburn_force_dark_Background = 1 "let g:zenburn_force_dark_Background = 1
colorscheme zenburn "colorscheme zenburn
let g:solarized_visibility="low"
colorscheme solarized
"use terminal background "use terminal background
hi Normal ctermbg=none hi Normal ctermbg=none
hi todo ctermbg=none hi todo ctermbg=none