1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +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 hide_when_typing = true
[colors] [colors]
transparent_background_colors = true transparent_background_colors = false
cursor = { text = "#eceef4", cursor = "#767BA0" } cursor = { text = "#eceef4", cursor = "#767BA0" }
selection = { text = "CellForeground", background = "#5B5F7C" } selection = { text = "CellForeground", background = "#5B5F7C" }
footer_bar = { foreground = "#eceef4", background = "#0C0D14" } footer_bar = { foreground = "#eceef4", background = "#0C0D14" }