navy property

String get navy

set foreground color to X11/CSS color navy navy (0x000080)/rgb(0, 0, 128)

Implementation

String get navy => (_cache[204] ??= _chalk.navy)(this);