Some solarized color scheme settings for Vim

This commit is contained in:
Eryn Wells 2012-04-10 10:11:38 -07:00
parent 700dba30b6
commit e85fa6f091

4
vimrc
View file

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