summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-07-06 19:30:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-07-06 19:30:04 +0200
commit4fdfdf95dc9c714a04adcbdf0c6e23f3a164309c (patch)
treead8e2dfe8b7cb229b983b4396fb044d3881aa417
parent345715338787f186d223a76e5080d30cbef78528 (diff)
downloadqutebrowser-4fdfdf95dc9c714a04adcbdf0c6e23f3a164309c.tar.gz
qutebrowser-4fdfdf95dc9c714a04adcbdf0c6e23f3a164309c.zip
Update docs
-rw-r--r--doc/changelog.asciidoc3
-rw-r--r--doc/help/settings.asciidoc2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 81dbcda23..3f88c7403 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -94,6 +94,9 @@ Fixed
- Handling of profiles and private windows (and resulting crashes with Qt
5.12.2).
- Fixes for corner-cases when using :navigate increment/decrement.
+- The type for the `colors.hints.match.fg` setting was changed to `QtColor`.
+ Gradients were never supported for this setting, and with this change, forms
+ like `rgb(0, 0, 0)` now work as well.
v1.6.3
------
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 550e398b0..438a6c2b1 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -958,7 +958,7 @@ Default: +pass:[black]+
=== colors.hints.match.fg
Font color for the matched part of hints.
-Type: <<types,QssColor>>
+Type: <<types,QtColor>>
Default: +pass:[green]+