Themes
Settings Management
Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.
| Name | Value |
|---|---|
| THEMES_ENABLED | If disabled the change themes button will be hidden from the header. Default: true |
| THEMES_DEFAULT | This sets the default theme the site will display in if a user has not set an override. The options are AutoDetect, Blue, DarkBlue, Pink, DarkPink or Custom.Default: "AutoDetect" |
Custom Colour Overrides
Settings Management
Custom colour overrides will only apply if the Custom theme is selected in the default theme dropdown. Doing so will also remove the theme selection button from the page header and force all users to use the custom theme.
| Name | Value |
|---|---|
| THEMES_COLOUROVERRIDES_NAVBAR_TEXT | The colour of the text on the header. Default: #282828 |
| THEMES_COLOUROVERRIDES_NAVBAR_BACKGROUND | The colour of the background on the header. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_PRIMARY1_TEXT | The colour of the text on the first primary colour group items. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_PRIMARY1_BACKGROUND | The colour of the background on the first primary colour group items. Default: #2563eb |
| THEMES_COLOUROVERRIDES_PRIMARY1_HOVER | The colour of the background on the first primary colour group items when hovering over them. Default: #1d4ed8 |
| THEMES_COLOUROVERRIDES_PRIMARY2_TEXT | The colour of the text on the second primary colour group items. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_PRIMARY2_BACKGROUND | The colour of the background on the second primary colour group items. Default: #3b82f6 |
| THEMES_COLOUROVERRIDES_PRIMARY2_HOVER | The colour of the background on the second primary colour group items when hovering over them. Default: #2563eb |
| THEMES_COLOUROVERRIDES_PRIMARY3_TEXT | The colour of the text on the third primary colour group items. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_PRIMARY3_BACKGROUND | The colour of the background on the third primary colour group items. Default: #60a5fa |
| THEMES_COLOUROVERRIDES_PRIMARY3_HOVER | The colour of the background on the third primary colour group items when hovering over them. Default: #3b82f6 |
| THEMES_COLOUROVERRIDES_SECONDARY1_TEXT | The colour of the text on the first secondary colour group items. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_SECONDARY1_BACKGROUND | The colour of the background on the first secondary colour group items. Default: #2563eb |
| THEMES_COLOUROVERRIDES_SECONDARY1_HOVER | The colour of the background on the first secondary colour group items when hovering over them. Default: #1d4ed8 |
| THEMES_COLOUROVERRIDES_SECONDARY2_TEXT | The colour of the text on the second secondary colour group items. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_SECONDARY2_BACKGROUND | The colour of the background on the second secondary colour group items. Default: #3b82f6 |
| THEMES_COLOUROVERRIDES_SECONDARY2_HOVER | The colour of the background on the second secondary colour group items when hovering over them. Default: #2563eb |