How to control/configure vim colors
Briefly

highlight commands are powerful for customizing vim colors. Use them in .vimrc. Groups like Normal, Comment, Constant are examples. Enable custom colors with 'syntax enable'.
To configure vim color settings, use highlight commands in .vimrc file. Each command specifies group and color. Easily adjust colors for syntax highlighting in vim.
Read at Alvinalexander
[
|
]