dim property

AnsiPen get dim

Adds dim/faint style (SGR 2).

Implementation

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