MCPcopy
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
1446export const getThemeCode = (theme: Theme) =>
1447 themes.find((t) => t.name === theme)?.color;

Callers 1

ThemeSelectorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected