Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
export
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.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected