modified alacritty with transparency

master
Kerem Yollu 3 years ago
parent 8297b6f643
commit 7b36983b33

@ -44,7 +44,7 @@ window:
#
# 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.
opacity: 1.0
opacity: 0.8
# opacity: 0.80
# Window decorations
@ -187,7 +187,7 @@ font:
style: Bold Italic
# Point size
size: 8
size: 16
# 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 spacing.

Loading…
Cancel
Save