Type Alias: ThemeIdentifier
type ThemeIdentifier = LiteralUnion<
| "dark"
| "high-contrast"
| "light",
string
>;
Defined in: shared/types/configTypes.ts:60
Supported app themes with open-ended extension support.
type ThemeIdentifier = LiteralUnion<
| "dark"
| "high-contrast"
| "light",
string
>;
Defined in: shared/types/configTypes.ts:60
Supported app themes with open-ended extension support.