MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / setTheme

Method setTheme

static/js/utils.js:109–113  ·  view source on GitHub ↗
(theme)

Source from the content-addressed store, hash-verified

107 }
108
109 setTheme(theme) {
110 this.theme = theme;
111 this.saveTheme(theme);
112 this.applyTheme();
113 }
114
115 updateToggleButtons() {
116 const buttons = document.querySelectorAll('.theme-toggle');

Callers

nothing calls this directly

Calls 2

saveThemeMethod · 0.95
applyThemeMethod · 0.95

Tested by

no test coverage detected