# Type alias ThemeConfig
ThemeConfig:
PropsWithChildren
< {theme
:ThemeOid
|ThemeSettings
; } >
Configurations for Theme.
Two options are supported:
(1) ThemeSettings
-- Custom theme settings that override the default theme settings.
OR
(2) ThemeOid
-- Theme identifier as defined in a Fusion instance (Admin > App Configuration > Look and Feel).
See Customizing the Sisense User Interface (opens new window) for more details.