MCPcopy Create free account
hub / github.com/anomalyco/opencode / defaultBackgroundColor

Function defaultBackgroundColor

packages/desktop/src/main/windows.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87function defaultBackgroundColor() {
88 return oc2Background[tone()]
89}
90
91function overlay(theme: Partial<TitlebarTheme> = {}, zoom = 1) {
92 const mode = theme.mode ?? tone()

Callers 1

createMainWindowFunction · 0.85

Calls 1

toneFunction · 0.70

Tested by

no test coverage detected