diff --git a/src/rules.cpp b/src/rules.cpp index aff147667..bd14f7fbd 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -60,8 +60,7 @@ void initializeColorRules (Config& conf) //////////////////////////////////////////////////////////////////////////////// void autoColorize (T& task, Text::color& fg, Text::color& bg) { - fg = Text::nocolor; - bg = Text::nocolor; + // Note: fg, bg already contain colors specifically assigned via command. // Colorization of the tagged. if (gsFg["color.tagged"] != Text::nocolor ||