I'm triying to get the theme of the browser using window.matchMedia("(prefers-color-scheme: dark)").matches; This works for all browsers except Chrome. In Chrome it will always returns false even if I was in dark mode. Can anyone please help to resolve this issue in chrome.