|
In your user home directory, there should be a hidden file: .vimrc. In that file, you can specify a colourscheme to use. The colourschemes are located in /usr/share/vim/vim63/colors. Edit .vimrc to add a colourscheme, then try it on a document. Try each one until you find one you like, or edit one to your liking.
The entry in .vimrc should look like this:
:colourscheme blue
or whatever colourscheme you choose.
|