diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 336bb23fd..79669cf5c 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -25,6 +25,8 @@ Added * `colors.tabs.pinned.*` to control colors of pinned tabs. * `hints.leave_on_load` which allows disabling leaving of hint mode when a new page is loaded. + * `colors.completion.item.selected.match.fg` which allows configuring the + text color for the matching text in the currently selected completion item. - New commands: * `:reverse-selection` (`o` in caret mode) to swap the stationary/moving ends of a selection. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 1284228d3..df30aa644 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -25,8 +25,9 @@ |<>|Text color of the completion widget. |<>|Background color of the selected completion item. |<>|Bottom border color of the selected completion item. -|<>|Top border color of the completion widget category headers. +|<>|Top border color of the selected completion item. |<>|Foreground color of the selected completion item. +|<>|Foreground color of the matched text in the selected completion item. |<>|Foreground color of the matched text in the completion. |<>|Background color of the completion widget for odd rows. |<>|Color of the scrollbar in the completion view. @@ -795,7 +796,7 @@ Default: +pass:[#bbbb00]+ [[colors.completion.item.selected.border.top]] === colors.completion.item.selected.border.top -Top border color of the completion widget category headers. +Top border color of the selected completion item. Type: <> @@ -809,6 +810,14 @@ Type: <> Default: +pass:[black]+ +[[colors.completion.item.selected.match.fg]] +=== colors.completion.item.selected.match.fg +Foreground color of the matched text in the selected completion item. + +Type: <> + +Default: +pass:[#ff4444]+ + [[colors.completion.match.fg]] === colors.completion.match.fg Foreground color of the matched text in the completion.