Skip to main content

Interface: ThemeConfigWithModes

Defined in: shared/types/themeConfig.ts:440

Theme configuration with mode variants.

Remarksโ€‹

Contains both dark and light theme configurations.

Propertiesโ€‹

darkโ€‹

dark: ThemeConfig

Defined in: shared/types/themeConfig.ts:442

Dark theme configuration


lightโ€‹

light: ThemeConfig

Defined in: shared/types/themeConfig.ts:444

Light theme configuration