diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix
index f2283cb..b810daa 100644
--- a/home/common/ghostty.nix
+++ b/home/common/ghostty.nix
@@ -13,18 +13,20 @@
         font-family = "Berkeley Mono";
         font-family-italic = "Monaspace Radon Var";
         font-family-bold-italic = "Monaspace Krypton Var";
-        font-style = "Regular";
-        font-style-bold = "Bold";
-        font-style-italic = "Italic";
+        font-style = "SemiCondensed";
+        font-style-bold = "Bold SemiCondensed";
+        font-style-italic = "ExtraLight Italic";
         font-style-bold-italic = "ExtraLight";
         font-synthetic-style = false;
 
+        adjust-cell-height = 2;
+        adjust-font-baseline = 1;
         adjust-cursor-thickness = 4;
         adjust-underline-position = 3;
         adjust-underline-thickness = -1;
 
         mouse-hide-while-typing = true;
-        unfocused-split-opacity = 0.8;
+        unfocused-split-opacity = 0.9;
         unfocused-split-fill = "#056157";
 
         shell-integration = "fish";