summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/config.example.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 264a5bea..8794880d 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -613,10 +613,10 @@ default_user_preferences:
##
## Enable/Disable dark mode.
##
- ## Accepted values: true, false
- ## Default: <none>
+ ## Accepted values: "dark", "light", "auto"
+ ## Default: "auto"
##
- #dark_mode:
+ #dark_mode: "auto"
##
## Enable/Disable thin mode (no video thumbnails).