Apply a magenta background and return self.

Property definitions

console $ TermCharFormat :: magenta_bg
	# Apply a magenta background and return `self`.
	fun magenta_bg: TermCharFormat do return apply("45")
lib/console/console.nit:273,2--274,53