# shellcheck shell=sh

. "$___X_CMD_ROOT_MOD/theme/lib/theme/mini/_index"

case "$___X_CMD_THEME_TERM_COLORTYPE" in
    true|256)
        theme:color colour064 colour124
        XTW_cwd1_style_tail='fg-064'
        XTW_symbol_style_true='fg-031'
        XTW_symbol_style_false='fg-124'
        ;;
    *)
        theme:color green red
        XTW_cwd1_style_tail="green"
        XTW_symbol_style_true='blue'
        XTW_symbol_style_false='red'
        ;;
esac
