aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Themes
Commit message (Expand)AuthorAgeFilesLines
* fix(css): refine css cleanupprotoclown2024-09-021-0/+2
* fix(css): re-use old --color-scrollbar variableprotoclown2024-09-024-6/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat(theming): Update value of body container radiusMarco Ambrosini2024-08-011-4/+4
* Feat: update border radius variablesMarco Ambrosini2024-08-011-5/+11
* feat: add small font size variableMarco Ambrosini2024-07-311-0/+1
* Feat: update line heightMarco Ambrosini2024-07-311-1/+1
* feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-122-1/+9
* feat(theming): Provide `body-container-` variables through themingFerdinand Thiessen2024-07-041-6/+12
* fix(theming): Conitionally disable blur filter for performanceFerdinand Thiessen2024-07-021-27/+31
* Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variablesMarco2024-06-141-1/+3
|\
| * Feat: Update apps/theming/lib/Themes/DefaultTheme.phpMarco2024-06-121-1/+1
| * Feat: add new clickable area variablesMarco Ambrosini2024-06-121-1/+3
* | Feat: reduce border radius element to 8 pxMarco Ambrosini2024-06-121-1/+1
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-317-141/+14
* Merge pull request #45247 from nextcloud/add-border-widthFerdinand Thiessen2024-05-291-0/+3
|\
| * feat(theming): Add variable for border widthMarco Ambrosini2024-05-281-0/+3
* | Feat: Add temporary border-radius variableMarco Ambrosini2024-05-271-0/+1
|/
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-2/+1
* fix: Always populate `--image-background`Ferdinand Thiessen2024-05-211-2/+3
* fix: cleanup theming app codeFerdinand Thiessen2024-05-211-6/+0
* fix(theming): Also apply new background colors to guest viewFerdinand Thiessen2024-05-211-12/+12
* fix(theming): Also reset background color settings when updating global backg...Ferdinand Thiessen2024-05-211-1/+1
* feat(theming): Allow to configure primary color separate from background in a...Ferdinand Thiessen2024-05-211-2/+3
* feat(theming): Separate background and primary colorFerdinand Thiessen2024-05-211-28/+16
* fix(theming): Also set default background color ("primary") for custom imagesFerdinand Thiessen2024-05-211-1/+2
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-063-0/+4
* Merge pull request #32231 from nextcloud/feat/theming-scheme-metaJohn Molakvoæ2024-02-085-16/+32
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-085-32/+16
* Support theme meta w3c standardJohn Molakvoæ2024-02-075-16/+32
* fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-031-9/+9
* fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrastFerdinand Thiessen2024-01-174-2/+4
* fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrastFerdinand Thiessen2023-12-221-3/+31
* fix(theming): Invert filter should be based on primary-elementFerdinand Thiessen2023-12-221-2/+2
* fix(theming): Adjust `color-error` and `color-success` to work for input bord...Ferdinand Thiessen2023-12-192-8/+8
* fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-192-5/+30
* fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-181-12/+13
* fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-181-6/+6
* fix(theming): Adjust primary text color calculation to also work with high co...Ferdinand Thiessen2023-12-151-3/+4
* fix(theming): Adjust hover color to be accessibleFerdinand Thiessen2023-12-151-1/+1
* enh(theming): Adjust color utils to work as specified by WCAG (color contrast...Ferdinand Thiessen2023-12-151-1/+1
* fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-012-5/+5
* fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-291-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-19/+18
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-271-1/+1
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-272-5/+5
* fix(theming): Make it clearer that color-text-light and -lighter are deprecatedFerdinand Thiessen2023-10-272-4/+4
* fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 eve...Ferdinand Thiessen2023-10-271-2/+3
* Fix background removal not applying to user default themingJohn Molakvoæ2023-10-192-4/+15
* Fix background removal checkJohn Molakvoæ2023-10-191-1/+1