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

Detect and Match System Theme #3

Open
shauneccles opened this issue Jul 30, 2022 · 0 comments
Open

Detect and Match System Theme #3

shauneccles opened this issue Jul 30, 2022 · 0 comments

Comments

@shauneccles
Copy link
Member

shauneccles commented Jul 30, 2022

We should detect the users theme (light/dark mode) and apply whatever theme they are using by default.

if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
    // dark mode
}

https://www.codegrepper.com/code-examples/javascript/react+check+if+browser+is+in+dark+mode

@shauneccles shauneccles added this to To do in LedFx Rewrite Tracker via automation Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant