element-hq / element-hq/element.io

Auto dark-mode with option to set it individually

Open
#14 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
5
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.