Alacritty: background_opacity deprecated
This commit is contained in:
parent
90f9620352
commit
85e4f08c2d
|
@ -6,6 +6,7 @@ window:
|
|||
title: Alacritty
|
||||
dynamic_title: true
|
||||
gtk_theme_variant: dark
|
||||
opacity: 0.75
|
||||
scrolling:
|
||||
history: 10000
|
||||
font:
|
||||
|
@ -41,7 +42,6 @@ colors:
|
|||
magenta: '#6c71c4' # violet
|
||||
cyan: '#93a1a1' # base1
|
||||
white: '#fdf6e3' # base3
|
||||
background_opacity: 0.75
|
||||
cursor:
|
||||
style:
|
||||
shape: Block
|
||||
|
|
Loading…
Reference in a new issue