background_opacity was depreciated.

used window.opacity instead
This commit is contained in:
Gabe Venberg 2022-01-26 11:47:34 -06:00
parent 7ba6e4539e
commit 5200820855

View file

@ -49,6 +49,8 @@ window:
x: 0 x: 0
y: 0 y: 0
opacity: 1.0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: false dynamic_padding: false
@ -357,7 +359,6 @@ bell:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 1.0
selection: selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for