resetFg property

String resetFg
final

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.

Implementation

final String resetFg = RESET_FG;