Theemo / @theemo/theme / ColorSchemeFeature
Interface: ColorSchemeFeature
Defined in: features.ts:108
Color Scheme Feature
The first value in options
is also the default
See
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
Extends
BaseFeature
Properties
name
ts
name: string;
Defined in: features.ts:88
name of the feature
Inherited from
ts
BaseFeature.name
options
ts
options: ColorScheme[];
Defined in: features.ts:112
Color scheme options. The first will be the default
Overrides
ts
BaseFeature.options