noscript
noscript copied to clipboard
Req: Dark mode
I use the dropdown to enable scripts the most, I assume other users do too, so if incremental, I suggest starting there, before moving on to the settings-screen and the high contrast mode
Any update on this?
Are there any other popular/recommended extensions around implementing dark-mode, as a template to follow? (just checked uBlock and HTTPS Everywhere, they don't).
uBlock supports dark mode in dev builds. CanvasBlocker supports a dark mode too.
In lib/theme.js, CB uses
if (window.matchMedia("(prefers-color-scheme: dark)").matches){
theme = "dark";
}
to know whether it should be dark or not.
Tab Session Manager is another good example for a well implemented dark mode of an extension.
Any update on this?
This should be closed because dark mode has been added with the new UI changes

Yes, but buttons in the top row are still light when High contrast is checked.

Yes, but buttons in the top row are still light when
High contrastis checked.
I think that's somehow related with high contrast being - as its name implies - high contrast. Still, would be a nice UI change request for those boxes to be dark as well. On my comment, however, I was referring to the normal dark mode, not high contrast mode with dark theme