Apply a blue background and return self.

Property definitions

console $ TermCharFormat :: blue_bg
	# Apply a blue background and return `self`.
	fun blue_bg: TermCharFormat do return apply("44")
lib/console/console.nit:270,2--271,50