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

Function text

packages/cli/src/ui/semantic-colors.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11export const theme: SemanticColors = {
12 get text() {
13 return themeManager.getSemanticColors().text;
14 },
15 get background() {
16 return themeManager.getSemanticColors().background;
17 },

Callers

nothing calls this directly

Calls 1

getSemanticColorsMethod · 0.80

Tested by

no test coverage detected