greenBright property
AnsiPen
get
greenBright
Sets foreground color to bright green.
Implementation
AnsiPen get greenBright {
styleStack.add(QuectoColors.greenBright);
return this;
}
Sets foreground color to bright green.
AnsiPen get greenBright {
styleStack.add(QuectoColors.greenBright);
return this;
}