fix font and opacity for alacritty 0.10
This commit is contained in:
parent
c9ff0abbc2
commit
e2b173bae0
1 changed files with 3 additions and 2 deletions
|
|
@ -92,6 +92,7 @@ window:
|
||||||
# Override the variant of the GTK theme. Commonly supported values are `dark`
|
# Override the variant of the GTK theme. Commonly supported values are `dark`
|
||||||
# and `light`. Set this to `None` to use the default theme variant.
|
# and `light`. Set this to `None` to use the default theme variant.
|
||||||
#gtk_theme_variant: None
|
#gtk_theme_variant: None
|
||||||
|
opacity: 0.92
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
|
|
@ -150,7 +151,7 @@ font:
|
||||||
style: Oblique
|
style: Oblique
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 16.0
|
size: 17.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
@ -399,7 +400,7 @@ 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: 0.92
|
#background_opacity: 0.92
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
# This string contains all characters that are used as separators for
|
# This string contains all characters that are used as separators for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue