mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Add theme picking to the TUI
This commit is contained in:
@ -62,8 +62,9 @@ update_menu() {
|
|||||||
|
|
||||||
theme_menu() {
|
theme_menu() {
|
||||||
show_ascii_art
|
show_ascii_art
|
||||||
local menu=("Install" "Remove" "Back")
|
local menu=("Pick" "Install" "Remove" "Back")
|
||||||
local commands=(
|
local commands=(
|
||||||
|
"omarchy-theme-menu"
|
||||||
"install_theme_prompt"
|
"install_theme_prompt"
|
||||||
"remove_theme_prompt"
|
"remove_theme_prompt"
|
||||||
"main_menu"
|
"main_menu"
|
||||||
|
Reference in New Issue
Block a user