From 3c0667afd6531165abfa4fc24d9a7619cf681bad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Nov 2022 10:19:25 +0530 Subject: [PATCH] add some motivation for background_tint_gaps --- kitty/options/definition.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 2dfcff8a2..5bc79535e 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1324,7 +1324,9 @@ opt('background_tint_gaps', '1.0', option_type='unit_float', ctype='float', long_text=''' How much to tint the background image at the window gaps by the background -color, after applying :opt:`background_tint`. +color, after applying :opt:`background_tint`. Since this is multiplicative +with :opt:`background_tint`, it can be used to lighten the tint over the window +gaps for a *separated* look. ''' )