diff --git a/public/theme/Xboard/dashboard.blade.php b/public/theme/Xboard/dashboard.blade.php index 98535f7..c069c2b 100644 --- a/public/theme/Xboard/dashboard.blade.php +++ b/public/theme/Xboard/dashboard.blade.php @@ -15,6 +15,9 @@ window.settings = { title: '{{$title}}', assets_path: '/theme/{{$theme}}/assets', + theme: { + color: '{{$theme_config['theme_color']}}', + }, version: '{{$version}}', background_url: '{{$theme_config['background_url']}}', description: '{{$description}}',