MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / network_print_status

Function network_print_status

Scripts/Settings.py:7401–7404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

network_utilities_menuFunction · 0.70

Calls 3

printFunction · 0.85
_Function · 0.70
network_status_linesFunction · 0.70

Tested by

no test coverage detected