From f2f33573849631c247af6305a47197493712fbae Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 15 Aug 2024 17:21:17 +0200 Subject: [PATCH] ghostty: thinner underlines. adjust spacing slightly to allow underlines more room. --- home/common/ghostty.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 9ef913d..ecdb24c 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -35,9 +35,14 @@ in font-style-bold-italic = "ExtraLight Italic"; font-variation-italic = [ "wght=100" ]; + adjust-cell-height = 1; + adjust-cursor-thickness = 5; + adjust-font-baseline = 1; + adjust-underline-position = 2; + adjust-underline-thickness = -1; + mouse-hide-while-typing = true; cursor-style = "block"; - adjust-cursor-thickness = 5; unfocused-split-opacity = 1.0; shell-integration = "fish";