From: Georg Ehrke Date: Sun, 15 Jan 2012 09:52:07 +0000 (+0100) Subject: change calendar colors X-Git-Tag: v3.0~40^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf1023567b24ea1ace6a85a049dfa4457ce52c66;p=nextcloud-server.git change calendar colors --- 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){