Adding a Custom Theme - Integration for Epic MyChart - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 23.1
License

To configure a custom theme for the PPL application:

  1. Open config.json from the PPL installation directory.
  2. Under customTheme, locate the properties array.
  3. 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.

  4. Save config.json.