add some motivation for background_tint_gaps

This commit is contained in:
Kovid Goyal 2022-11-21 10:19:25 +05:30
parent 03dc24f913
commit 3c0667afd6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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.
'''
)