Formats text as general information with gray styling
text The information text to format
text
Returns the formatted information string
static String info(String text) { return colorize(text, gray); }