Setup gvim/vim color scheme

It is very easy to set up gvim/vim color scheme:

  1. Go to http://code.google.com/p/vimcolorschemetest/
  2. 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.
  3. In your .vimrc file, add colorscheme *. Here * is the name of the color scheme you downloaded without suffix .vim.
  4. Restart you gvim/vim and enjoy!