MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getBuiltInPalette

Function getBuiltInPalette

apps/kimi-code/src/tui/theme/colors.ts:139–141  ·  view source on GitHub ↗
(resolved: ResolvedTheme)

Source from the content-addressed store, hash-verified

137
138/** Synchronous palette lookup for built-in themes only. */
139export function getBuiltInPalette(resolved: ResolvedTheme): ColorPalette {
140 return resolved === 'dark' ? darkColors : lightColors;
141}

Callers 7

makeHostFunction · 0.90
makeHostFunction · 0.90
loadCustomThemeMergedFunction · 0.90
getColorPaletteFunction · 0.90
getColorPaletteSyncFunction · 0.90

Calls

no outgoing calls

Tested by 2

makeHostFunction · 0.72
makeHostFunction · 0.72