Paints the text, from either colour table.
'warning'.foreground(colours.high_yellow); 'warning'.foreground(const AsciiColourRgb.hex(0xFFCC00));
String foreground(AsciiInk colour) => _wrap(colour.fg);