From e98c57841b843ed881f06ce6ed1c9c89942c27b8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 6 Jun 2024 22:24:58 +0200 Subject: Default dark mode to auto (#5582) * Default dark mode to auto Set default dark mode to automatic instead of disabled. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4843 * Selected themes * For compatible themes only --- config-user.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index d39700abe..2164030a2 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -66,7 +66,7 @@ return array ( ), 'filters' => [], 'theme' => 'Origine', - 'darkMode' => 'no', + 'darkMode' => 'auto', 'content_width' => 'thin', 'shortcuts' => array ( 'actualize' => 'q', -- cgit v1.2.3