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

Method loadTheme

static/js/utils.js:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 loadTheme() {
91 return localStorage.getItem('theme') || 'light';
92 }
93
94 saveTheme(theme) {
95 localStorage.setItem('theme', theme);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected