mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Themes
- Fixed color.burndown.done and color.burndown.started, which were two different shades of red. - Fixed color.history.done, which was dark gray and should be closer to green.
This commit is contained in:
parent
9f1b3e0d56
commit
7a1645bba3
1 changed files with 3 additions and 3 deletions
|
@ -83,14 +83,14 @@ color.due.today=color1
|
|||
color.overdue=color5
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.done=color0 on color4
|
||||
color.burndown.done=color0 on color6
|
||||
color.burndown.pending=color0 on color1
|
||||
color.burndown.started=color0 on color9
|
||||
color.burndown.started=color0 on color3
|
||||
|
||||
# Report: history
|
||||
color.history.add=color0 on color1
|
||||
color.history.delete=color0 on color3
|
||||
color.history.done=color0 on color10
|
||||
color.history.done=color0 on color6
|
||||
|
||||
# Report: summary
|
||||
color.summary.background=on color0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue