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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -