darkRed property

QuectoStyler get darkRed

set foreground color to X11/CSS color darkRed darkred (0x8B0000)/rgb(139, 0, 0)

Implementation

static QuectoStyler get darkRed => _cache[96] ??= QuectoColors.rgb(139, 0, 0);