diff options
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 |