aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/main.php')
-rw-r--r--theme/admin/html/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/main.php b/theme/admin/html/main.php
index a0a1412..82dd407 100644
--- a/theme/admin/html/main.php
+++ b/theme/admin/html/main.php
@@ -11,7 +11,7 @@ if($toogle = HTTP::GET('colors')) {
}
}
-$theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'main';
+$theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'bright';
?>
<!DOCTYPE html>
<html lang="<?=$BLOGMETA['LANG']?>">