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

Function DiffAdded

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

Source from the content-addressed store, hash-verified

40 return themeManager.getActiveTheme().colors.AccentRed;
41 },
42 get DiffAdded() {
43 return themeManager.getActiveTheme().colors.DiffAdded;
44 },
45 get DiffRemoved() {
46 return themeManager.getActiveTheme().colors.DiffRemoved;
47 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected