yellowBright property
AnsiPen
get
yellowBright
Sets foreground color to bright yellow.
Implementation
AnsiPen get yellowBright {
styleStack.add(QuectoColors.yellowBright);
return this;
}
Sets foreground color to bright yellow.
AnsiPen get yellowBright {
styleStack.add(QuectoColors.yellowBright);
return this;
}