alacritty: make background opaque

This commit is contained in:
Fernando Schauenburg 2021-08-01 17:32:01 +02:00
parent d5be6cd996
commit 300fef2ac2

View file

@ -354,7 +354,7 @@ colors:
# #
# 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: 0.95 background_opacity: 1
#selection: #selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for