]> source.dussan.org Git - nextcloud-server.git/commit
Start theming providers
authorJoas Schilling <coding@schilljs.com>
Tue, 29 Mar 2022 20:18:40 +0000 (22:18 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 21 Apr 2022 07:29:33 +0000 (09:29 +0200)
commitb3cf312edcefec3fb26bad8637f3a0969504be87
tree43397a079ea2b558e23cef722d6abbca11bc7cfb
parent12ed5c9ff3e9dac25b43a1ad934a97a86037000b
Start theming providers

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 files changed:
apps/theming/appinfo/routes.php
apps/theming/css/settings-admin.scss
apps/theming/js/settings-admin.js
apps/theming/lib/Controller/ThemingController.php
apps/theming/lib/ITheme.php [new file with mode: 0644]
apps/theming/lib/Listener/BeforeTemplateRenderedListener.php
apps/theming/lib/Service/ThemeInjectionService.php [new file with mode: 0644]
apps/theming/lib/Service/ThemesService.php [new file with mode: 0644]
apps/theming/lib/Themes/DarkHighContrastTheme.php [new file with mode: 0644]
apps/theming/lib/Themes/DarkTheme.php [new file with mode: 0644]
apps/theming/lib/Themes/DefaultTheme.php [new file with mode: 0644]
apps/theming/lib/Themes/HighContrastTheme.php [new file with mode: 0644]
apps/theming/lib/Util.php
composer.json
composer.lock
core/css/apps.scss
core/css/header.scss
core/css/styles.scss
core/templates/layout.user.php
lib/private/TemplateLayout.php
lib/private/legacy/OC_Template.php