Merge pull request #504 from razum2um/fix_dark_mode_iterm_vim

fix colors in console vim on iterm2
This commit is contained in:
Yan Pritzker 2014-06-24 11:25:09 -05:00
commit cebeb7719e

View File

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