# shellcheck shell=dash

___x_cmd_theme_nv(){
    local id=
    local cmd=

    ___x_cmd ui select id,cmd "Next"  \
        "x theme --app                      # Open theme app"       \
        "x theme ls                         # List all theme"       \
        "x open https://x-cmd.com/theme     # Open theme gallery online" \
        "x theme -h                         # Print help"            \
        "return 0"                                                  \
    || return
    # TODO: Maybe ...
    eval "$cmd"
}
