1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-16 14:21:23 +00:00
nextcloud-breeze-dark/core/css/server.scss

54 lines
1.8 KiB
SCSS

/*
=============================================================================
* Nextcloud breeze dark theme
* Version: 14.0.3
* Check it out at https://github.com/mwalbeck/nextcloud-breeze-dark
=============================================================================
*/
// General and Nextcloud Core
@import 'core/colours';
@import 'core/icons';
@import 'core/style';
@import 'core/server';
@import 'core/apps';
// Official
@import 'apps/official/activity';
@import 'apps/official/announcement-center';
@import 'apps/official/calendar';
@import 'apps/official/contacts';
@import 'apps/official/external-sites';
@import 'apps/official/file-access-control';
@import 'apps/official/files';
@import 'apps/official/first-run-wizard';
@import 'apps/official/gallery';
@import 'apps/official/ldap';
@import 'apps/official/log-reader';
@import 'apps/official/mail';
@import 'apps/official/notes';
@import 'apps/official/notifications';
@import 'apps/official/retention';
@import 'apps/official/text-editor';
@import 'apps/official/two-factor';
// Third party
@import 'apps/thirdparty/audio-player';
@import 'apps/thirdparty/bookmarks';
@import 'apps/thirdparty/circles';
@import 'apps/thirdparty/deck';
@import 'apps/thirdparty/files-rightclick';
@import 'apps/thirdparty/flow-upload';
@import 'apps/thirdparty/fulltextsearch';
@import 'apps/thirdparty/group-folders';
@import 'apps/thirdparty/markdown-editor';
@import 'apps/thirdparty/music';
@import 'apps/thirdparty/news';
@import 'apps/thirdparty/passman';
@import 'apps/thirdparty/passwords';
@import 'apps/thirdparty/phone-sync';
@import 'apps/thirdparty/polls';
@import 'apps/thirdparty/quicknotes';
@import 'apps/thirdparty/radio';
@import 'apps/thirdparty/sso-saml';
@import 'apps/thirdparty/tasks';
@import 'apps/thirdparty/user-account-deletion';
@import 'apps/thirdparty/video-calls';
@import 'apps/thirdparty/weather';