Sets foreground to 24-bit true color RGB.
AnsiPen rgbFg(int r, int g, int b) { styleStack.add(QuectoColors.rgb(r, g, b)); return this; }