summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-27 15:23:47 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-27 15:23:47 +0100
commit432f7b87a31285c90dbb8957311db7da5a94da52 (patch)
treeb6525a556dfa2996ac42322ed48670b89bddead0
parent2d8f164ea18aff6e6d2d6bdbf2b1986e1a6028e7 (diff)
downloadqutebrowser-432f7b87a31285c90dbb8957311db7da5a94da52.tar.gz
qutebrowser-432f7b87a31285c90dbb8957311db7da5a94da52.zip
Change default text color for warnings to black
-rw-r--r--doc/changelog.asciidoc1
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 7911f77da..c900cdde6 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -147,6 +147,7 @@ Changed
* The default bindings for moving tabs (`tab-move -` and `tab-move +`) were
changed from `gl` and `gr` to `gK` and `gJ`, to be consistent with the tab
switching bindings.
+ * The text color for warning messages is now black instead of white, for increased contrast and thus readability.
- On the first start, the history completion database is regenerated to remove
a few problematic entries (such as long `qute://pdfjs` URLs). This might take
a couple of minutes, but is a one-time operation. This should result in a
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 742b1ab49..6047f6501 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1175,7 +1175,7 @@ Foreground color of a warning message.
Type: <<types,QssColor>>
-Default: +pass:[white]+
+Default: +pass:[black]+
[[colors.prompts.bg]]
=== colors.prompts.bg
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index cee077c14..f8de6eff0 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -2534,7 +2534,7 @@ colors.messages.error.border:
desc: Border color of an error message.
colors.messages.warning.fg:
- default: white
+ default: black
type: QssColor
desc: Foreground color of a warning message.