reverie icon indicating copy to clipboard operation
reverie copied to clipboard

Dark Mode

Open cabhijith opened this issue 3 years ago • 3 comments

Hi! Thanks for this! Really good. Is there anyay to get dark mode for this theme, cause I would like the code to match the backgorund of the site. Thanks!

cabhijith avatar Jul 21 '20 13:07 cabhijith

I have written up some JS that toggles light/dark mode based on your OS setting, and can be toggled manually using a button on the navigation bar: Screenshot (5)

Of course, you can move the button (this line) elsewhere.

Basically, it inverts the colours of the page and then rotates their hues to look nicer.

The meat of the toggling code is in assets/style.js. I will prepare a pull request with these changes, but the code does not persist dark mode (sometimes) across the whole site yet.

I am a Python dev, not a JS dev. Improvements to my fork here is welcome.

ongyx avatar Jan 18 '21 13:01 ongyx

I made some improvements to the toggle (see my comment in the closed PR above)

ongyx avatar Jan 20 '21 00:01 ongyx

If you want to statically go in dark mode and not enable users to toggle it, you might consider editing your stylesheet?

torbendury avatar Nov 29 '21 20:11 torbendury