aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/php/theme.php')
-rw-r--r--view/theme/redbasic/php/theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php
index abfac05b6..5d603fd04 100644
--- a/view/theme/redbasic/php/theme.php
+++ b/view/theme/redbasic/php/theme.php
@@ -32,4 +32,5 @@ function redbasic_init(&$a) {
}
App::$page['color_mode'] = 'data-bs-theme="' . $mode . '"';
+ App::$page['theme_color'] = 'rgb(248, 249, 250)';
}