diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 10:52:07 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 10:52:07 +0100 |
commit | cf1023567b24ea1ace6a85a049dfa4457ce52c66 (patch) | |
tree | 55501b2f27c1edfbb7dc479d1775a9c1b16ecd74 /apps | |
parent | 360778e5208ac3cfb55c5a5f025a8449ecb6cf0b (diff) | |
download | nextcloud-server-cf1023567b24ea1ace6a85a049dfa4457ce52c66.tar.gz nextcloud-server-cf1023567b24ea1ace6a85a049dfa4457ce52c66.zip |
change calendar colors
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/lib/calendar.php | 4 |
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){ |