Make the text appear in dark gray (or black) in a ANSI/VT100 terminal.

SEE: TermCharFormat

Property definitions

console :: console $ Text :: gray
	# Make the text appear in dark gray (or black) in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun gray: String do return apply_format(normal.black_fg)
lib/console/console.nit:296,2--299,57