Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheOrcDev/8bitcn-ui
/ getThemeCode
Function
getThemeCode
lib/themes.ts:1446–1447 ·
view source on GitHub ↗
(theme: Theme)
Source
from the content-addressed store, hash-verified
1444
];
1445
1446
export
const
getThemeCode = (theme: Theme) =>
1447
themes.find((t) => t.name === theme)?.color;
Callers
1
ThemeSelector
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected