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

Method dim

apps/kimi-code/src/tui/theme/theme.ts:75–77  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

73 }
74
75 dim(text: string): string {
76 return chalk.dim(text);
77 }
78
79 italic(text: string): string {
80 return chalk.italic(text);

Callers 4

test-themes.tsFile · 0.45
chat-simple.tsFile · 0.45
dimFgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected