Convenience method for italic text on stdout
static String italic(String text) => colorizeForStdout(text, (c) => c.italic());