1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-15 14:00:26 +00:00
No description
Find a file
2017-06-08 13:02:20 +02:00
core bump version number to 12.0.1 2017-06-08 13:00:47 +02:00
.gitignore Removed sourcemap file 2017-05-29 15:59:47 +02:00
CONTRIBUTING.md Update CONTRIBUTING 2017-05-26 20:06:46 +02:00
ICONS.md Removal of filetype icons as they are the same as default 2017-06-06 12:36:59 +02:00
LICENSE added LICENSE and README 2017-02-12 14:47:39 +01:00
README.md bump version number to 12.0.1 2017-06-08 13:00:47 +02:00
screenshot.png add screenshot of theme 2017-06-08 12:50:02 +02:00

Nextcloud Breeze Dark Theme

This is a Breeze Dark Theme for Nextcloud based on the Breeze Dark theme made by the KDE Project.

The icons are from the default Nextcloud theme and the individual apps, with the colors changed to better fit the theme.

Current stable release: 12.0.1

screenshot of theme

Version number

The first number is the Nextcloud version. The second number is the Nextcloud point release version. The third number is the theme version.

Progress

Theming for Core Nextcloud functionality is done. You can check on the progress of App styling and request styling for specific apps here

Installation

The master branch will always be the current stable release so you can clone that for easy installation and updates. Using git is currently the recommended way of installing the theme. You can also download it as a zip file either straight from the master branch, or on the release page.

To install the theme please start by disabling the Theming app which comes with Nextcloud, it is know to cause issues with custom themes.

Next, git clone or unzip it into your nextcloud/themes folder.

To enable the theme, add or change the theme option in your config.php to:

'theme' => 'nextcloud-breeze-dark',

Contributions

The theme is written with Sass.

Please have a look at the CONTRIBUTING.md for details on how to contribute.