Formats text as a success message with green styling
text The success message to format
text
Returns the formatted success string
static String success(String text) { return colorize(text, green); }