BLUE constant
AnsiColor
const BLUE
Foreground: Bright blue (ANSI code 12).
Implementation
static const AnsiColor BLUE = AnsiColor.fg(12);
Foreground: Bright blue (ANSI code 12).
static const AnsiColor BLUE = AnsiColor.fg(12);