Is your feature request related to a problem?
No, but it would be nice to provide a dark mode based on the users system settings since it's a fairly common convenience these days.
Describe the solution you'd like
Since you're using Tailwind as your css framework, it's fairly simple to provided one. It would require modifying you tailwind config to export darkMode
: media
and some styling additions to your templates. There's quite a few tutorials on the web to help out, like this one, in addition to the frameworks documentation
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
As far as I see it, one also needs to set the colors accordingly for all/most elements of the pages. Just doing background and text won't be enough.
I am not touching that, but if anyone provides color schemes and edits the templates we would use that.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.