Select a Theme
Themes can be changed during project runtime by selecting the droplet icon in the header bar (or elsewhere in the project if configured this way) to display the Select Themes dialog box.
Additionally, the project theme can be set using control system joins via the project-config.json file. Refer to the following sample code:
Copy
"customSignals": {
"receiveStateTheme": "templateTheme",
"sendEventTheme": "templateTheme"
},