ghostWhite property

QuectoStyler get ghostWhite

set foreground color to X11/CSS color ghostWhite ghostwhite (0xF8F8FF)/rgb(248, 248, 255)

Implementation

static QuectoStyler get ghostWhite =>
    _cache[150] ??= QuectoColors.rgb(248, 248, 255);