You can download the configuration color here.
Http://vim.sourceforge.net/scripts/script.php? Script_id = 1, 625
Download the colorsamplerpack.zip package under the webpage.
The color configuration preview is shown here. Each preview has a corresponding configuration name.
Http://www.vi-improved.org/color_sampler_pack/
For example, if the color scheme calmar256_light.vim is selected, its preview effect is
Http://www.vi-improved.org/color_sampler_pack/calmar256_light.vim.cpp.html
The method to install the color scheme is:
First in ~ Create a. Vim directory with the colors directory,
Put the. Vim file of the color scheme you selected under. Vim/colors,
Modify the. vimrc configuration,
Add the followingCode
Colorscheme calmar256-light
The calmar2556-light is the name of the color configuration file,
Note that some configuration files require more, for example,
Open the file and you can see that you must add set t_co = 256 to use it.