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:

ParameterTypeDescription
theme"moonstone" | "obsidian"The theme to set.

Returns: void