Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Color
Class · 0.85
darken
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected