This commit is contained in:
Kovid Goyal
2024-07-21 20:39:52 +05:30
parent a0392946e5
commit ac4bfd977a

View File

@@ -1520,8 +1520,8 @@ opt('background_image_linear', 'no',
opt('second_transparent_bg', 'none', option_type='to_color_or_none', long_text='''
When the background color matches this color, :opt:`background_opacity` is applied to it
to render it as semi-transparent, just as for colors matching the background color.
Useful, in more complex UIs like editors where you could want more than a single background color
to be rendered as transparent.
Useful in more complex UIs like editors where you could want more than a single background color
to be rendered as transparent, for instance, for a cursor highlight line background.
''')
opt('dynamic_background_opacity', 'no',