prtksxna / zuari

🏞 Wordpress theme for the stream of your life
https://wordpress.org/themes/zuari/
GNU General Public License v2.0
17 stars 3 forks source link

Added dark mode #93

Closed philipbrembeck closed 4 years ago

philipbrembeck commented 5 years ago

Almost all new browsers support dark mode, which is why I implemented it.

philipbrembeck commented 4 years ago

It was a pleasure! I hope it's alright now.

prtksxna commented 4 years ago

I'll deploy this to wordpress.org after making a few minor changes (mostly linting related). Thanks again for working on this @jokenetwork 🙏🏽

philipbrembeck commented 4 years ago

Can't wait to update my theme!

prtksxna commented 4 years ago

I think I'll have to make this a customizer setting. This might mess up the view for people who have custom colors set up 😓

philipbrembeck commented 4 years ago

Is there an option that users can change the colors of the theme entirely? If yes, could you just add "Dark-Mode colors" to it? Might solve this.

prtksxna commented 4 years ago

Is there an option that users can change the colors of the theme entirely?

Yeah, there is an option under Customize > Colors.

If yes, could you just add "Dark-Mode colors" to it? Might solve this.

Exactly what I was thinking. I found some bugs in my code around this, so will fix those too.