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