Is there an API available to expand/extend the Theia IDE header area of the studio? I would like to extend the layout with a bigger company logo like:

The remaining explorer area (between menu header and status line) should resize accordingly.
Thks in advance
@jsrosman there is no API at the moment to extend the top-panel (where the menu exists), you will need to provide your own customizations to achieve the desired result. We have a placeholder for a logo
in the top-panel (before the actual menu), but it has a default styling which you can adjust and modify.
Please note that if you require an electron
setup, additional customizations are required as the electron
setup currently hides the top-panel since electron
provides its own menu (we do not want duplicate menus).