WHITE constant

AnsiColor const WHITE

Foreground: Bright white (ANSI code 15).

Implementation

static const AnsiColor WHITE = AnsiColor.fg(15);