1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-03 04:35:36 +00:00
Commit graph

9 commits

Author SHA1 Message Date
813bc42c43
Add support for Nextcloud 25 ()
* Implement new system for individual user settings

* Fix some styling for NC core

* General styling fixes for apps

* Implement new enforce theme system to replace the enabled by default system

The old system doesn't really work with the new theming system in Nextcloud, so this new system is needed to achieve similar, although different, functionality.

* Don't allow user to enable / disable the theme if the theme is enforced (it would have no effect)

* Remove all references to icon variables as they no longer exist

* Implement repair step to migrate user settings
2023-02-04 21:33:56 +01:00
untbu
6a74e6a4b0
Added option to use Breeze Dark only if the client's dark mode is enabled ()
* Add option to enable / disable Breeze Dark depending on the client's system settings. This uses the prefers-color-scheme media query to determine whether to apply the theme or not.

Co-authored-by: bela <bela@firstnode.eu>
Co-authored-by: untbu <git@firstnode.eu>
2021-11-01 10:59:03 +01:00
d689bf1b8d
Switch body class from theme--light to theme--dark and theme--breezedark when theme is active. Fixes () 2021-03-19 18:07:12 +01:00
Valdnet
2ba51ccddd
Fix l10n and add language PL ()
* Fix l10n and add language PL

Improve the code for multilingualism and add translation in Polish.
2021-03-19 14:02:06 +01:00
95e185c20d
Add GA workflow for linting. Prettify js files. Move around _icon-variables file. Add npm action to run prettier --write 2021-02-27 18:28:07 +01:00
ac90dc360d
Add support for custom styling and add feedback for success or error when changing settings in admin and personal settings () 2021-02-20 13:40:32 +01:00
e832a708c7
Allow Breeze Dark theming of the login page to be disabled when the theme is enabled by default, fix () 2020-11-07 18:26:05 +01:00
a58dc593c2
Rewrite core styling ()
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
2020-10-06 19:12:45 +02:00
0100a06053
Implement per user theming () 2020-05-02 18:36:20 +02:00