theme-vir - v28.21.2
    Preparing search index...

    Type Alias BuildLowLevelColorThemeOptions

    BuildLowLevelColorThemeOptions: PartialWithUndefined<
        {
            crossContrastLevels: Readonly<ArrayOrSelectParam<ContrastLevelName>>;
            defaultTheme: RequiredAndNotNull<NoRefColorInit>;
            omittedColorValues: ReadonlyArray<string>;
            prefix: string;
        },
    >

    Options for buildColorTheme.