MCPcopy
hub / github.com/vercel/hyper / updateBackgroundColor

Function updateBackgroundColor

app/ui/window.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 const sessions = new Map<string, Session>();
60
61 const updateBackgroundColor = () => {
62 const cfg_ = app.plugins.getDecoratedConfig();
63 window.setBackgroundColor(toElectronBackgroundColor(cfg_.backgroundColor || '#000'));
64 };
65
66 // set working directory
67 let argPath = process.argv[1];

Callers 1

newWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected