Apply the default foreground and return self.

Property definitions

console $ TermCharFormat :: default_fg
	# Apply the default foreground and return `self`.
	fun default_fg: TermCharFormat do return apply("39")
lib/console/console.nit:255,2--256,53