BLUE constant

AnsiColor const BLUE

Foreground: Bright blue (ANSI code 12).

Implementation

static const AnsiColor BLUE = AnsiColor.fg(12);