Themes
The designer supports two themes: light and dark. If you want to customize the theme check the custom theme article.
Example
Check the Light/Dark Example.
You can change the theme by setting the theme
property in the start configuration.
const configuration = {
theme: 'light',
// ...
};
Available themes:
light
(default)dark
If this is not enough for you, you can create your own theme.