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:

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

Returns: void