Skip to content

CustomCSS.removeTheme method

CustomCSS › removeTheme

Unofficial

Remove a theme by theme name.

Signature:

removeTheme(themeName: string): Promise<void>

Parameters:

Parameter Type Description
themeName string Name of the theme to remove.

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