bgBlueBright property

AnsiPen get bgBlueBright

Sets background color to bright blue.

Implementation

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