change calendar colors

This commit is contained in:
Georg Ehrke 2012-01-15 10:52:07 +01:00
parent 360778e520
commit cf1023567b
1 changed files with 2 additions and 2 deletions

View File

@ -231,13 +231,13 @@ class OC_Calendar_Calendar{
public static function getCalendarColorOptions(){ public static function getCalendarColorOptions(){
return array( return array(
'ff0000', // "Red" 'ff0000', // "Red"
'00ff00', // "Green" 'b3dc6c', // "Green"
'ffff00', // "Yellow" 'ffff00', // "Yellow"
'808000', // "Olive" '808000', // "Olive"
'ffa500', // "Orange" 'ffa500', // "Orange"
'ff7f50', // "Coral" 'ff7f50', // "Coral"
'ee82ee', // "Violet" 'ee82ee', // "Violet"
'ecc255', // dark yellow '9fc6e7', // dark yellow
); );
} }
public static function getEventSourceInfo($calendar){ public static function getEventSourceInfo($calendar){