From a6ce51554fa5ba12a56f78e47b318f3dceced71c Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 13:08:08 -0500 Subject: [PATCH] remove background-opacity from ghostty --- demilich/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demilich/home.nix b/demilich/home.nix index 330f701..a6eb6e1 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -154,7 +154,6 @@ macos-option-as-alt = true; shell-integration-features = "no-cursor"; cursor-style = "block"; - background-opacity = 0.75; }; themes = { sproutingdark = { @@ -775,4 +774,4 @@ # }; # }; # }; -} \ No newline at end of file +}