mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
- Removed overwriting of colors in autoColorize.
This commit is contained in:
parent
45a25ca47b
commit
148088c775
1 changed files with 1 additions and 2 deletions
|
@ -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 ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue