# shellcheck shell=sh

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

case "$___X_CMD_THEME_TERM_COLORTYPE" in
    true|256)
        theme:color colour6 colour1
        XTW_cwd1_style_tail='fg-6'
        XTW_symbol_style_true='bold fg-42'
        XTW_symbol_style_false='bold fg-160'
        ;;
    *)
        theme:color cyan red
        XTW_cwd1_style_tail='cyan'
        XTW_symbol_style_true='green'
        XTW_symbol_style_false='bold red'
        ;;
esac

