Apply a yellow background and return self.

Property definitions

console $ TermCharFormat :: yellow_bg
	# Apply a yellow background and return `self`.
	fun yellow_bg: TermCharFormat do return apply("43")
lib/console/console.nit:267,2--268,52