GREEN constant

AnsiColor const GREEN

Foreground: Bright green (ANSI code 10).

Implementation

static const AnsiColor GREEN = AnsiColor.fg(10);