set asciiattributecolor
set asciiattributecolor= { colorname | #rgbspec}
This option determines the color value used to display attributes 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 blue.
Examples
set asciiattributecolor=blue
set asciiattributecolor=#dd00dd
Related Topics