summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-18 16:11:29 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-18 16:11:29 +0100
commitdbb89b1073db8a7a7da6b0e7cb5fae504580febf (patch)
treebf1cd68a8e251ba9cc99643369d3b6d3e40567a5
parentf203535e0086cc1e8ec988cc731eb57a4f770cf8 (diff)
downloadqutebrowser-dbb89b1073db8a7a7da6b0e7cb5fae504580febf.tar.gz
qutebrowser-dbb89b1073db8a7a7da6b0e7cb5fae504580febf.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc9
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 2fb8af4d7..f7bd8ae2c 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -61,6 +61,8 @@ Added
- Support for incremental search, with a new `search.incremental` setting.
- New `--rapid` flag for `:command-accept` (bound to `Ctrl-Enter` by default),
which allows executing a command in the completion without closing it.
+- The `colors.completion.fg` setting can now be a list, allowing to specify
+ different colors for the three completion columns.
Changed
~~~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 35c90ba61..53af8399d 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -701,10 +701,15 @@ Default: +pass:[#333333]+
[[colors.completion.fg]]
=== colors.completion.fg
Text color of the completion widget.
+May be a single color to use for all columns or a list of three colors, one for each column.
-Type: <<types,QtColor>>
+Type: <<types,List of QtColor&#44; or QtColor>>
-Default: +pass:[white]+
+Default:
+
+- +pass:[white]+
+- +pass:[white]+
+- +pass:[white]+
[[colors.completion.item.selected.bg]]
=== colors.completion.item.selected.bg