Update docs

This commit is contained in:
Florian Bruhin 2019-07-06 19:30:04 +02:00
parent 3457153387
commit 4fdfdf95dc
2 changed files with 4 additions and 1 deletions

View File

@ -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
------

View File

@ -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]+