Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.45
chat-simple.ts
File · 0.45
dimFg
Method · 0.45
registerRotateTokenCommand
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected