The designer has the ability, which allows you to change design themes of visual controls. To do this, you should set the theme property in the component options:

 

designer.php

 

<?php

$options = new \Stimulsoft\Designer\StiDesignerOptions();

$options->appearance->theme = \Stimulsoft\Designer\StiDesignerTheme::Office2022WhiteBlue;

?>

 

 

 

There are currently 2 themes available with different color accents. As a result, more than 50 themes are available. This allows you to customize the appearance of the designer for almost any design of the Web project.