Custom colors in vim syntax highlighting? -


When you type syntax highlighting for the video, you can use the following:

 < Code> Highlight Foo Identifier   

However, can I use a custom color, say gray?

Instead of linking to the existing highlight group, you specify color (and properties like bold and italic) You can. See : Highlight-ElGs for details.

 : Highlight fu ctermfg = gray guifg = gray    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -