/** * The CLI's theme — semantic tokens consumed by the whole terminal UI. * * The palette follows ZardUI's neutral base (zinc) for text and borders, with * the accents reserved for state: primary marks the active step and the cursor, * while success/warning/danger communicate each step's outcome. */ import { type Theme } from './engine/index.js'; export declare const zardTheme: Theme; //# sourceMappingURL=theme.d.ts.map