Apply a blue foreground and return self.

Property definitions

console $ TermCharFormat :: blue_fg
	# Apply a blue foreground and return `self`.
	fun blue_fg: TermCharFormat do return apply("34")
lib/console/console.nit:243,2--244,50