themeColor(...)
themeColor(val: number[]): this;
Sets the theme color. This color is used to customize the user interface elements of the app. It's important to use only dark colors since the icons are white. The alpha component is ignored in current versions of the app.
Default value: null
Parameters
Parameter | Type | Description |
---|---|---|
val | array | Array in form [r, g, b, a] |
Returns
this