Apply a magenta foreground and return self.

Property definitions

console $ TermCharFormat :: magenta_fg
	# Apply a magenta foreground and return `self`.
	fun magenta_fg: TermCharFormat do return apply("35")
lib/console/console.nit:246,2--247,53