Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ saveTheme
Method
saveTheme
static/js/utils.js:94–96 ·
view source on GitHub ↗
(theme)
Source
from the content-addressed store, hash-verified
92
}
93
94
saveTheme(theme) {
95
localStorage.setItem(
'theme'
, theme);
96
}
97
98
applyTheme() {
99
document.documentElement.setAttribute(
'data-theme'
, this.theme);
Callers
2
toggle
Method · 0.95
setTheme
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected