bgGreenBright property

AnsiPen get bgGreenBright

Sets background color to bright green.

Implementation

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