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

    Function generateThemeCode

    • Convert a color theme into code to define that color theme.

      Parameters

      • theme: ColorTheme
      • Optionaloptions: Readonly<
            PartialWithUndefined<
                {
                    overrides: readonly Readonly<ColorThemeOverride>[];
                    paletteVarName: string;
                },
            >,
        >

      Returns string