rugk / website-dark-mode-switcher

This is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the prefers-color-scheme media feature of CSS.
https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?src=external-github-top
Other
58 stars 4 forks source link

Implement context menu for quickly switching to other styles #44

Open rugk opened 2 years ago

rugk commented 2 years ago

Background

I need to quickly switch styles to another one than the two between I can toggle. However, I also want to keep the fast access to these two toggles, so I want no popup to open on click.

Proposed solution

Implement context menu for quickly switching to other styles when you right-click on the button.

Alternatives

Additional context

With v2.0 users can now switch between to browser-style/system-style, too.