Skip to main content
Version: Next

UnifiedThemeOptions

Home > @backstage/theme > UnifiedThemeOptions

Options for creating a new UnifiedTheme.

Signature:

export interface UnifiedThemeOptions 

Properties

PropertyModifiersTypeDescription
components?ThemeOptionsV5['components'](Optional)
defaultPageTheme?string(Optional)
fontFamily?string(Optional)
htmlFontSize?number(Optional)
pageTheme?Record<string, PageTheme>(Optional)
palettePaletteOptionsV4 & PaletteOptionsV5
typography?BackstageTypography(Optional)