From 52df9e3159ce32cca5c7ea536f65e5f5089c4759 Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Sun, 29 Mar 2026 13:02:48 +0800 Subject: [PATCH] Update ghostty configuration: add cursor color and text settings --- ghostty/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghostty/config b/ghostty/config index 9c2ae32..773a6a1 100644 --- a/ghostty/config +++ b/ghostty/config @@ -4,4 +4,6 @@ font-size = 16 font-thicken = true macos-titlebar-style = "native" window-padding-x = 8 -window-padding-y = 8 \ No newline at end of file +window-padding-y = 8 +cursor-color = cell-foreground +cursor-text=cell-background \ No newline at end of file