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_NAVBARTEXT | The colour of the header text. Default: #282828 |
| THEMES_COLOUROVERRIDES_NAVBARBACKGROUND | The colour of the header background. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_BACKGROUND | The colour of the background on the header. Default: #FFFFFF |
| THEMES_COLOUROVERRIDES_PRIMARY1 | The colour of primary elements which are meant to be high focus points. Default: #1D4ED8 |
| THEMES_COLOUROVERRIDES_PRIMARY2 | The colour of primary elements which are meant to be medium focus points. Default: #2563EB |
| THEMES_COLOUROVERRIDES_PRIMARY3 | The colour of primary elements which are meant to be low focus points. Default: #3B82F6 |
| THEMES_COLOUROVERRIDES_SECONDARY1 | The colour of secondary elements which are meant to be high focus points. Default: #6366F1 |
| THEMES_COLOUROVERRIDES_SECONDARY2 | The colour of secondary elements which are meant to be low focus points. Default: #818CF8 |