Fix ayu naming in ghostty theme changer
This commit is contained in:
parent
3e7142679d
commit
571b3862f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue