Dark windows everywhere (again?)

This commit is contained in:
Eryn Wells 2013-01-07 10:22:08 -08:00
parent ccfc01ef6f
commit f64bce25cf
2 changed files with 1 additions and 6 deletions

6
vimrc
View file

@ -113,11 +113,7 @@ if &t_Co > 2 || has('gui_running')
syntax on " turn on syntax highlighting
endif
if has('gui_running')
set bg=light
else
set bg=dark
endif
set bg=dark
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
let g:solarized_termtrans = 1