bgGray property

AnsiPen get bgGray

Sets background color to gray (bright black).

Implementation

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