summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-11 13:49:43 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-11 14:18:30 +0100
commitf50a43d71685a04eabe952fac919bfa5059440c8 (patch)
tree411c1b279d8ac699ddd6f62665cb822869df55d0 /doc/faq.asciidoc
parent3c4773616589343b02793bfe117fe2ebc672a1ef (diff)
downloadqutebrowser-f50a43d71685a04eabe952fac919bfa5059440c8.tar.gz
qutebrowser-f50a43d71685a04eabe952fac919bfa5059440c8.zip
Change colors.webpage.prefers_color_scheme_dark to colors.webpage.preferred_color_scheme
See #6097
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index 83268fe00..bca25e575 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -319,9 +319,9 @@ described above.
Is there a dark mode? How can I filter websites to be darker?::
There is a total of four possible approaches to get dark websites:
+
-- The `colors.webpage.prefers_color_scheme_dark` setting tells websites that you prefer
- a dark theme. However, this requires websites to ship an appropriate dark style sheet.
- The setting requires a restart and QtWebEngine with at least Qt 5.14.
+- The `colors.webpage.preferred_color_scheme` setting tells websites that you prefer
+ a light or dark theme. However, this requires websites to ship an appropriate dark
+ style sheet. The setting requires a restart and QtWebEngine with at least Qt 5.14.
- The `colors.webpage.darkmode.*` settings enable the dark mode of the underlying
Chromium. Those setting require a restart and QtWebEngine with at least Qt 5.14. It's
unfortunately not possible (due to limitations