GRAY constant

AnsiColor const GRAY

Foreground: Standard white (ANSI code 7).

Implementation

static const AnsiColor GRAY = AnsiColor.fg(7);