summaryrefslogtreecommitdiffstats
path: root/apps/calendar
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-15 10:52:07 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-15 10:52:07 +0100
commitcf1023567b24ea1ace6a85a049dfa4457ce52c66 (patch)
tree55501b2f27c1edfbb7dc479d1775a9c1b16ecd74 /apps/calendar
parent360778e5208ac3cfb55c5a5f025a8449ecb6cf0b (diff)
downloadnextcloud-server-cf1023567b24ea1ace6a85a049dfa4457ce52c66.tar.gz
nextcloud-server-cf1023567b24ea1ace6a85a049dfa4457ce52c66.zip
change calendar colors
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/lib/calendar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php
index 4199ab5a7cc..e9e509bfa86 100644
--- a/apps/calendar/lib/calendar.php
+++ b/apps/calendar/lib/calendar.php
@@ -231,13 +231,13 @@ class OC_Calendar_Calendar{
public static function getCalendarColorOptions(){
return array(
'ff0000', // "Red"
- '00ff00', // "Green"
+ 'b3dc6c', // "Green"
'ffff00', // "Yellow"
'808000', // "Olive"
'ffa500', // "Orange"
'ff7f50', // "Coral"
'ee82ee', // "Violet"
- 'ecc255', // dark yellow
+ '9fc6e7', // dark yellow
);
}
public static function getEventSourceInfo($calendar){