$container->
addTab($tab);
$tab->
addElement($this->
createBottomTabPanel());
} /**
* Helper function to merge default theme colors with color schemes.
*/
public function createConfigSets(ArrayCollection
$collection) { $set =
new ConfigSet();
$set->
setName('__color_scheme_turquoise__'
)->
setDescription( '__color_scheme_turquoise_description__'
)->
setValues( array_merge( $this->themeColorDefaults,
[ 'brand-primary' => '#1db3b8',
'brand-primary-light' => 'lighten(@brand-primary, 5%)',
] ) );