-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark mode toggle #24
Comments
Dark mode isn't something I'm personally interested in, however if there was a low effort/maintenance way to support it passively (e.g. using different classes from Amazon's styles), I'd be open to a PR. My main concern is that I don't want to do something specific to a particular extension since I don't want to commit to chasing cross-extension compatibility forever. As for implementation details, essentially this extension uses Amazon's own class names to style most things (e.g. amazon-wish-list-total/main.js Lines 334 to 345 in 98a23f0
amazon-wish-list-total/main.css Line 31 in 98a23f0
If there's a way to get the "white opaque background" style by adding one of Amazon's class names to the appropriate element, it's quite possible that this could be implemented along the guidelines I suggested above, since presumably the dark mode extension would then override the style for that class make it "dark" (though as I'm not familiar with that extension so it may not work this way). |
I use the Dark Reader extension to make websites dark, and it becomes hard to read when both extensions are enabled
(Small screenshot for privacy)
(For those who are using a dark theme on github: there is a dark border around the white box in the screenshot)
The text was updated successfully, but these errors were encountered: