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

[Feature] Add dark mode #177

Open
Teraskull opened this issue Jul 8, 2022 · 0 comments
Open

[Feature] Add dark mode #177

Teraskull opened this issue Jul 8, 2022 · 0 comments
Assignees
Projects

Comments

@Teraskull
Copy link
Collaborator

Currently, the main option is to use the Dark Reader extension.

It works fine, but some elements are too contrasting, and there is FOUC on reload, when some elements are shown in light theme for a second.

To use it, you have to install the extension, which some users don't want to, or can't.
Also, you can't have extensions on mobile.

Implementing built-in dark mode solves all above issues.

@Teraskull Teraskull self-assigned this Jul 8, 2022
@Teraskull Teraskull added this to In progress in Version 2.3 Jul 8, 2022
Teraskull added a commit that referenced this issue Jul 9, 2022
Default to `prefers-color-scheme`.
Toggle theme with a button on dashboard.
Script is inside `head` to avoid FOUC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Version 2.3
In progress
Development

No branches or pull requests

1 participant