Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
export
function
getSyntaxTheme(themeName: string): SyntaxTheme | null {
34
return
getColorModuleUnavailableReason() === null
35
? nativeGetSyntaxTheme(themeName)
36
: null
37
}
Callers
1
ThemePicker
Function · 0.50
Calls
1
getColorModuleUnavailableReason
Function · 0.85
Tested by
no test coverage detected