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