blueBright property

AnsiPen get blueBright

Sets foreground color to bright blue.

Implementation

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