From bf4f62c0adbea60aba4c706ba374c2876e1e5c63 Mon Sep 17 00:00:00 2001 From: Oha-you Date: Tue, 18 May 2021 21:35:21 +0300 Subject: [PATCH] fix: Set Light theme as default for new users --- config/other.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/other.php b/config/other.php index 95300c0bd8..e7e8c3ccac 100644 --- a/config/other.php +++ b/config/other.php @@ -156,7 +156,7 @@ | 7 = Dark Teal Theme | 8 = Dark Yellow Theme */ - 'default_style' => 2, + 'default_style' => 0, /* |--------------------------------------------------------------------------