MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / createBuiltInTheme

Function createBuiltInTheme

src/theme/builder.js:358–362  ·  view source on GitHub ↗
(name, type, version = "paid")

Source from the content-addressed store, hash-verified

356}
357
358export function createBuiltInTheme(name, type, version = "paid") {
359 const theme = new ThemeBuilder(name, type, version);
360 theme.autoDarkened = false;
361 return theme;
362}

Callers 1

preInstalled.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected