lime property

QuectoStyler get lime

set foreground color to X11/CSS color lime lime (0x00FF00)/rgb(0, 255, 0)

Implementation

static QuectoStyler get lime => _cache[249] ??= QuectoColors.rgb(0, 255, 0);