Vim Color Scheme

Molokai Color Scheme for Vim

I prefer molokai’s dark grey background.git

molokai

Installation with Vundle

Add the following to your vimrc.github

Bundle 'molokai'vim

" Set color schemecode

colorscheme molokaiblog

 

Then execute "PluginInstall"ci

Solarized Colorscheme for Vim

Solarized is a popular light color scheme.terminal

solarized-vim

Installation with Vundle

Add the following in your .vimrcget

Bundle 'Solarized'
syntax enable
it

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"

Important Note

When using Solarized, must set terminator to Solarized theme.

Following are some common Solarized theme

References
Technorati 標籤: Vim, Plugin
相關文章
相關標籤/搜索