mirror of
https://github.com/flarum/core.git
synced 2025-10-20 03:06:07 +02:00
User lighter default theme color
This commit is contained in:
@@ -43,8 +43,8 @@ class DefaultData implements ProvidesData
|
||||
'mail_from' => 'noreply@flarum.dev',
|
||||
'theme_colored_header' => '0',
|
||||
'theme_dark_mode' => '0',
|
||||
'theme_primary_color' => '#29415E',
|
||||
'theme_secondary_color' => '#29415E',
|
||||
'theme_primary_color' => '#4D698E',
|
||||
'theme_secondary_color' => '#4D698E',
|
||||
'welcome_message' => 'This is beta software and you should not use it in production.',
|
||||
'welcome_title' => 'Welcome to Development Forum',
|
||||
];
|
||||
|
Reference in New Issue
Block a user