SimpleThemeOptions
Home > @backstage/theme > SimpleThemeOptions
Warning: This API is now obsolete.
Use BaseThemeOptionsInput instead.
A simpler configuration for creating a new theme that just tweaks some parts of the backstage one.
Signature:
export type SimpleThemeOptions = {
    palette: MuiPaletteOptions;
    defaultPageTheme?: string;
    pageTheme?: Record<string, PageTheme>;
    fontFamily?: string;
    htmlFontSize?: number;
    typography?: BackstageTypography;
};
References: PageTheme, BackstageTypography