Browse Source

Changes the Birthday calendar color to slightly brighter one

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Georg Ehrke 4 years ago
parent
commit
9fdc4cc343
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/dav/lib/CalDAV/BirthdayService.php

+ 1 - 1
apps/dav/lib/CalDAV/BirthdayService.php

@@ -165,7 +165,7 @@ class BirthdayService {
 		}
 		$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [
 			'{DAV:}displayname' => 'Contact birthdays',
-			'{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA',
+			'{http://apple.com/ns/ical/}calendar-color' => '#E9D859',
 			'components'   => 'VEVENT',
 		]);