MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / primaryColor

Method primaryColor

src/theme/builder.js:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 get primaryColor() {
138 return this.#theme["--primary-color"];
139 }
140
141 set primaryColor(value) {
142 if (this.autoDarkened) {

Callers

nothing calls this directly

Calls 3

ColorClass · 0.85
darkenMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected