summaryrefslogtreecommitdiff
path: root/rt/lib/RTx/Schedule.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RTx/Schedule.pm')
-rw-r--r--rt/lib/RTx/Schedule.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/lib/RTx/Schedule.pm b/rt/lib/RTx/Schedule.pm
index c14327767..167019dae 100644
--- a/rt/lib/RTx/Schedule.pm
+++ b/rt/lib/RTx/Schedule.pm
@@ -99,7 +99,8 @@ sub UserDaySchedule {
#XXX color code existing appointments by... city? proximity? etc.
- my $col = '99ff99'; #green for now
+ #my $col = '99ff99'; #green for now
+ my $col = 'a097ed'; #any of green/red/yellow-like would be confusing as a placeholder color, so.. blue-ish/purple
$_->Id => [ $starts, $due, $col, $_ ];
}