diff --git a/matrix/colors.py b/matrix/colors.py index 730ec27..6ba9bff 100644 --- a/matrix/colors.py +++ b/matrix/colors.py @@ -54,8 +54,8 @@ class Formatted(): def textwrapper(self): return textwrap.TextWrapper( width=67, - initial_indent="{}> ".format(G.CONFIG.color.quote), - subsequent_indent="{}> ".format(G.CONFIG.color.quote) + initial_indent="{}> ".format(W.color(G.CONFIG.color.quote)), + subsequent_indent="{}> ".format(W.color(G.CONFIG.color.quote)) ) def is_formatted(self):