mediumBlue property

QuectoStyler get mediumBlue

set foreground color to X11/CSS color mediumBlue mediumblue (0x0000CD)/rgb(0, 0, 205)

Implementation

static QuectoStyler get mediumBlue =>
    _cache[267] ??= QuectoColors.rgb(0, 0, 205);