BG_RED constant

AnsiColor const BG_RED

Background: Standard red (ANSI code 1).

Implementation

static const AnsiColor BG_RED = AnsiColor.bg(1);