- 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:
Paul Beckingham 2015-03-15 10:13:08 -04:00
parent 9f1b3e0d56
commit 7a1645bba3

View file

@ -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