From bcff7094627e423dd9ca52a246345512dc3d791c Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 26 Jun 2022 23:44:28 +0100 Subject: Add optional background around selected result. --- doc/tofi.5.md | 7 +++++++ doc/tofi.5.scd | 5 +++++ 2 files changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 24b14e9..f5df5cf 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -93,6 +93,13 @@ options. > > Default: \#F92672 +**selection-background**=*color* + +> Background color of selected result. See **COLORS** for more +> information. +> +> Default: \#00000000 + **result-spacing**=*px* > Spacing between results. Can be negative. diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index 4b39093..7946cf1 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -84,6 +84,11 @@ options. Default: #F92672 +*selection-background*=_color_ + Background color of selected result. See *COLORS* for more information. + + Default: #00000000 + *result-spacing*=_px_ Spacing between results. Can be negative. -- cgit v1.2.3