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

alacritty/alacritty.toml: no transparent_background_colors

This commit is contained in:
Henrik Hautakoski 2024-12-29 12:07:49 +01:00
parent 80bd3b3290
commit d37168e1eb

View file

@ -21,7 +21,7 @@ opacity = 0.95
hide_when_typing = true
[colors]
transparent_background_colors = true
transparent_background_colors = false
cursor = { text = "#eceef4", cursor = "#767BA0" }
selection = { text = "CellForeground", background = "#5B5F7C" }
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }