Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ terminal-theme.test.ts
File
terminal-theme.test.ts
apps/kimi-code/test/tui/terminal-theme.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
3
import
type
{ TUIState } from
"#/tui/kimi-tui"
;
4
import
{ darkColors, lightColors } from
"#/tui/theme/colors"
;
Callers
nothing calls this directly
Calls
7
hasTerminalThemeReport
Function · 0.90
handleTerminalThemeInput
Function · 0.90
createTerminalThemeInputState
Function · 0.90
installTerminalThemeTracking
Function · 0.90
getBuiltInPalette
Function · 0.90
dispose
Function · 0.50
push
Method · 0.45
Tested by
no test coverage detected