1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-14 20:16:26 +00:00
nextcloud-breeze-dark/css/server.scss
Magnus Walbeck 813bc42c43
Add support for Nextcloud 25 (#325)
* Implement new system for individual user settings

* Fix some styling for NC core

* General styling fixes for apps

* Implement new enforce theme system to replace the enabled by default system

The old system doesn't really work with the new theming system in Nextcloud, so this new system is needed to achieve similar, although different, functionality.

* Don't allow user to enable / disable the theme if the theme is enforced (it would have no effect)

* Remove all references to icon variables as they no longer exist

* Implement repair step to migrate user settings
2023-02-04 21:33:56 +01:00

91 lines
3.2 KiB
SCSS

/**
* =============================================================================
* Breeze Dark for Nextcloud
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
* Made with the help of contributors! See AUTHORS.md
* =============================================================================
*
* @copyright Copyright (C) 2017 Magnus Walbeck <mw@mwalbeck.org>
*
* @author Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
// General and Nextcloud Core
@import "variables/color-variables";
@import "base/elements";
@import "server/server";
@import "apps/apps";
@import "server/icons";
// Core Apps
@import "apps/core/activity";
@import "apps/core/dashboard";
@import "apps/core/files";
@import "apps/core/firstrunwizard";
@import "apps/core/notifications";
@import "apps/core/text";
// Official Apps
@import "apps/official/announcement-center";
@import "apps/official/calendar";
@import "apps/official/circles";
@import "apps/official/contacts";
@import "apps/official/deck";
@import "apps/official/external-sites";
@import "apps/official/files-texteditor";
@import "apps/official/forms";
@import "apps/official/groupfolders";
@import "apps/official/ldap";
@import "apps/official/mail";
@import "apps/official/maps";
@import "apps/official/news";
@import "apps/official/notes";
@import "apps/official/retention";
@import "apps/official/richdocuments";
@import "apps/official/spreed";
@import "apps/official/tasks";
// Third party apps
@import "apps/thirdparty/analytics";
@import "apps/thirdparty/apporder";
@import "apps/thirdparty/audio-player";
@import "apps/thirdparty/bbb";
@import "apps/thirdparty/bookmarks";
@import "apps/thirdparty/collectives";
@import "apps/thirdparty/cookbook";
@import "apps/thirdparty/electronicsignatures";
@import "apps/thirdparty/flow-upload";
@import "apps/thirdparty/fulltextsearch";
@import "apps/thirdparty/gpxedit";
@import "apps/thirdparty/gpxmotion";
@import "apps/thirdparty/gpxpod";
@import "apps/thirdparty/files-markdown";
@import "apps/thirdparty/files-markdown-syntax";
@import "apps/thirdparty/music";
@import "apps/thirdparty/ocdownloader";
@import "apps/thirdparty/ojsxc";
@import "apps/thirdparty/passman";
@import "apps/thirdparty/passwords";
@import "apps/thirdparty/phone-sync";
@import "apps/thirdparty/phonetrack";
@import "apps/thirdparty/polls";
@import "apps/thirdparty/quicknotes";
@import "apps/thirdparty/radio";
@import "apps/thirdparty/terms-of-service";
@import "apps/thirdparty/timemanager";
@import "apps/thirdparty/user-account-deletion";
@import "apps/thirdparty/weather";