From 718edfce534796ec4f5ebbedf183f056bc87a253 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 27 Apr 2021 22:29:31 +0100 Subject: [PATCH] profiles/gui: kitty transparency increase --- profiles/gui/home/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gui/home/kitty.nix b/profiles/gui/home/kitty.nix index 93a9fd03..9d8cde30 100644 --- a/profiles/gui/home/kitty.nix +++ b/profiles/gui/home/kitty.nix @@ -7,7 +7,7 @@ settings = { font_size = witch.style.font.size; # background = witch.style.base16.color0; - background_opacity = "0.95"; + background_opacity = "0.9"; # foreground = witch.style.base16.color7; # selection_background = witch.style.base16.color7; # selection_foreground = witch.style.base16.color0;