I'm using VIM in red hat 5, with the black background and green letters. However, I don't like the color schema for strings ("") nor reserved C++ key variables (int for example it is in dark green). Could someone please give me some suggestions how could I change those default colors?
I know, for example, to change the comment collor I do
hl Comment ctermfg=yellow
:colorscheme <scheme name>to change them... – Michael Berkowski Jun 19 '12 at 14:13.vimsyntax-highlighting file? You can learn a thing or two by doing it since you can take a look at how existing syntax-highlighting specs are defined – Nadir Sampaoli Jun 19 '12 at 14:14