config: add colors.search-box-{no-,}match

Closes #1112
This commit is contained in:
Daniel Eklöf 2022-07-27 19:14:27 +02:00
parent 4873004c37
commit d79a3b9350
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 85 additions and 7 deletions

View file

@ -566,6 +566,16 @@ can configure the background transparency with the _alpha_ option.
(indicator itself) colors for the scrollback indicator. Default:
_regular0 bright4_.
*search-box-no-match*
Two color values specifying the foreground (text) and background
colors for the scrollback search box, when there are no
matches. Default: _regular0 regular1_.
*search-box-match*
Two color values specifying the foreground (text) and background
colors for the scrollback search box, when the search box is
either empty, or there are matches. Default: _regular0 regular3_.
*urls*
Color to use for the underline used to highlight URLs in URL
mode. Default: _regular3_.