Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ bold
Method
bold
apps/kimi-code/src/tui/theme/theme.ts:71–73 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
69
/* ── Standalone style helpers ── */
70
71
bold(text: string): string {
72
return
chalk.bold(text);
73
}
74
75
dim(text: string): string {
76
return
chalk.dim(text);
Callers
15
test-themes.ts
File · 0.80
applyDefaultStyle
Method · 0.80
getDefaultStylePrefix
Method · 0.80
renderToken
Method · 0.80
renderInlineTokens
Method · 0.80
renderTable
Method · 0.80
goal-panel.test.ts
File · 0.80
dangerShortcut
Function · 0.80
question-dialog.test.ts
File · 0.80
renderTopBorder
Method · 0.80
render
Method · 0.80
statusMarker
Function · 0.80
Calls
no outgoing calls
Tested by
1
dangerShortcut
Function · 0.64