-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Description
After upgrading to Nextcloud 11, we noticed that the folder icons use a weird, lila-ish color.
It looks like Nextcloud 11 generates these icons based on our theme's 'mailHeader' color.
This should not be the case, as 'mailHeader' and folder icons are completely unrelated.
server/apps/theming/lib/IconBuilder.php
Line 181 in d10be51
$color = $this->util->elementColor($this->themingDefaults->getMailHeaderColor()); |