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