Apply a yellow foreground and return self.

Property definitions

console $ TermCharFormat :: yellow_fg
	# Apply a yellow foreground and return `self`.
	fun yellow_fg: TermCharFormat do return apply("33")
lib/console/console.nit:240,2--241,52