mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1484
- TW-1484 The 'history' and 'ghistory' reports do not obey rc.color.label.
This commit is contained in:
parent
cdde747733
commit
547d9edb55
14 changed files with 56 additions and 1 deletions
|
@ -106,6 +106,9 @@ int CmdInfo::execute (std::string& output)
|
|||
Color alternate (context.config.get ("color.alternate"));
|
||||
view.colorOdd (alternate);
|
||||
view.intraColorOdd (alternate);
|
||||
|
||||
Color label (context.config.get ("color.label"));
|
||||
view.colorHeader (label);
|
||||
}
|
||||
|
||||
Date now;
|
||||
|
@ -427,6 +430,9 @@ int CmdInfo::execute (std::string& output)
|
|||
Color alternate (context.config.get ("color.alternate"));
|
||||
journal.colorOdd (alternate);
|
||||
journal.intraColorOdd (alternate);
|
||||
|
||||
Color label (context.config.get ("color.label"));
|
||||
journal.colorHeader (label);
|
||||
}
|
||||
|
||||
journal.width (context.getWidth ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue