Formats text as a file name with white styling
text The file name to format
text
Returns the formatted file name string
static String file(String text) { return colorize(text, white); }