Skip to content
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

Auto dark-mode with option to set it individually #14

Open
koyuawsmbrtn opened this issue Mar 10, 2021 · 0 comments
Open

Auto dark-mode with option to set it individually #14

koyuawsmbrtn opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@koyuawsmbrtn
Copy link

It would be nice to have an auto-dark mode for element.io so people like me don't burn their eyes when they visit the page. This can be solved pretty easily over a CSS stylesheet that has the media type prefers-color-scheme: dark, for example

@media (prefers-color-scheme: dark) {

}

Also a toggle to enable dark mode for each system individually would be nice to fix issues for some Linux desktops not supporting system-wide darkmode for browsers.

@JordanConnor JordanConnor added the enhancement New feature or request label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants