ku1ik/vim-monokai

I want to modify comment color, what should i do?

Closed this issue · 2 comments

first line, my comment color not good, help me.

You would have to add a line similar to the following in your vimrc. This line would make the comments appear as a deep blue colour.

hi Comment ctermfg=31 guifg=#0087af 

Replace the values for ctermfg and guifg with whatever colour you would prefer. Use this site for reference if you are not familiar with how the codes represent colours.

However if you would like to change it from within the library, change the line that is line number 34 to represent whatever colour you like

close the issue if you solved your problem