nextcloud-breeze-dark/appinfo/info.xml

44 lines
1.9 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 options stuff like the login and sharing pages won't be styled. You can find there global option here:
```
Admin settings > Theming > Breeze Dark
```
#### 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
```
]]></description>
<version>19.0.2</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>