From ab3e6950c72ebf59181d217709ec99ddec0f0064 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 26 Oct 2025 16:59:30 +0000 Subject: [PATCH] Tweak cursor colour in tangere theme --- ghostty/themes/tangere-dark | 4 ++-- ghostty/themes/tangere-light | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghostty/themes/tangere-dark b/ghostty/themes/tangere-dark index d0cb222..ac373f9 100644 --- a/ghostty/themes/tangere-dark +++ b/ghostty/themes/tangere-dark @@ -16,7 +16,7 @@ palette = 14=#a9c9cc palette = 15=#2f4656 background = #1a2938 foreground = #fdfdd9 -cursor-color = #fdfdd9 -cursor-text = #fdfdd9 +cursor-color = #2f4656 +cursor-text = #2f4656 selection-background = #fdfdd9 selection-foreground = #1a2938 diff --git a/ghostty/themes/tangere-light b/ghostty/themes/tangere-light index 7b374dc..d278fb1 100644 --- a/ghostty/themes/tangere-light +++ b/ghostty/themes/tangere-light @@ -16,7 +16,7 @@ palette = 14=#002a40 palette = 15=#d1d1d1 background = #fdfdfa foreground = #000000 -cursor-color = #ffffff -cursor-text = #ffffff +cursor-color = #d1d1d1 +cursor-text = #d1d1d1 selection-background = #000000 selection-foreground = #fdfdfa