diff --git a/matrix/colors.py b/matrix/colors.py index 3eeabb8..17e541f 100644 --- a/matrix/colors.py +++ b/matrix/colors.py @@ -200,7 +200,7 @@ class Formatted(object): text = text + line[i] i = i + 1 - substrings.append(FormattedString(text, attributes)) + substrings.append(FormattedString(text, DEFAULT_ATTRIBUTES.copy())) return cls(substrings) @classmethod