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