ku1ik / vim-monokai

Monokai color scheme for Vim converted from Textmate theme
MIT License
1.44k stars 594 forks source link

How to set this monokai theme to the one with blue color? #53

Open Daviden123 opened 2 years ago

Daviden123 commented 2 years ago

I noticed that there can be blue highlight for some keywords such as "int", just like the one in sublime text. But I don't know how to set up this feature here. Is it possible to do so with this project?

ingram1107 commented 2 years ago

Do you mean you want to change the colour for keywords? You could change it via `highlight Keyword guifg=XXX" to your liking.