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