We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! This is a super cool product, and often helps me out. Thank you!
I really miss the dark mode, since I often work at night, and the abrupt switch to the "light" tab is very irritating to the eyes.
I made a patch for myself that simply makes the body background #000 and it helps me. But it would be cool to add this as an option for the settings.
Thanks again for the product, you are awesome!
The text was updated successfully, but these errors were encountered:
#643
Sorry, something went wrong.
Yeah a dark mode could be useful. I'd rather avoid adding a new option for it, though — but some sort of a UI feature for a dark mode could be useful.
I could imagine that it'd work like this:
localStorage
prefers-color-scheme
The simplest first iteration could be to only add support for prefers-color-scheme and not mess with localStorage at all.
No branches or pull requests
Hi! This is a super cool product, and often helps me out. Thank you!
I really miss the dark mode, since I often work at night, and the abrupt switch to the "light" tab is very irritating to the eyes.
I made a patch for myself that simply makes the body background #000 and it helps me. But it would be cool to add this as an option for the settings.
Thanks again for the product, you are awesome!
The text was updated successfully, but these errors were encountered: