Vim Color Scheme

Molokai Color Scheme for Vim

I prefer molokai’s dark grey background.

molokai

Installation with Vundle

Add the following to your vimrc.

Bundle 'molokai'

" Set color scheme

colorscheme molokai

 

Then execute "PluginInstall"

Solarized Colorscheme for Vim

Solarized is a popular light color scheme.

solarized-vim

Installation with Vundle

Add the following in your .vimrc

Bundle 'Solarized'
syntax enable

set background=dark

colorscheme solarized

or, for the light background mode of Solarized:

Bundle 'Solarized'
syntax enable

set background=light

colorscheme solarized

Then execute "PluginInstall"

Important Note

When using Solarized, must set terminator to Solarized theme.

Following are some common Solarized theme

References
Technorati 标签: Vim,Plugin
posted @ 2015-12-20 22:32  luckysimple  阅读(890)  评论(0编辑  收藏  举报