cssinjs / theming

Unified CSSinJS theming solution for React
300 stars 39 forks source link

Color scheme? #91

Open kevinSuttle opened 5 years ago

kevinSuttle commented 5 years ago

Would it make sense for the JSS ThemeProvider to not only accept theme but also colorScheme or mode?

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

I've seen some handle it this way, but it doesn't seem clean enough, IMO.