DARK_GRAY constant
AnsiColor
const DARK_GRAY
Foreground: Bright black (dark gray, ANSI code 8).
Implementation
static const AnsiColor DARK_GRAY = AnsiColor.fg(8);
Foreground: Bright black (dark gray, ANSI code 8).
static const AnsiColor DARK_GRAY = AnsiColor.fg(8);