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

Function Background

packages/cli/src/ui/colors.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 return themeManager.getActiveTheme().colors.Foreground;
17 },
18 get Background() {
19 return themeManager.getActiveTheme().colors.Background;
20 },
21 get LightBlue() {
22 return themeManager.getActiveTheme().colors.LightBlue;
23 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected