- Removed overwriting of colors in autoColorize.
This commit is contained in:
@@ -60,8 +60,7 @@ void initializeColorRules (Config& conf)
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void autoColorize (T& task, Text::color& fg, Text::color& bg)
|
void autoColorize (T& task, Text::color& fg, Text::color& bg)
|
||||||
{
|
{
|
||||||
fg = Text::nocolor;
|
// Note: fg, bg already contain colors specifically assigned via command.
|
||||||
bg = Text::nocolor;
|
|
||||||
|
|
||||||
// Colorization of the tagged.
|
// Colorization of the tagged.
|
||||||
if (gsFg["color.tagged"] != Text::nocolor ||
|
if (gsFg["color.tagged"] != Text::nocolor ||
|
||||||
|
|||||||
Reference in New Issue
Block a user