More harmonious order

If you go through them one by one
This commit is contained in:
David Heinemeier Hansson
2024-06-06 22:14:43 +02:00
parent ec1fdbb31b
commit 2bff4fcf63

View File

@@ -1,5 +1,5 @@
# Pick a preconfigured theme
THEME_NAMES=("Tokyo Night" "Nord" "Catppuccin" "Everforest" "Gruvbox" "Kanagawa" "Rose Pine")
THEME_NAMES=("Tokyo Night" "Catppuccin" "Nord" "Everforest" "Gruvbox" "Kanagawa" "Rose Pine")
THEME=$(gum choose "${THEME_NAMES[@]}" --header "Choose your theme" --height 9 | tr '[:upper:]' '[:lower:]' | sed 's/ /-/g')
[ ! -n "$THEME" ] && exit 0