MCPcopy Create free account
hub / github.com/anus-dev/ANUS / background

Function background

packages/cli/src/ui/semantic-colors.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 return themeManager.getSemanticColors().text;
14 },
15 get background() {
16 return themeManager.getSemanticColors().background;
17 },
18 get border() {
19 return themeManager.getSemanticColors().border;
20 },

Callers

nothing calls this directly

Calls 1

getSemanticColorsMethod · 0.80

Tested by

no test coverage detected