mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-08 17:36:54 +00:00
44 lines
1.9 KiB
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>18.0.22</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="18" max-version="18"/>
|
|
</dependencies>
|
|
<settings>
|
|
<personal>OCA\BreezeDark\Settings\Personal</personal>
|
|
<admin>OCA\BreezeDark\Settings\Admin</admin>
|
|
</settings>
|
|
</info>
|