core :: Text :: purple
SEE: TermCharFormat
TermCharFormat
# Make the text appear in magenta in a ANSI/VT100 terminal. # # SEE: `TermCharFormat` fun purple: String do return apply_format(normal.magenta_fg)