Check Theme of BrowserJune 30, 2025 · One min readOpen in Notion Theme of the browser const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",