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

Method boldFg

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

Source from the content-addressed store, hash-verified

41 }
42
43 boldFg(token: ColorToken, text: string): string {
44 return chalk.hex(this._palette[token]).bold(text);
45 }
46
47 dimFg(token: ColorToken, text: string): string {
48 return chalk.hex(this._palette[token]).dim(text);

Callers 15

banner.test.tsFile · 0.80
renderMethod · 0.80
mainMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
highlightVisibleRangesFunction · 0.80
buildHeaderMethod · 0.80
labelToneMethod · 0.80
renderMethod · 0.80
accentFunction · 0.80

Calls 1

boldMethod · 0.80

Tested by

no test coverage detected