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

Function Foreground

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

Source from the content-addressed store, hash-verified

13 return themeManager.getActiveTheme().colors.type;
14 },
15 get Foreground() {
16 return themeManager.getActiveTheme().colors.Foreground;
17 },
18 get Background() {
19 return themeManager.getActiveTheme().colors.Background;
20 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected