From d7b000619c7f7ce406613dce95a1b3e430a6734f Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 2 Jan 2025 21:11:26 +0100 Subject: [PATCH] ghostty: color adjustments --- home/common/ghostty.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 3ff4a1e..a2f4283 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -20,11 +20,11 @@ font-style-bold-italic = "ExtraLight Italic"; font-synthetic-style = false; - adjust-cell-height = 1; - adjust-cursor-thickness = 5; + adjust-cursor-thickness = 4; + adjust-cell-height = 2; adjust-font-baseline = 1; adjust-underline-position = 2; - adjust-underline-thickness = -1; + adjust-underline-thickness = -2; mouse-hide-while-typing = true; cursor-style = "block"; @@ -59,9 +59,9 @@ in '' background = "${background}" - foreground = "#d1d5db" - cursor-color = #00d992 - selection-background = #d7d7d7 + foreground = #b7bec7 + cursor-color = #f7f7f7 + selection-background = #84979f selection-foreground = #000000 palette = 0=#000000 palette = 1=#ff0035 @@ -70,7 +70,7 @@ palette = 4=#00a7ff palette = 5=#cb01ff palette = 6=#00e0ff - palette = 7=#f0f0f0 + palette = 7=#b7bec7 palette = 8=#444444 palette = 9=#ff8c88 palette = 10=#baff94