Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ strikethrough
Method
strikethrough
apps/kimi-code/src/tui/theme/theme.ts:87–89 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
85
}
86
87
strikethrough(text: string): string {
88
return
chalk.strikethrough(text);
89
}
90
}
91
92
/** Global singleton. Initialise with dark palette; switch via `setPalette`. */
Callers
7
test-themes.ts
File · 0.80
applyDefaultStyle
Method · 0.80
getDefaultStylePrefix
Method · 0.80
renderInlineTokens
Method · 0.80
styleTitle
Function · 0.80
strikethroughFg
Method · 0.80
createMarkdownTheme
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected