Merge pull request #290 from skwp/iterm2_solarized_autoinstall

Add autoinstall of Solarized iTerm2 themes
This commit is contained in:
Yan Pritzker
2013-04-08 07:31:48 -07:00
2 changed files with 67 additions and 9 deletions

View File

@@ -1,12 +1,13 @@
" 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
" http://ethanschoonover.com/solarized/vim-colors-solarized
colorscheme solarized
set background=dark
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
" For some reason this doesn't work as a regular set command,
" (the numbers don't show up) so I made it a VimEnter event