set asciistarttagcolor
set asciistarttagcolor= { colorname | #rgbspec}
This option determines the color value used to display start tags in ASCII documents with markup when asciisyntaxcolor is set to on. The value is either a named color or an RGB specification preceded by #. The default is red.
Examples
set asciistarttagcolor=blue
set asciistarttagcolor=#dd00dd
Related Topics