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