Skip to content

Instantly share code, notes, and snippets.

@glued
Last active October 8, 2019 19:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glued/83b401ad2ff6c05c15cc60944a4aaeb2 to your computer and use it in GitHub Desktop.
Save glued/83b401ad2ff6c05c15cc60944a4aaeb2 to your computer and use it in GitHub Desktop.
Check for OS Dark Theme in the browser
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment