greenBright property

AnsiPen get greenBright

Sets foreground color to bright green.

Implementation

AnsiPen get greenBright {
  styleStack.add(QuectoColors.greenBright);
  return this;
}