fix dark mode in vim+iterm2

This commit is contained in:
Vlad Bokov 2014-06-13 13:41:37 +07:00
parent 0d6ba1139e
commit 68b0f8cd23

View File

@ -1,9 +1,5 @@
" Make it beautiful - colors and fonts " Make it beautiful - colors and fonts
" http://ethanschoonover.com/solarized/vim-colors-solarized
colorscheme solarized
set background=dark
if has("gui_running") if has("gui_running")
"tell the term has 256 colors "tell the term has 256 colors
set t_Co=256 set t_Co=256
@ -24,5 +20,11 @@ if has("gui_running")
else else
"dont load csapprox if we no gui support - silences an annoying warning "dont load csapprox if we no gui support - silences an annoying warning
let g:CSApprox_loaded = 1 let g:CSApprox_loaded = 1
let g:solarized_termcolors=256
let g:solarized_termtrans=1
endif endif
" http://ethanschoonover.com/solarized/vim-colors-solarized
colorscheme solarized
set background=dark