summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Themes
Commit message (Collapse)AuthorAgeFilesLines
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-161-0/+1
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-161-0/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-041-4/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-041-4/+4
| | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-10/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): calc primary element from current main backgroundJohn Molakvoæ2023-05-041-5/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-081-5/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35547 from ↵Simon L2022-12-061-7/+0
|\ | | | | | | | | nextcloud/enh/noid/delete-background-size-variable delete the --image-background-size variable
| * delete the --image-background-size variableSimon L2022-12-051-7/+0
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Add new border color variable for increased contrastChristopher Ng2022-12-062-0/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert "Fix border color contrast"Christopher Ng2022-12-032-4/+4
| | | | | | This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-5/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-3/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-292-19/+19
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix border color contrastChristopher Ng2022-11-222-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix logo invertJohn Molakvoæ2022-11-161-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Rewrite admin theming in VueChristopher Ng2022-10-282-2/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-192-2/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Simplify variable namesJohn Molakvoæ2022-10-192-62/+98
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-191-5/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Improve cache buster for user backgroundsVincent Petry2022-10-141-2/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Properly use user background cachebusterJohn Molakvoæ2022-10-141-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-132-3/+9
|\ | | | | Use default system primary
| * Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-131-4/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-132-3/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #34546 from nextcloud/improve-hight-contrastJohn Molakvoæ2022-10-132-0/+9
|\ \ | |/ |/| Add seperator in high contrast mode
| * Add seperator in high contrast modeCarl Schwan2022-10-112-0/+9
| | | | | | | | | | | | Between navigation and content and between entry in breadcrump Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34545 from ↵Simon L2022-10-132-2/+6
|\ \ | | | | | | | | | | | | nextcloud/fix/theming-highcontrast-translucency-off Disable translucency on high contrast themes
| * | fix color-main-background-rgbszaimen2022-10-122-0/+4
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | Disable translucency on high contrast themesCarl Schwan2022-10-112-2/+2
| |/ | | | | | | | | | | Fix #34514 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Add color variables for text on blurred backgroundChristopher Ng2022-10-124-2/+10
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-051-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use color preset of shipped background as primary colorChristopher Ng2022-10-051-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix the tertiary button textszaimen2022-09-301-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #34287 from nextcloud/enh/33836/fix-themeSimon L2022-09-281-1/+1
|\ | | | | fix highcontrast theme
| * fix highcontrast theme iconsszaimen2022-09-271-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Fix various theming bugsChristopher Ng2022-09-281-0/+6
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34210 from nextcloud/fix/themingJohn Molakvoæ2022-09-245-98/+158
|\ | | | | Fixing missing theming variables
| * Refactor primary computation and fix a few missing theme parity variablesJohn Molakvoæ2022-09-235-111/+158
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Disable background blur on highcontrastJohn Molakvoæ2022-09-231-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Fixing dark primary element variablesJohn Molakvoæ2022-09-231-3/+13
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix loading custom backgroundVincent Petry2022-09-231-1/+1
|/ | | | | | | | Fix the route for loading the custom background. Because the controller is UserThemeController, so the route path is not "theming" but "userTheme". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-141-9/+10
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibilitySimon L2022-09-083-0/+6
|\ | | | | fix scrollbar visiblity
| * fix scrollbar visiblityszaimen2022-09-073-0/+6
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Remove non existing lighter colourgreta2022-09-071-1/+0
|/ | | | Signed-off-by: greta <gretadoci@gmail.com>
* fix dark-contrast-themeszaimen2022-09-062-0/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix background shadowszaimen2022-09-052-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Some more fixesJulius Härtl2022-09-011-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Restore dashboard layoutJulius Härtl2022-09-011-2/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>