ColorizeHTMLConfig
Configuration options to customize colorizeHTML.
Every field accepts either a colorizer function or a space separated list of ANSI style tokens that will be converted to a colorizer function using toColorizer.
Properties
Section titled “Properties”attrEq?
Section titled “attrEq?”
optionalattrEq:ColorOrColorizer
Color for the equals sign between attribute key and value.
attrKey?
Section titled “attrKey?”
optionalattrKey:ColorOrColorizer
Color for attribute keys.
attrValue?
Section titled “attrValue?”
optionalattrValue:ColorOrColorizer
Color for attribute values.
content?
Section titled “content?”
optionalcontent:ColorOrColorizer
Color applied to non-tag content.
optionaltag:ColorOrColorizer
Color for tag names and their brackets.