From d37168e1ebaae0a7cf52880665741383474ebc5a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 29 Dec 2024 12:07:49 +0100 Subject: [PATCH] alacritty/alacritty.toml: no transparent_background_colors --- alacritty/alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index cdbe0e0..ed1f76c 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -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" }