CustomCSS.installTheme method
CustomCSS › installTheme
Unofficial
Install a theme using the regular theme download pipeline.Signature:
installTheme(options: InstallThemeOptions, version: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| options | InstallThemeOptions | Options for installing the theme. |
| version | string | Version to install. |
Returns: Promise<void> — A promise that resolves when the theme is installed.