From da522dc3d50b58b19f89a3f409a62c4a959e1d4f Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 14 Jan 2020 16:48:48 +0100 Subject: [PATCH] Changes the Birthday calendar color to slightly brighter one Signed-off-by: Georg Ehrke --- apps/dav/lib/CalDAV/BirthdayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index b492d4219c..e64e886a01 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/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', ]);