Removes background colors in the text.
String ansiRemoveBackground() => replaceAll(backgroundRe, '');