Custom colors in vim syntax highlighting? -
When you type syntax highlighting for the video, you can use the following:
< Code> Highlight Foo IdentifierHowever, 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
Post a Comment