MCPcopy Create free account
hub / github.com/codeaashu/claude-code / defaultStyle

Function defaultStyle

src/native-ts/color-diff/index.ts:364–366  ·  view source on GitHub ↗
(theme: Theme)

Source from the content-addressed store, hash-verified

362}
363
364function defaultStyle(theme: Theme): Style {
365 return { foreground: theme.foreground, background: theme.background }
366}
367
368function lineBackground(marker: Marker, theme: Theme): Color {
369 switch (marker) {

Callers 2

highlightLineFunction · 0.70
renderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected