Skip to content

CustomCSS.installTheme method

CustomCSS › installTheme

Unofficial

Install a theme using the regular theme download pipeline.

Signature:

installTheme(options: InstallThemeOptions, version: string): Promise<void>

Parameters:

ParameterTypeDescription
optionsInstallThemeOptionsOptions for installing the theme.
versionstringVersion to install.

Returns: Promise<void>A promise that resolves when the theme is installed.