I prefer molokai’s dark grey background.git
Add the following to your vimrc.github
Bundle 'molokai'vim
" Set color schemecode
colorscheme molokaiblog
Then execute "PluginInstall"ci
Solarized is a popular light color scheme.terminal
Add the following in your .vimrcget
Bundle 'Solarized'
it
syntax enable
set background=dark
io
colorscheme solarized
or, for the light background mode of Solarized:
Bundle 'Solarized'
syntax enable
set background=light
colorscheme solarized
Then execute "PluginInstall"
When using Solarized, must set terminator to Solarized theme.
Following are some common Solarized theme