Skip to content

App.changeTheme method

App › changeTheme

Unofficial

Sets the accent color of the application (light/dark mode).

Signature:

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

Parameters:

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

Returns: void