# shellcheck shell=sh

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

case "$___X_CMD_THEME_TERM_COLORTYPE" in
    true|256)
        theme:color colour010 colour196
        XTW_cwd1_style_tail='fg-010'
        XTW_symbol_style_true='fg-012'
        XTW_symbol_style_false='fg-196'
        ;;
    *)
        theme:color green red
        XTW_cwd1_style_tail="green"
        XTW_symbol_style_true='blue'
        XTW_symbol_style_false='red'
        ;;
esac
