Apply a green foreground and return self.

Property definitions

console $ TermCharFormat :: green_fg
	# Apply a green foreground and return `self`.
	fun green_fg: TermCharFormat do return apply("32")
lib/console/console.nit:237,2--238,51