Trevixal API
    Preparing search index...

    Interface CustomThemeInput

    interface CustomThemeInput {
        base?: "light" | "dark";
        label?: string;
        name?: string;
        tokens: Readonly<Record<string, string>>;
    }
    Index
    base?: "light" | "dark"
    label?: string
    name?: string
    tokens: Readonly<Record<string, string>>