Colour Scheme
Links
Schemes
http://www.vim.org/scripts/script.php?script_id=2340 Molokai, (Vim port of the monokai theme for TextMate).
https://github.com/altercation/vim-colors-solarized Precision color scheme for the vim text editor. (also see http://ethanschoonover.com/solarized).
Install
To install a vim colour scheme (in this example darkblue2.vim):
Create the folder:
~/.vim/colors/
Download your colour scheme file e.g: darkblue2.vim, 4295.
Copy the file to the
colors
folder:cp darkblue2.vim /home/patrick/.vim/colors/
To change the color scheme in vim:
colo <scheme name>
e.g.
colo darkblue2