Interface: ThemeState
Defined in: src/theme/types.ts:241
Theme state interface for managing active themes. Tracks current theme selection and custom theme definitions.
Propertiesโ
activeThemeโ
activeTheme:
Theme
Defined in: src/theme/types.ts:243
Currently active theme object
currentThemeโ
currentTheme:
ThemeName
Defined in: src/theme/types.ts:245
Currently selected theme name
customThemesโ
Defined in: src/theme/types.ts:247
Custom user-defined themes
systemThemePreferenceโ
systemThemePreference:
SystemThemePreference
Defined in: src/theme/types.ts:249
System theme preference (light/dark)