dimGray property

String get dimGray

set foreground color to X11/CSS color dimGray dimgray (0x696969)/rgb(105, 105, 105)

Implementation

String get dimGray => (_cache[84] ??= _chalk.dimGray)(this);