Removes foreground colors in the text.
String ansiRemoveForeground() => replaceAll(foregroundRe, '');