It is very easy to set up gvim/vim color scheme:
- Go to http://code.google.com/p/vimcolorschemetest/
- Select a file type, and then choose a color scheme you like, save as
*.vim
into~/.vim/colors/
. If you don’t have that folder, create one. - In your
.vimrc
file, addcolorscheme *
. Here*
is the name of the color scheme you downloaded without suffix.vim
. - Restart you gvim/vim and enjoy!