Adding a Custom Theme - Integration for Epic MyChart - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/Integration-for-Epic-MyChart/Foundation-24.1/Integration-for-Epic-MyChart/Installation/Installation/Theme-Customization/Adding-a-Custom-Theme - 2024-03-25

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 24.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.