Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ knownThemes
Function
knownThemes
packages/ui/src/theme/context.tsx:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
function knownThemes() {
41
if (known) return known
42
known = new Set(themeIDs())
43
return known
44
}
45
46
const names: Record<string, string> = {
47
"oc-2"
:
"OC-2"
,
Callers
4
ids
Function · 0.85
onStorage
Function · 0.85
setTheme
Function · 0.85
context.tsx
File · 0.85
Calls
1
themeIDs
Function · 0.85
Tested by
no test coverage detected