Closed silveltman closed 1 year ago
You can change the dark and light mode selectors in the config:
/**
* Customize the selector used to apply the dark versions of the color palette
* @default ".dark-theme"
*/
darkSelector?: string;
/**
* Customize the selector used to apply the light versions of the color palette
* @default ":root, .light-theme"
*/
lightSelector?: string;
Ah I see, didn't realize that was a setting. Thanks!
Would be a nice little feature!