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

Function AccentYellow

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

Source from the content-addressed store, hash-verified

34 return themeManager.getActiveTheme().colors.AccentGreen;
35 },
36 get AccentYellow() {
37 return themeManager.getActiveTheme().colors.AccentYellow;
38 },
39 get AccentRed() {
40 return themeManager.getActiveTheme().colors.AccentRed;
41 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected