summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-04-30 21:17:45 +0200
committerFlorian Bruhin <me@the-compiler.org>2024-04-30 23:31:58 +0200
commitdfcfc686ce761500d0949f5bfb6ca1ad42834a41 (patch)
treee361ffcc3920b22a16b1722e9226e566aeed02ec /doc
parent5152296f7f9d3a656e5b1fac5b5af648863c6224 (diff)
downloadqutebrowser-dfcfc686ce761500d0949f5bfb6ca1ad42834a41.tar.gz
qutebrowser-dfcfc686ce761500d0949f5bfb6ca1ad42834a41.zip
Support setting dark mode at runtime and with URL patterns
See #3636, #5542, #7743
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index af76527c9..f2a5062c2 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1678,6 +1678,7 @@ Default: +pass:[0.0]+
[[colors.webpage.darkmode.enabled]]
=== colors.webpage.darkmode.enabled
Render all web contents using a dark theme.
+On QtWebEngine < 6.7, this setting requires a restart and does not support URL patterns, only the global setting is applied.
Example configurations from Chromium's `chrome://flags`:
- "With simple HSL/CIELAB/RGB-based inversion": Set
`colors.webpage.darkmode.algorithm` accordingly, and
@@ -1685,7 +1686,7 @@ Example configurations from Chromium's `chrome://flags`:
- "With selective image inversion": qutebrowser default settings.
-This setting requires a restart.
+This setting supports link:configuring{outfilesuffix}#patterns[URL patterns].
This setting is only available with the QtWebEngine backend.