2019-11-28 22:13:51 +01:00
|
|
|
/*
|
|
|
|
=============================================================================
|
|
|
|
* Breeze Dark for Nextcloud
|
2020-04-18 20:00:44 +02:00
|
|
|
* Version: 18.0.12
|
|
|
|
* Date 2020-04-18
|
2019-12-09 21:55:08 +01:00
|
|
|
* Copyright (C) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
|
|
|
* License: AGPLv3 - https://github.com/mwalbeck/nextcloud-breeze-dark/blob/master/COPYING
|
2019-11-28 22:13:51 +01:00
|
|
|
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
|
2019-12-09 21:55:08 +01:00
|
|
|
* Made with the help of contributors! See AUTHORS.md
|
2019-11-28 22:13:51 +01:00
|
|
|
=============================================================================
|
|
|
|
*/
|
|
|
|
// General and Nextcloud Core
|
2019-12-09 21:37:03 +01:00
|
|
|
@import 'server/functions';
|
2019-12-08 22:18:23 +01:00
|
|
|
@import 'server/color-variables';
|
2019-12-09 22:57:01 +01:00
|
|
|
@import 'server/icon-variables';
|
2019-11-28 22:13:51 +01:00
|
|
|
@import 'server/server';
|
|
|
|
@import 'server/apps';
|
|
|
|
@import 'server/icons';
|
|
|
|
// Official
|
|
|
|
@import 'apps/official/activity';
|
2019-12-17 20:22:53 +01:00
|
|
|
@import 'apps/official/announcement-center';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/calendar';
|
2019-12-17 20:28:53 +01:00
|
|
|
@import 'apps/official/contacts';
|
2019-12-17 20:32:13 +01:00
|
|
|
@import 'apps/official/deck';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/external-sites';
|
2019-12-04 18:38:02 +01:00
|
|
|
@import 'apps/official/files';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/first-run-wizard';
|
|
|
|
@import 'apps/official/group-folders';
|
|
|
|
@import 'apps/official/ldap';
|
2019-12-05 21:14:31 +01:00
|
|
|
@import 'apps/official/log-reader';
|
2019-12-17 21:54:03 +01:00
|
|
|
@import 'apps/official/mail';
|
2020-02-03 20:06:39 +01:00
|
|
|
@import 'apps/official/maps';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/news';
|
2020-04-13 18:51:13 +02:00
|
|
|
@import 'apps/official/notes';
|
2019-12-04 19:04:54 +01:00
|
|
|
@import 'apps/official/notifications';
|
2020-01-24 22:14:12 +01:00
|
|
|
@import 'apps/official/photos';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/retention';
|
2019-12-05 21:14:31 +01:00
|
|
|
@import 'apps/official/system-monitoring';
|
2019-12-17 20:51:23 +01:00
|
|
|
@import 'apps/official/tasks';
|
2019-12-16 21:50:27 +01:00
|
|
|
@import 'apps/official/text';
|
2019-11-28 22:13:51 +01:00
|
|
|
// // Third party
|
2020-03-08 17:48:40 +01:00
|
|
|
@import 'apps/thirdparty/analytics';
|
2019-12-23 16:18:09 +01:00
|
|
|
@import 'apps/thirdparty/audio-player';
|
|
|
|
@import 'apps/thirdparty/bookmarks';
|
|
|
|
@import 'apps/thirdparty/circles';
|
|
|
|
@import 'apps/thirdparty/dashboard';
|
2020-01-04 22:42:06 +01:00
|
|
|
@import 'apps/thirdparty/flow-upload';
|
2019-12-23 16:18:09 +01:00
|
|
|
@import 'apps/thirdparty/fulltextsearch';
|
|
|
|
@import 'apps/thirdparty/files-markdown';
|
|
|
|
@import 'apps/thirdparty/files-markdown-syntax';
|
|
|
|
@import 'apps/thirdparty/music';
|
|
|
|
@import 'apps/thirdparty/ojsxc';
|
2020-01-04 22:23:13 +01:00
|
|
|
@import 'apps/thirdparty/passman';
|
2019-12-23 16:18:09 +01:00
|
|
|
@import 'apps/thirdparty/passwords';
|
2020-01-04 22:42:06 +01:00
|
|
|
@import 'apps/thirdparty/phone-sync';
|
2019-12-23 16:18:09 +01:00
|
|
|
@import 'apps/thirdparty/polls';
|
|
|
|
@import 'apps/thirdparty/quicknotes';
|
|
|
|
@import 'apps/thirdparty/radio';
|
2020-02-11 19:16:29 +01:00
|
|
|
@import 'apps/thirdparty/terms-of-service';
|
2019-12-23 16:18:09 +01:00
|
|
|
@import 'apps/thirdparty/user-account-deletion';
|
|
|
|
@import 'apps/thirdparty/weather';
|