core :: Text :: light_gray
SEE: TermCharFormat
	# 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