I just switched to iTerm2 on macOS and found some of its options go to Vim as well. That's the case for fonts, I was able to select a Vim font that I like from iTerm options.
It seems iTerm color options also apply to Vim highligh. But in this case highlight situation is not good enogh for my taste. So I tried to change:
:hi Comment ctermfg=gray Changes font color of comments.
I would like to change =, ::, +, - color, I think these are Operators, so I tried:
:hi Operator ctermfg=blue But it seems nothing changes. How should I do that?
If it matters I'm playing with .cpp/.h files.