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

Function LightBlue

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

Source from the content-addressed store, hash-verified

19 return themeManager.getActiveTheme().colors.Background;
20 },
21 get LightBlue() {
22 return themeManager.getActiveTheme().colors.LightBlue;
23 },
24 get AccentBlue() {
25 return themeManager.getActiveTheme().colors.AccentBlue;
26 },

Callers

nothing calls this directly

Calls 1

getActiveThemeMethod · 0.80

Tested by

no test coverage detected