MCPcopy
hub / github.com/claude-code-best/claude-code / getSyntaxTheme

Function getSyntaxTheme

src/components/StructuredDiff/colorDiff.ts:33–37  ·  view source on GitHub ↗
(themeName: string)

Source from the content-addressed store, hash-verified

31}
32
33export function getSyntaxTheme(themeName: string): SyntaxTheme | null {
34 return getColorModuleUnavailableReason() === null
35 ? nativeGetSyntaxTheme(themeName)
36 : null
37}

Callers 1

ThemePickerFunction · 0.50

Calls 1

Tested by

no test coverage detected