bgYellowBright property

AnsiPen get bgYellowBright

Sets background color to bright yellow.

Implementation

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