Configure git commit editor colors
04:03 03 Oct 2016

What is the parameter to configure the color of the first line (and the body text) of the commit message editor of git? (In case that matters, I am using vim as an editor).

I have found many related resources, but none of them gave the option to specify this color. (For the records, the most relevant hits were the following:

I am beginning to suspect that this option has to be configured somewhere else (e.g. in bash or in vim)...

git vim