MCPcopy Create free account
hub / github.com/codeaashu/claude-code / foregroundColorRGB

Method foregroundColorRGB

src/server/web/public/terminal.js:5595–5597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5593 return this._isDisposed;
5594 }
5595 get backgroundColorRGB() {
5596 return null === this._cachedBg && (this.options.backgroundColor ? this._cachedBg = s2.css.toColor(this.options.backgroundColor) : this._cachedBg = void 0), this._cachedBg;
5597 }
5598 get foregroundColorRGB() {
5599 return null === this._cachedFg && (this.options.foregroundColor ? this._cachedFg = s2.css.toColor(this.options.foregroundColor) : this._cachedFg = void 0), this._cachedFg;
5600 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected