Check what color works on your Vim
Jan12
To test what color works on your Vim, you can type this on an open Vim session:
:e $VIMRUNTIME/syntax/colortest.vim :so %
To actually change certain syntax color, you need to Google your way out
One example is to change the color for a comment:
hi Comment ctermfg=blue