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