For syntax highlighting there are two sets of default color
maps: One for a light and another one for a dark background.
If you have a black background, use the following command to
get a better color map for syntax highlighting:
:set background=dark
You have to switch off and on again syntax highlighting to
activate the new color map:
:syntax off
:syntax on
For a detailled description of syntax highlighting refer to
:help syntax.txt
See also the Vim syntax support file: $VIMRUNTIME/syntax/synload.vim