cyanBright property

AnsiPen get cyanBright

Sets foreground color to bright cyan.

Implementation

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