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

Function AccentPurple

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

Source from the content-addressed store, hash-verified

25 return themeManager.getActiveTheme().colors.AccentBlue;
26 },
27 get AccentPurple() {
28 return themeManager.getActiveTheme().colors.AccentPurple;
29 },
30 get AccentCyan() {
31 return themeManager.getActiveTheme().colors.AccentCyan;
32 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected