]> source.dussan.org Git - nextcloud-server.git/commitdiff
change calendar colors
authorGeorg Ehrke <dev@georgswebsite.de>
Sun, 15 Jan 2012 09:52:07 +0000 (10:52 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Sun, 15 Jan 2012 09:52:07 +0000 (10:52 +0100)
apps/calendar/lib/calendar.php

index 4199ab5a7cc042e7c002bef8d822cf632940d95e..e9e509bfa86eefa5fbdf61f28bded99436727208 100644 (file)
@@ -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){