GRAY constant
AnsiColor
const GRAY
Foreground: Standard white (ANSI code 7).
Implementation
static const AnsiColor GRAY = AnsiColor.fg(7);
Foreground: Standard white (ANSI code 7).
static const AnsiColor GRAY = AnsiColor.fg(7);