Theme Control

Squore’s web interface allows users to choose between several UI themes: default, gray, green, orange, turquoise. When a user selects a theme, their preference is saved and this theme is applied each time they log into Squore. As an administrator, you can manage theme functionality in two ways:

  • Define what the default theme for all users is

  • Prevent users from using a theme other than the default one

You can access these options from Administration > System in the Theme Control section.

You can also configure these settings by specifying values for the options ui.theme.default and ui.theme.changeable in <SQUORE_HOME>/server/standalone/configuration/squore-server.properties. The default values are shown below:

ui.theme.default = default
ui.theme.changeable = true