1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

alacritty: set opacity

This commit is contained in:
Henrik Hautakoski 2024-07-07 14:59:20 +02:00
parent 7883d02176
commit 3234ee4b90

View file

@ -1,3 +1,4 @@
[env]
TERM = "xterm-256color"
@ -11,6 +12,7 @@ size = 12.0
[window]
padding = { x = 2, y = 2 }
opacity = 0.99
[colors]
cursor = { text = "#0E1019", cursor = "#BAC2DE" }