DARK_YELLOW constant

AnsiColor const DARK_YELLOW

Foreground: Standard yellow (ANSI code 3).

Implementation

static const AnsiColor DARK_YELLOW = AnsiColor.fg(3);