Skip to content

App.setTheme method

App › setTheme

Unofficial

Set the current color scheme of the application and reload the CSS.

Signature:

setTheme(theme: "moonstone" | "obsidian"): void

Parameters:

Parameter Type Description
theme "moonstone" | "obsidian" The theme to set.

Returns: void