summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite admin theming in VueChristopher Ng2022-10-286-29/+34
| | | | 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-193-64/+100
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-196-7/+31
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add a repair step to cleanup old theming cacheChristopher Ng2022-10-181-0/+76
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve cache buster for user backgroundsVincent Petry2022-10-144-13/+31
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix migrationJohn Molakvoæ2022-10-141-6/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Properly use user background cachebusterJohn Molakvoæ2022-10-142-1/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-144-24/+42
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-133-5/+168
|\ | | | | Fix missing background on upgrade
| * graceful background image handlingArthur Schiwon2022-10-133-5/+168
| | | | | | | | | | | | | | - fallback to background image from old location - migrate background images to new location as insensitive job Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-135-13/+44
|\ \ | | | | | | Use default system primary
| * | Adjust testingJohn Molakvoæ2022-10-131-14/+10
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-132-5/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-131-14/+19
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-135-7/+36
| |/ | | | | | | 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>
* | Fix excessive increase of cachebuster valueChristopher Ng2022-10-112-3/+7
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-053-9/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use color preset of shipped background as primary colorChristopher Ng2022-10-052-46/+49
| | | | 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>
* | Add preset primary colors for shipped backgroundsChristopher Ng2022-09-271-1/+17
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34210 from nextcloud/fix/themingJohn Molakvoæ2022-09-246-100/+160
|\ | | | | Fixing missing theming variables
| * Refactor primary computation and fix a few missing theme parity variablesJohn Molakvoæ2022-09-236-113/+160
| | | | | | | | 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>
* update theming icon in personal settingsszaimen2022-09-211-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Add a global setting to disable keyboard shortcutsJoas Schilling2022-09-153-0/+74
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-145-30/+313
| | | | | | | 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>
* Adapt layout to new base css variablesJulius Härtl2022-09-011-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix gradient using the wrong target valueJulius Härtl2022-08-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly align element variables to the regular onesJulius Härtl2022-08-261-4/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Expose core background imageJulius Härtl2022-08-191-3/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add css variables for blurred backgroundJulius Härtl2022-08-192-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>