Skip to content

App.setAccentColor method

App › setAccentColor

Unofficial

Set the accent color of the application.

Signature:

setAccentColor(color: string): void

Parameters:

Parameter Type Description
color string The accent color to set.

Returns: void

Remarks:

Also updates the CSS --accent variables.