()
| 7399 | root.setProperty('--holo-white', theme.holo4); |
| 7400 | root.setProperty('--terminal-bg', theme.bg); |
| 7401 | root.setProperty('--terminal-fg', theme.fg); |
| 7402 | root.setProperty('--terminal-accent', theme.accent); |
| 7403 | root.setProperty('--text', theme.text || theme.fg); |
| 7404 | root.setProperty('--muted', theme.muted || theme.fg); |
| 7405 | document.documentElement.setAttribute('data-terminal-theme', themeName); |
| 7406 | try { localStorage.setItem('dedsec_os_terminal_theme', themeName); } catch (err) {} |
| 7407 | document.body.style.backgroundColor = theme.bgMain || theme.bg; |
no test coverage detected