Make the text appear in light gray (or white) in a ANSI/VT100 terminal.

SEE: TermCharFormat

Property definitions

console :: console $ Text :: light_gray
	# Make the text appear in light gray (or white) in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun light_gray: String do return apply_format(normal.white_fg)
lib/console/console.nit:331,2--334,63