From e3bca91c69227d3ac1aa590bb91881affd1805eb Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 12:58:09 -0500 Subject: [PATCH] update background colour in ghostty --- demilich/home.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/demilich/home.nix b/demilich/home.nix index 9a6d037..330f701 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -176,14 +176,14 @@ "14=#b2f8f5" "15=#f5f9f5" ]; - background = "1f2620"; - foreground = "eaeaea"; - cursor-color = "fffd98"; - cursor-text = "3f4c3f"; + background = "#1f2620"; + foreground = "#eaeaea"; + cursor-color = "#fffd98"; + cursor-text = "#3f4c3f"; cursor-opacity = 0.7; cursor-style = "block"; - selection-background = "3f4c3f"; - selection-foreground = "ffffea"; + selection-background = "#3f4c3f"; + selection-foreground = "#ffffea"; background-opacity = 1; window-padding-x = "2,2"; window-padding-y = "2,2"; @@ -775,4 +775,4 @@ # }; # }; # }; -} +} \ No newline at end of file