Apply a black foreground and return self.

Property definitions

console $ TermCharFormat :: black_fg
	# Apply a black foreground and return `self`.
	fun black_fg: TermCharFormat do return apply("30")
lib/console/console.nit:231,2--232,51