thom4parisot / webextension-fip

Minimalistic WebExtension to listen to FIP Radio, the best eclectic radio station (for Firefox, Chrome, Opera and Edge)
https://chrome.google.com/webstore/detail/fnhlecpfnocgmmmghkjcipmhdpmpddii
MIT License
34 stars 10 forks source link

Dark mode #97

Closed geoffrey-guilbon closed 4 years ago

geoffrey-guilbon commented 4 years ago

First of all, I really enjoy this plugin I use on a daily basis. Would it be possible to set a dark theme for the popup interface?

thom4parisot commented 4 years ago

I would not use it but it should be fairly easy to implement with @media (prefered-color-scheme:dark) and reading this article + this tweet could be helpful.

It should be "easy" to do, by flipping the value of CSS variables based on the prefered color scheme.

thom4parisot commented 4 years ago

Soon soon soon

image
geoffrey-guilbon commented 4 years ago

Yeah! Super cool feature! Thanks!

thom4parisot commented 4 years ago

Thanks for requesting it! I would not have thought about implementing it otherwise 🙂