diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-12 23:27:24 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-12 23:27:24 +0100 |
commit | 8c79e9d1019c80a52e635c2d54debb22a05e046d (patch) | |
tree | 274fb683d87b0efbfebe1a10466a4e91698ba713 /doc | |
parent | 8e45592c5703451563eaf4edcd7033f80ce23b53 (diff) |
Add note about fuzzy matching highlight colour.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tofi.5.md | 7 | ||||
-rw-r--r-- | doc/tofi.5.scd | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 446ec8e..6de4e60 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -96,9 +96,10 @@ options. **selection-match-color**=*color* -> Color of the matching portion of the selected result. Any color that -> is fully transparent (alpha = 0) will disable this highlighting. See -> **COLORS** for more information. +> Color of the matching portion of the selected result. This will not +> always be shown if the **fuzzy-match** option is set to true. Any +> color that is fully transparent (alpha = 0) will disable this +> highlighting. See **COLORS** for more information. > > Default: \#00000000 diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index 2cb4dad..df2f4d6 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -86,8 +86,9 @@ options. Default: #F92672 *selection-match-color*=_color_ - Color of the matching portion of the selected result. Any color that is - fully transparent (alpha = 0) will disable this highlighting. + Color of the matching portion of the selected result. This will not + always be shown if the *fuzzy-match* option is set to true. Any color + that is fully transparent (alpha = 0) will disable this highlighting. See *COLORS* for more information. Default: #00000000 |