bgGreenBright property
AnsiPen
get
bgGreenBright
Sets background color to bright green.
Implementation
AnsiPen get bgGreenBright {
styleStack.add(QuectoColors.bgGreenBright);
return this;
}
Sets background color to bright green.
AnsiPen get bgGreenBright {
styleStack.add(QuectoColors.bgGreenBright);
return this;
}