1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 06:50:11 +00:00

Add clarification to usage instructions that the Theming and Accessibility apps need to be enabled to access the settings. Fixes

This commit is contained in:
Magnus Walbeck 2021-01-02 22:45:56 +01:00
parent 08540f73da
commit c6d6616264
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
3 changed files with 15 additions and 3 deletions

View file

@ -5,6 +5,7 @@
### Fixed
- [#195](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/195) Limit #header rule so it doesn't apply to #body-login. Slight change look of password input for password protected shares.
- [#194](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/194) Add clarification to usage instructions that the Theming and Accessibility apps need to be enabled to access the settings.
## 20.0.2 - 2020-12-20

View file

@ -27,7 +27,7 @@ The first number is the Nextcloud version. The second number is the Nextcloud ma
## Installation
It's available in the [nextcloud app store](https://apps.nextcloud.com/apps/breezedark), just search for Breeze Dark, or look under customizations.
It's available in the [Nextcloud app store](https://apps.nextcloud.com/apps/breezedark), just search for Breeze Dark, or look under customizations.
or you can clone this repo into your app folder and enable it in the app menu in Nextcloud.
@ -37,12 +37,14 @@ After you install the theme, you need to enable it. There a 2 options for this,
#### Global
The global option enables the theme by default for all users and unauthenticated visits. Without this option stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find there global options here:
The global option enables the theme by default for all users and unauthenticated visits. Without this option stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find the global options here:
```
Admin settings > Theming > Breeze Dark
```
Please note that you need the Theming app enabled in Nextcloud to access the global settings.
#### Personal
The personal option allows each user to set their own preference independent of how you set the global option. If the user hasn't set an option yet, they will follow the global option. You can find the personal option here:
@ -51,6 +53,8 @@ The personal option allows each user to set their own preference independent of
Personal settings > Accessibility > Breeze Dark
```
Please note that you need the Accessibility app enabled in Nextcloud to access the personal setting.
## Contributions
### Issues

View file

@ -9,21 +9,28 @@
This is a breeze dark theme for Nextcloud, based on the Breeze Dark theme made by the KDE Project
## Usage
After you install the theme, you need to enable it. There a 2 options for this, a global and a personal one.
#### Global
The global option enables the theme by default for all users and unauthenticated visits. Without this options stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find there global option here:
The global option enables the theme by default for all users and unauthenticated visits. Without this option stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find the global options here:
```
Admin settings > Theming > Breeze Dark
```
Please note that you need the Theming app enabled in Nextcloud to access the global settings.
#### Personal
The personal option allows each user to set their own preference independent of how you set the global option. If the user hasn't set an option yet, they will follow the global option. You can find the personal option here:
```
Personal settings > Accessibility > Breeze Dark
```
Please note that you need the Accessibility app enabled in Nextcloud to access the personal setting.
]]></description>
<version>20.0.2</version>
<licence>agpl</licence>