Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodeboxIDE/codebox
/ updateCurrentTheme
Function
updateCurrentTheme
client/core/themes.js:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
129
// Update current theme
130
var
updateCurrentTheme =
function
() {
131
return
changeTheme(userSettings.get(
"theme"
,
"default"
));
132
};
133
134
135
// Default theme
Callers
1
init
Function · 0.85
Calls
2
changeTheme
Function · 0.85
get
Method · 0.80
Tested by
no test coverage detected