YELLOW constant

AnsiColor const YELLOW

Foreground: Bright yellow (ANSI code 11).

Implementation

static const AnsiColor YELLOW = AnsiColor.fg(11);