insin / gatsby-plugin-dark-mode

A Gatsby plugin which handles some of the details of implementing a dark mode theme
MIT License
69 stars 19 forks source link

Make light mode default (avoid preferes-color-scheme) #9

Open lisandropat opened 4 years ago

lisandropat commented 4 years ago

"Automatic use of a dark mode theme (via the prefers-color-scheme CSS media query) if you've configured your system to use dark colour themes when available."

Is there anyway to avoid this in order to make the light theme always default?

Thanks!

i-bsd commented 4 years ago

I would also like an answer to this.

Can we get an option added to "force default"?

bitfella commented 4 years ago

I am looking for this feature as well. Are you planning to release this feature or perhaps are you interested in a PR, @insin?