MCPcopy
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

initFunction · 0.85

Calls 2

changeThemeFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected