darkBlue property

QuectoStyler get darkBlue

set foreground color to X11/CSS color darkBlue darkblue (0x00008B)/rgb(0, 0, 139)

Implementation

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