Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ italic
Method
italic
apps/kimi-code/src/tui/theme/theme.ts:79–81 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
77
}
78
79
italic(text: string): string {
80
return
chalk.italic(text);
81
}
82
83
underline(text: string): string {
84
return
chalk.underline(text);
Callers
8
test-themes.ts
File · 0.80
applyDefaultStyle
Method · 0.80
getDefaultStylePrefix
Method · 0.80
quoteStyle
Method · 0.80
renderInlineTokens
Method · 0.80
buildSubagentBlock
Method · 0.80
italicFg
Method · 0.80
createMarkdownTheme
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected