summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-18 15:29:34 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-18 15:29:34 +0100
commit19347f61510c18dd6cf586de03ae6ebbe4e70154 (patch)
tree6fcd3e859f634221847002df40306ae04c7d33bc /doc/faq.asciidoc
parent99b0864e331ceac7a5214e5e018346790f83e8ef (diff)
downloadqutebrowser-19347f61510c18dd6cf586de03ae6ebbe4e70154.tar.gz
qutebrowser-19347f61510c18dd6cf586de03ae6ebbe4e70154.zip
doc: Clarify dark mode FAQ entry
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index d14cea86a..39df56faa 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -324,8 +324,14 @@ There is a total of four possible approaches to get dark websites:
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 in Chromium and/or QtWebEngine) to
+ unfortunately not possible (due to limitations
+ https://bugs.chromium.org/p/chromium/issues/detail?id=952419[in Chromium] and/or
+ https://bugreports.qt.io/browse/QTBUG-84484[QtWebEngine]) to
change them dynamically or to specify a list of excluded websites.
+ There is some remaining hope to
+ https://github.com/qutebrowser/qutebrowser/issues/5542[allow for this]
+ using HTML/CSS features, but so far nobody has been able to get things to
+ work (even with Chromium) - help welcome!
- The `content.user_stylesheets` setting allows specifying a custom CSS such as
https://github.com/alphapapa/solarized-everything-css/[Solarized Everything]. Despite
the name, the repository also offers themes other than just Solarized. This approach