N°3516 Add Fullmoon 🌕 to theme mechanism, update test-red theme for 3.0

This commit is contained in:
Stephen Abello
2021-01-05 17:14:30 +01:00
parent 82e98ced85
commit 5ef75772f0
9 changed files with 115 additions and 4317 deletions

View File

@@ -43,15 +43,13 @@ class ThemeHandler
public static function GetDefaultThemeInformation()
{
return [
'name' => 'light-grey',
'name' => 'fullmoon',
'parameters' => [
'variables' => [],
'imports' => [
'css-variables' => '../css/css-variables.scss',
],
'stylesheets' => [
'jqueryui' => '../css/ui-lightness/jqueryui.scss',
'main' => '../css/light-grey.scss',
'main' => '../css/backoffice/main.scss',
],
],
];