mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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)
|
||||
{
|
||||
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 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue