Theme initialization payload forwarded to the theme runtime.

interface AsukaThemeOptions {
    colors?: Record<string, string>;
    preset?: string;
}

Properties

Properties

colors?: Record<string, string>

Token overrides keyed by theme token name.

preset?: string

Optional bundled preset id.