The dashboard designer supports many visual themes, set on the Python options object.

Set the designer theme.
designer = StiDesigner()

designer.options.appearance.theme = enums.StiDesignerTheme.OFFICE_2022_BLACK_GREEN

if designer.processRequest(request):
    return designer.getFrameworkResponse()

How it works. The options object drives the designer's look, so a single assignment reskins the entire editor.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.