Windows
Overview
io.Connect Desktop has two built-in themes - dark and light. You can control the themes programmatically by using the Themes API.
It's possible to customize the styles of the io.Connect Desktop system web apps (Workspaces App, web groups, Launchpad, modal windows, and more) via CSS variables. If you are using classic groups, you can customize the platform themes via the themes.json
themes configuration file of io.Connect Desktop.
ℹ️ For details on how to customize the io.Connect Desktop themes via CSS, see the Developers > Platform Styles section.
ℹ️ For details on configuring the io.Connect Desktop themes via the
themes.json
file, see the Developers > Configuration > Themes section.
Default Theme
The default theme for io.Connect Desktop can be automatically synchronized with the default app mode in your OS via the system.json
system configuration file. To specify your preference, use the "syncWithDefaultOSAppMode"
property of the "themes"
top-level key:
{
"themes": {
"syncWithDefaultOSAppMode": true
}
}