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

Function AccentGreen

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

Source from the content-addressed store, hash-verified

31 return themeManager.getActiveTheme().colors.AccentCyan;
32 },
33 get AccentGreen() {
34 return themeManager.getActiveTheme().colors.AccentGreen;
35 },
36 get AccentYellow() {
37 return themeManager.getActiveTheme().colors.AccentYellow;
38 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected