From 39ff3700140e068227329ac4882d0c40e01cc221 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 19 Jun 2025 22:48:22 +0200 Subject: [PATCH] ghostty bg --- modules/home/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/ghostty.nix b/modules/home/ghostty.nix index 72713b2..cb4085c 100644 --- a/modules/home/ghostty.nix +++ b/modules/home/ghostty.nix @@ -5,7 +5,7 @@ settings = { "font-family" = "Intel One Mono"; "theme" = "GruvboxDark"; - "background-opacity" = 0.4; + "background-opacity" = 0.6; }; }; }