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

Function background

packages/opencode/src/cli/cmd/run/footer.menu.tsx:278–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276
277 const active = () => row.index === props.selected()
278 const background = () =>
279 active()
280 ? props.background
281 ? props.theme().selected
282 : props.theme().shade
283 : props.background
284 ? props.theme().shade
285 : transparent
286 return (
287 <box paddingRight={0} flexDirection="row" backgroundColor={background()}>
288 {border() ? (

Callers 1

RunFooterMenuFunction · 0.70

Calls 1

activeFunction · 0.70

Tested by

no test coverage detected