Skip to content

Instantly share code, notes, and snippets.

@GitHubEmploy
Created January 14, 2022 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitHubEmploy/000cd99e894806a3909144e43c2a480d to your computer and use it in GitHub Desktop.
Save GitHubEmploy/000cd99e894806a3909144e43c2a480d to your computer and use it in GitHub Desktop.
const isDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
console.log(isDarkMode) // Result: True or False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment