From 681cd8a45315e149a33b9ed5544beb0f0f55623c Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 18 Jul 2025 23:15:01 +0200 Subject: [PATCH] ghostty: set background opacity to 0.9 --- modules/programs/gui/ghostty.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/gui/ghostty.mod.nix b/modules/programs/gui/ghostty.mod.nix index 19e702b..f588902 100644 --- a/modules/programs/gui/ghostty.mod.nix +++ b/modules/programs/gui/ghostty.mod.nix @@ -26,7 +26,7 @@ # font-style-bold-italic = JetBrainsMono NF Italic; app-notifications = "no-clipboard-copy"; - background-opacity = 0.75; + background-opacity = 0.9; bold-is-bright = "true"; confirm-close-surface = "false"; cursor-style-blink = "false";