...
This commit is contained in:
parent
a0392946e5
commit
ac4bfd977a
1 changed files with 2 additions and 2 deletions
|
|
@ -1520,8 +1520,8 @@
|
|||
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue