Backstage
Docs
Github
Preparing search index...
@backstage/theme
UnifiedThemeOptions
Interface UnifiedThemeOptions
Options for creating a new
UnifiedTheme
.
interface
UnifiedThemeOptions
{
components
?:
Components
<
Omit
<
Theme
,
"components"
>
>
;
defaultPageTheme
?:
string
;
fontFamily
?:
string
;
htmlFontSize
?:
number
;
pageTheme
?:
Record
<
string
,
PageTheme
>
;
palette
:
PaletteOptions
&
PaletteOptions
;
typography
?:
BackstageTypography
;
}
Index
Properties
components?
default
Page
Theme?
font
Family?
html
Font
Size?
page
Theme?
palette
typography?
Properties
Optional
components
components
?:
Components
<
Omit
<
Theme
,
"components"
>
>
Optional
default
Page
Theme
defaultPageTheme
?:
string
Optional
font
Family
fontFamily
?:
string
Optional
html
Font
Size
htmlFontSize
?:
number
Optional
page
Theme
pageTheme
?:
Record
<
string
,
PageTheme
>
palette
palette
:
PaletteOptions
&
PaletteOptions
Optional
typography
typography
?:
BackstageTypography
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
default
Page
Theme
font
Family
html
Font
Size
page
Theme
palette
typography
Docs
Github
Backstage
Loading...
Options for creating a new UnifiedTheme.