summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-11-22 18:41:39 +0100
committerSamantaz Fox <coding@samantaz.fr>2022-11-22 18:41:39 +0100
commit5160d8bae39dc5cc5d51abee90571a03c08d0f2b (patch)
tree94003e3bfca6987a83e9f379800494fa80a9c851
parent09b9b758dea2e9dc502ba497a34ae02cbb37ae46 (diff)
parent4fc5d43374ca39890a98a27d129979eb960c1c4b (diff)
downloadinvidious-5160d8bae39dc5cc5d51abee90571a03c08d0f2b.tar.gz
invidious-5160d8bae39dc5cc5d51abee90571a03c08d0f2b.tar.bz2
invidious-5160d8bae39dc5cc5d51abee90571a03c08d0f2b.zip
Fix values for dark_mode in config.example.yml (#3426)
-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).
it/src/pages/background/background.js?id=010d19aff9f6ee4a46e6dad276bca16f8d3a1adb&follow=1'>check host instead of the whole href for occurence of wikipedia.orgKotuklion 2021-07-12left some unnecessary spaces here and thereKotuklion 2021-07-12fix minor typosKotuklion 2021-07-12add Wikiless supportKotuklion 2021-07-11Italian translation fixunbranched Title fix 2021-07-10Add redirect for Norwegian Google TranslateTim Hårek Andreassen Signed-off-by: Tim Hårek Andreassen <tim@harek.dev> 2021-07-10Bump version & update dependencies.v1.1.48SimonBrazell 2021-07-10Closes #242: remove "new" tag from SimplyTranslate.SimonBrazell 2021-06-16Fixes #238SimonBrazell 2021-06-16Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell 2021-06-16Fixed license linkGaurang Tandon 2021-06-16Added reddit.artemislena.euFantasyCookie17 2021-06-12Only append autoplay parameter if necessarybopol