# shellcheck shell=sh

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

case "$___X_CMD_THEME_TERM_COLORTYPE" in
    true|256)
        theme:color colour092 colour202
        XTW_cwd1_style_tail='fg-092'
        XTW_symbol_style_true='fg-076'
        XTW_symbol_style_false='fg-202'
        ;;
    *)
        theme:color magenta red
        XTW_cwd1_style_tail='magenta'
        XTW_symbol_style_true='green'
        XTW_symbol_style_false='red'
        ;;
esac
