examples/ProjectTemplate/template.tjp in taskjuggler-3.7.1 vs examples/ProjectTemplate/template.tjp in taskjuggler-3.7.2
- old
+ new
@@ -240,12 +240,12 @@
}
# Macro to set the background color of a cell according to the alert
# level of the task.
macro AlertColor [
- cellcolor plan.alert = 0 "#00D000" # green
- cellcolor plan.alert = 1 "#D0D000" # yellow
- cellcolor plan.alert = 2 "#D00000" # red
+ cellcolor plan.alert = 0 "#90FF90" # green
+ cellcolor plan.alert = 1 "#FFFF90" # yellow
+ cellcolor plan.alert = 2 "#FF9090" # red
]
taskreport status "" {
columns bsi { width 50 title 'WBS' }, name { width 150 },
start { width 100 }, end { width 100 },