Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setColor
Method
setColor
src/server/web/public/terminal.js:182–184 ·
view source on GitHub ↗
(e3, t3, i3)
Source
from the content-addressed store, hash-verified
180
return
this._css.get(e3, t3);
181
}
182
setColor(e3, t3, i3) {
183
this._color.set(e3, t3, i3);
184
}
185
getColor(e3, t3) {
186
return
this._color.get(e3, t3);
187
}
Callers
2
_applyMinimumContrast
Method · 0.80
_getMinimumContrastColor
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected