Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getBgColorMode
Method
getBgColorMode
src/server/web/public/terminal.js:3748–3750 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3746
return
50331648 & this.fg;
3747
}
3748
getBgColorMode() {
3749
return
50331648 & this.bg;
3750
}
3751
isFgRGB() {
3752
return
50331648 == (50331648 & this.fg);
3753
}
Callers
2
createRow
Method · 0.80
_drawToCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected