Make the text appear in magenta in a ANSI/VT100 terminal.

SEE: TermCharFormat

Property definitions

console :: console $ Text :: purple
	# Make the text appear in magenta in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun purple: String do return apply_format(normal.magenta_fg)
lib/console/console.nit:321,2--324,61