From 4d299d1c66e97b7f115873203344958b4a961a20 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 31ea38fc7b7..2077ed00d49 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', ]); -- 2.39.5