Changed alacritty bell color to prevent flashing

This commit is contained in:
2024-05-11 13:13:47 +02:00
parent 273c610634
commit 14d833664d
+1 -1
View File
@@ -2,7 +2,7 @@ live_config_reload = true
[bell] [bell]
animation = "EaseOutExpo" animation = "EaseOutExpo"
color = "0xffffff" color = "0x1e2326"
duration = 1 duration = 1
[colors] [colors]