Puts the text back to the terminal's default colour, leaving every other style — bold, underline, the background — as it was.
reset would clear those too, which is why this exists.
final String resetFg = RESET_FG;