Fix ayu naming in ghostty theme changer

This commit is contained in:
Martin Larsson 2025-09-21 22:35:23 +02:00
parent 3e7142679d
commit 571b3862f4

View file

@ -5,7 +5,7 @@ THEME=$(colorsync get)
OUTPUT="$HOME/.config/ghostty/colorsync_ghostty_theme" OUTPUT="$HOME/.config/ghostty/colorsync_ghostty_theme"
default() { default() {
printf "theme = ayu" > "$OUTPUT" printf "theme = Ayu" > "$OUTPUT"
} }
case "$THEME" in case "$THEME" in