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

Method italicFg

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

Source from the content-addressed store, hash-verified

49 }
50
51 italicFg(token: ColorToken, text: string): string {
52 return chalk.hex(this._palette[token]).italic(text);
53 }
54
55 underlineFg(token: ColorToken, text: string): string {
56 return chalk.hex(this._palette[token]).underline(text);

Callers 1

styledMethod · 0.80

Calls 1

italicMethod · 0.80

Tested by

no test coverage detected