MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isDeviceDarkTheme

Function isDeviceDarkTheme

src/lib/systemConfiguration.js:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56export function isDeviceDarkTheme() {
57 return window.matchMedia("(prefers-color-scheme: dark)").matches;
58}

Callers 4

addFunction · 0.90
index.jsFile · 0.90
syncSystemThemeFunction · 0.90
initMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected