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

Method dimFg

apps/kimi-code/src/tui/theme/theme.ts:47–49  ·  view source on GitHub ↗
(token: ColorToken, text: string)

Source from the content-addressed store, hash-verified

45 }
46
47 dimFg(token: ColorToken, text: string): string {
48 return chalk.hex(this._palette[token]).dim(text);
49 }
50
51 italicFg(token: ColorToken, text: string): string {
52 return chalk.hex(this._palette[token]).italic(text);

Callers 2

buildGoalToolHeaderFunction · 0.80
mutedFunction · 0.80

Calls 1

dimMethod · 0.45

Tested by

no test coverage detected