summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-01-17 11:25:23 +0100
committerFlorian Bruhin <me@the-compiler.org>2024-01-17 11:25:23 +0100
commitfedea101877815e8df5670c52fcca32bfff6c269 (patch)
treeddc03dcf18857baf2d089152043484c8f77fcdb2
parentc9910c3dfe5966d3c15ea3c6b96e03550ee51e94 (diff)
downloadqutebrowser-fedea101877815e8df5670c52fcca32bfff6c269.tar.gz
qutebrowser-fedea101877815e8df5670c52fcca32bfff6c269.zip
Fix consistency of 'dark mode' spelling
Thanks to absinthium
-rw-r--r--doc/help/settings.asciidoc4
-rw-r--r--qutebrowser/config/configdata.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 9ef0a014d..b69700880 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -115,7 +115,7 @@
|<<colors.tooltip.bg,colors.tooltip.bg>>|Background color of tooltips.
|<<colors.tooltip.fg,colors.tooltip.fg>>|Foreground color of tooltips.
|<<colors.webpage.bg,colors.webpage.bg>>|Background color for webpages if unset (or empty to use the theme's color).
-|<<colors.webpage.darkmode.algorithm,colors.webpage.darkmode.algorithm>>|Which algorithm to use for modifying how colors are rendered with darkmode.
+|<<colors.webpage.darkmode.algorithm,colors.webpage.darkmode.algorithm>>|Which algorithm to use for modifying how colors are rendered with dark mode.
|<<colors.webpage.darkmode.contrast,colors.webpage.darkmode.contrast>>|Contrast for dark mode.
|<<colors.webpage.darkmode.enabled,colors.webpage.darkmode.enabled>>|Render all web contents using a dark theme.
|<<colors.webpage.darkmode.policy.images,colors.webpage.darkmode.policy.images>>|Which images to apply dark mode to.
@@ -1645,7 +1645,7 @@ Default: +pass:[white]+
[[colors.webpage.darkmode.algorithm]]
=== colors.webpage.darkmode.algorithm
-Which algorithm to use for modifying how colors are rendered with darkmode.
+Which algorithm to use for modifying how colors are rendered with dark mode.
The `lightness-cielab` value was added with QtWebEngine 5.14 and is treated like `lightness-hsl` with older QtWebEngine versions.
This setting requires a restart.
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index e973fca28..de6948150 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -3284,7 +3284,7 @@ colors.webpage.darkmode.enabled:
colors.webpage.darkmode.algorithm:
default: lightness-cielab
desc: >-
- Which algorithm to use for modifying how colors are rendered with darkmode.
+ Which algorithm to use for modifying how colors are rendered with dark mode.
The `lightness-cielab` value was added with QtWebEngine 5.14 and is treated
like `lightness-hsl` with older QtWebEngine versions.