YELLOW constant
AnsiColor
const YELLOW
Foreground: Bright yellow (ANSI code 11).
Implementation
static const AnsiColor YELLOW = AnsiColor.fg(11);
Foreground: Bright yellow (ANSI code 11).
static const AnsiColor YELLOW = AnsiColor.fg(11);