From cf1023567b24ea1ace6a85a049dfa4457ce52c66 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 15 Jan 2012 10:52:07 +0100 Subject: [PATCH] change calendar colors --- apps/calendar/lib/calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index 4199ab5a7c..e9e509bfa8 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){