big restructure
This commit is contained in:
@@ -4,5 +4,6 @@ return array (
|
||||
'app_locale' => 'de',
|
||||
'app_theme' => 'dark',
|
||||
'app_theme_user' => '1',
|
||||
'app_primary_color' => '#9b3dc7',
|
||||
'app_registration' => '1',
|
||||
'app_primary_color' => '#105433',
|
||||
);
|
||||
|
||||
7
config/themes.php
Normal file
7
config/themes.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'light' => 'Light',
|
||||
'dark' => 'Dark',
|
||||
'dark-green' => 'Dark green',
|
||||
];
|
||||
Reference in New Issue
Block a user