From 571b3862f476e6823cea9a068707359d532908b3 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 21 Sep 2025 22:35:23 +0200 Subject: [PATCH] Fix ayu naming in ghostty theme changer --- ghostty/ghostty-change-theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/ghostty-change-theme.sh b/ghostty/ghostty-change-theme.sh index 3fc17cf..3780f7d 100755 --- a/ghostty/ghostty-change-theme.sh +++ b/ghostty/ghostty-change-theme.sh @@ -5,7 +5,7 @@ THEME=$(colorsync get) OUTPUT="$HOME/.config/ghostty/colorsync_ghostty_theme" default() { - printf "theme = ayu" > "$OUTPUT" + printf "theme = Ayu" > "$OUTPUT" } case "$THEME" in