Skip to main content
Version: Next

UnifiedThemeOptions

Home > @backstage/theme > UnifiedThemeOptions

Options for creating a new UnifiedTheme.

Signature:

export interface UnifiedThemeOptions 

Properties

Property

Modifiers

Type

Description

components?

ThemeOptionsV5['components']

(Optional)

defaultPageTheme?

string

(Optional)

fontFamily?

string

(Optional)

htmlFontSize?

number

(Optional)

pageTheme?

Record<string, PageTheme>

(Optional)

palette

PaletteOptionsV4 & PaletteOptionsV5

typography?

BackstageTypography

(Optional)