nextcloud/apps/theming/lib
Ferdinand Thiessen de938bb401
feat(theming): Separate background and primary color
While the primary color is intended to highlight elements,
it can not always be used as the background color.
So now primary is independent from background a user set,
the background color is, if not set directly, calculated as the mean color
of the background image. That color is then used as a fallback if the
background image could not be loaded and for calculating the color of the text used on the app menu and dashboard (they render directly on the background).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 20:36:21 +02:00
..
AppInfo Migrate PHP imagick module check to new SetupCheck API 2024-01-11 11:28:59 +01:00
Command Merge pull request #38631 from nextcloud/theming-set-background-color-via-occ 2023-06-06 15:55:31 +02:00
Controller feat(theming): Separate background and primary color 2024-05-21 20:36:21 +02:00
Jobs fix(theming): Fix query for configvalue as CLOB on OCI 2023-01-31 11:57:54 +01:00
Listener fix: Fix template parameter for some listeners 2024-01-30 10:57:15 +01:00
Migration chore: Remove old theming migration steps as they are only needed once 2024-02-14 11:13:06 +01:00
Service feat(theming): Separate background and primary color 2024-05-21 20:36:21 +02:00
Settings chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SetupChecks Migrate PHP imagick module check to new SetupCheck API 2024-01-11 11:28:59 +01:00
Themes feat(theming): Separate background and primary color 2024-05-21 20:36:21 +02:00
Capabilities.php fix(theming): Apply same logic on capabilities for primary color like on themes 2024-01-23 01:01:42 +01:00
IconBuilder.php fix(theming): fix incorrectly inverted favicons 2024-03-11 11:01:39 +01:00
ImageManager.php fix: Fix typing issues related to resource migration 2024-04-09 10:48:27 +02:00
ITheme.php Merge pull request #32231 from nextcloud/feat/theming-scheme-meta 2024-02-08 18:26:48 +01:00
ResponseDefinitions.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
ThemingDefaults.php feat(theming): Separate background and primary color 2024-05-21 20:36:21 +02:00
Util.php fix(theming): Fix erronous phpdoc typing 2024-04-30 09:23:59 +02:00