]> BookStack Code Mirror - bookstack/blobdiff - app/Config/setting-defaults.php
Added tests and translations for dark-mode components
[bookstack] / app / Config / setting-defaults.php
index b48253eb190f1cc408c50fc944bc41b8a8d79f28..d84c0c2641397700da7b551414122c66e88fa24b 100644 (file)
@@ -14,9 +14,14 @@ return [
     'app-logo'             => '',
     'app-name-header'      => true,
     'app-editor'           => 'wysiwyg',
-    'app-color'            => '#0288D1',
-    'app-color-light'      => 'rgba(21, 101, 192, 0.15)',
+    'app-color'            => '#206ea7',
+    'app-color-light'      => 'rgba(32,110,167,0.15)',
+    'bookshelf-color'      => '#a94747',
+    'book-color'           => '#077b70',
+    'chapter-color'        => '#af4d0d',
+    'page-color'           => '#206ea7',
+    'page-draft-color'     => '#7e50b1',
     'app-custom-head'      => false,
     'registration-enabled' => false,
 
-];
\ No newline at end of file
+];