nextcloud/apps/theming/lib/Themes
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
..
CommonThemeTrait.php feat(theming): Separate background and primary color 2024-05-21 20:36:21 +02:00
DarkHighContrastTheme.php Merge pull request #32231 from nextcloud/feat/theming-scheme-meta 2024-02-08 18:26:48 +01:00
DarkTheme.php feat(theming): Provide CSS variable for favorite color and adjust for dark mode 2024-03-06 22:28:16 +01:00
DefaultTheme.php feat(theming): Provide CSS variable for favorite color and adjust for dark mode 2024-03-06 22:28:16 +01:00
DyslexiaFont.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
HighContrastTheme.php feat(theming): Provide CSS variable for favorite color and adjust for dark mode 2024-03-06 22:28:16 +01:00
LightTheme.php Merge pull request #32231 from nextcloud/feat/theming-scheme-meta 2024-02-08 18:26:48 +01:00