Glue42 Enterprise is now io.Connect Desktop! The new documentation site for all interop.io products is located at docs.interop.io.

Windows

Overview

Glue42 Enterprise has two built-in themes - Day and Night. You can control the themes programmatically by using the Themes API. The themes can also be customized and new themes can be added through the themes.json configuration file.

For more information on configuring a theme, see the Themes configuration section.

Default Theme

Available since Glue42 Enterprise 3.18

The default theme for Glue42 Enterprise can be automatically synchronized with the default app mode in your OS through the system.json system configuration file. To specify your preference, use the "syncWithDefaultOSAppMode" property of the "themes" top-level key:

{
    "themes": {
        "syncWithDefaultOSAppMode": true
    }
}