Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
export
function
isDeviceDarkTheme() {
57
return
window.matchMedia(
"(prefers-color-scheme: dark)"
).matches;
58
}
Callers
4
add
Function · 0.90
index.js
File · 0.90
syncSystemTheme
Function · 0.90
init
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected