Add theme picking to the TUI

This commit is contained in:
David Heinemeier Hansson
2025-07-17 17:03:40 -07:00
parent c76cd8f0c6
commit 5c7f1a5037

View File

@ -62,8 +62,9 @@ update_menu() {
theme_menu() {
show_ascii_art
local menu=("Install" "Remove" "Back")
local menu=("Pick" "Install" "Remove" "Back")
local commands=(
"omarchy-theme-menu"
"install_theme_prompt"
"remove_theme_prompt"
"main_menu"