To configure a custom theme for the PPL application:
- Open config.json from the PPL installation directory.
- Under customTheme, locate the properties array.
-
Add the properties for elements you want to customize.
Use the format "property name": "property value" as shown in the following example:
"customTheme": { "name": "custom", "properties": { "--navbar-background-color": "#4f688e", "--navbar-icon-color": "#fff" } }
Available properties are described in the following sections.
Note:The last property in the array must not be followed by a comma. If you add only one property to the array, do not include a comma after the property.
- Save config.json.