From e65cdf5e23d46f10cf31aa3400699df1867cd8e6 Mon Sep 17 00:00:00 2001
From: Daniel Lundin <dln@arity.se>
Date: Wed, 12 Mar 2025 15:03:21 +0100
Subject: [PATCH] ghostty: color

---
 home/common/ghostty.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix
index 25765b6..f9f52d7 100644
--- a/home/common/ghostty.nix
+++ b/home/common/ghostty.nix
@@ -26,8 +26,8 @@
         adjust-underline-thickness = -1;
 
         mouse-hide-while-typing = true;
-        unfocused-split-opacity = 0.85;
-        unfocused-split-fill = "#14151a";
+        unfocused-split-opacity = 0.8;
+        unfocused-split-fill = "#056157";
 
         shell-integration = "fish";