1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-20 11:37:35 +00:00
nextcloud-breeze-dark/appinfo/info.xml
2021-02-06 12:41:39 +01:00

51 lines
2.2 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>breezedark</id>
<name>Breeze Dark</name>
<summary><![CDATA[Breeze Dark theme for Nextcloud, based on the theme by KDE]]></summary>
<description><![CDATA[
# Breeze Dark
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 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>19.0.10</version>
<licence>agpl</licence>
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
<namespace>BreezeDark</namespace>
<category>customization</category>
<website>https://github.com/mwalbeck/nextcloud-breeze-dark</website>
<bugs>https://github.com/mwalbeck/nextcloud-breeze-dark/issues</bugs>
<screenshot>https://raw.githubusercontent.com/mwalbeck/nextcloud-breeze-dark/master/screenshot.png</screenshot>
<dependencies>
<nextcloud min-version="19" max-version="19"/>
</dependencies>
<settings>
<personal>OCA\BreezeDark\Settings\Personal</personal>
<admin>OCA\BreezeDark\Settings\Admin</admin>
</settings>
</info>