aaronpk / Monocle

Monocle is a reader app that talks to a Microsub server
https://monocle.p3k.io
MIT License
49 stars 8 forks source link

Dark Mode Support? #42

Open skpy opened 5 years ago

skpy commented 5 years ago

The white background on Monocle clashes with my OS and browser defaults of Dark Mode. Is it possible to have Monocle either detect Dark Mode, or allow a manually-selected option to enable the same? Thanks!

mcleodchris commented 5 years ago

I’d be happy to work on this, as it’s something I’d like as well and was already thinking about implementing it. I was planning to use the OS/browser settings, rather than have a toggle.

It would need to wait until I have some free evenings again, so if anyone else wants it sooner and wants to jump in and do it first, please do 🙂

On 14 Oct 2019, at 14:26, Scott Merrill notifications@github.com wrote:

 The white background on Monocle clashes with my OS and browser defaults of Dark Mode. Is it possible to have Monocle either detect Dark Mode, or allow a manually-selected option to enable the same? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

aaronpk commented 5 years ago

I'm in favor of this feature for sure! I would prefer to have it match the browser settings rather than have its own UI to enable. It will take some work to come up with a good color scheme for it, but shouldn't be too complicated other than that. I can't promise how soon I can get to this, so if anyone wants to give it a try, please feel free! Coming up with the colors should be doable mostly from within the browser CSS editor, so feel free to do that part and just paste the desired CSS in this issue.