diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 1038e6ed..eab0430a 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -16,7 +16,7 @@
-
+
{{-- Apple Mobile Web App--}}
@@ -24,8 +24,8 @@
{{--Icons--}}
-
-
+
+
{{--Format Detection--}}
@@ -42,7 +42,7 @@
api: '{{ url('/api') }}',
locale: '{{ \Illuminate\Support\Facades\App::getLocale() }}',
- app_color: '{{ $settings->app_color }}',
+ app_color: '{{ $settings->app_color ?? '#00BC7E' }}',
app_logo: '{{ $settings->app_logo ?? null }}',
app_footer: '{!! $settings->footer_content ?? null !!}',
app_name: '{{ $settings->app_title ?? 'VueFileManager' }}',
diff --git a/resources/views/vuefilemanager/others/color-template.blade.php b/resources/views/vuefilemanager/others/color-template.blade.php
index 074850d6..04ec8648 100644
--- a/resources/views/vuefilemanager/others/color-template.blade.php
+++ b/resources/views/vuefilemanager/others/color-template.blade.php
@@ -1,98 +1,102 @@
\ No newline at end of file