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

Method getSemanticColors

packages/cli/src/ui/themes/theme-manager.ts:143–145  ·  view source on GitHub ↗

* Gets the semantic colors for the active theme. * @returns The semantic colors.

()

Source from the content-addressed store, hash-verified

141 * @returns The semantic colors.
142 */
143 getSemanticColors(): SemanticColors {
144 return this.getActiveTheme().semanticColors;
145 }
146
147 /**
148 * Gets a list of custom theme names.

Callers 5

textFunction · 0.80
backgroundFunction · 0.80
borderFunction · 0.80
uiFunction · 0.80
statusFunction · 0.80

Calls 1

getActiveThemeMethod · 0.95

Tested by

no test coverage detected