mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 22:53:37 +08:00
User lighter default theme color
This commit is contained in:
parent
1090e1f639
commit
7c214a6b69
|
@ -79,8 +79,8 @@ class DataFromUser implements ProvidesData
|
||||||
'mail_from' => 'noreply@' . preg_replace('/^www\./i', '', parse_url($baseUrl, PHP_URL_HOST)),
|
'mail_from' => 'noreply@' . preg_replace('/^www\./i', '', parse_url($baseUrl, PHP_URL_HOST)),
|
||||||
'theme_colored_header' => '0',
|
'theme_colored_header' => '0',
|
||||||
'theme_dark_mode' => '0',
|
'theme_dark_mode' => '0',
|
||||||
'theme_primary_color' => '#29415E',
|
'theme_primary_color' => '#4D698E',
|
||||||
'theme_secondary_color' => '#29415E',
|
'theme_secondary_color' => '#4D698E',
|
||||||
'welcome_message' => 'This is beta software and you should not use it in production.',
|
'welcome_message' => 'This is beta software and you should not use it in production.',
|
||||||
'welcome_title' => 'Welcome to ' . $title,
|
'welcome_title' => 'Welcome to ' . $title,
|
||||||
];
|
];
|
||||||
|
|
|
@ -43,8 +43,8 @@ class DefaultData implements ProvidesData
|
||||||
'mail_from' => 'noreply@flarum.dev',
|
'mail_from' => 'noreply@flarum.dev',
|
||||||
'theme_colored_header' => '0',
|
'theme_colored_header' => '0',
|
||||||
'theme_dark_mode' => '0',
|
'theme_dark_mode' => '0',
|
||||||
'theme_primary_color' => '#29415E',
|
'theme_primary_color' => '#4D698E',
|
||||||
'theme_secondary_color' => '#29415E',
|
'theme_secondary_color' => '#4D698E',
|
||||||
'welcome_message' => 'This is beta software and you should not use it in production.',
|
'welcome_message' => 'This is beta software and you should not use it in production.',
|
||||||
'welcome_title' => 'Welcome to Development Forum',
|
'welcome_title' => 'Welcome to Development Forum',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user