octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 152 forks source link

How to make custom colors #77

Closed YvesZHI closed 1 year ago

YvesZHI commented 4 years ago

I've installed this plugin but I don't know how to set some custom colors.

I've tried to add hi def cCustomFunc gui=bold guifg=yellowgreen into my ~/.vimrc but it doesn't work, nothing changed.