CYAN constant

AnsiColor const CYAN

Foreground: Bright cyan (ANSI code 14).

Implementation

static const AnsiColor CYAN = AnsiColor.fg(14);