From e21c2c25c0da0b7529149c19b7f8b441d43ecaf3 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 25 Jul 2025 16:58:13 +0200 Subject: [PATCH] ghostty: set background opacity to 1 --- modules/home/programs/ghostty.hjem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/ghostty.hjem.nix b/modules/home/programs/ghostty.hjem.nix index 8f95e1c..c9f1531 100644 --- a/modules/home/programs/ghostty.hjem.nix +++ b/modules/home/programs/ghostty.hjem.nix @@ -31,7 +31,7 @@ let font-family = "JetBrainsMonoNerdFont"; app-notifications = "no-clipboard-copy"; - background-opacity = 0.7; + background-opacity = 1.0; bold-is-bright = "true"; confirm-close-surface = "false"; cursor-style-blink = "false";