@@ -73,21 +73,21 @@ better understanding.
7373
7474### Configuration options
7575
76- To enable ` @openedx/brand-openedx ` overrides , the ` theme ` site
77- configuration setting may be configured with the following:
78-
79- | Property | Data Type | Description |
80- | ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------- |
81- | ` core ` | Object | Metadata about the core styles from ` @openedx/brand-openedx ` . |
82- | ` core.url ` | String | URL for the ` core.css ` file from ` @openedx/brand-openedx ` . |
83- | ` defaults ` | Object | Mapping of theme variants to Paragon's default supported light and dark theme variants. |
84- | ` defaults.light ` | String | Default ` light ` theme variant from the theme variants in the ` variants ` object. |
85- | ` defaults.dark ` | String | Default ` dark ` theme variant from the theme variants in the ` variants ` object. |
86- | ` variants ` | Object | Metadata about each supported theme variant. |
87- | ` variants.light ` | Object | Metadata about the light theme variant styles from ` @openedx/brand-openedx ` . |
88- | ` variants.light.url ` | String | URL for the ` light.css ` file from ` @openedx/brand-openedx ` . |
89- | ` variants.dark ` | Object | Metadata about the dark theme variant styles from ` @openedx/brand-openedx ` . |
90- | ` variants.dark.url ` | String | URL for the ` dark.css ` file from ` @openedx/brand-openedx ` . |
76+ To use a custom theme , the ` theme ` site configuration setting may be configured
77+ with the following:
78+
79+ | Property | Data Type | Description |
80+ | ----------------------------------- | --------- | --------------------------------------------------------------------------------------- |
81+ | ` core ` | Object | Metadata about the core theme's core styles . |
82+ | ` core.url ` | String | URL for the theme's core stylesheet. |
83+ | ` defaults ` | Object | Mapping of theme variants to Paragon's default supported light and dark theme variants. |
84+ | ` defaults.light ` | String | Default ` light ` theme variant from the theme variants in the ` variants ` object. |
85+ | ` defaults.dark ` | String | Default ` dark ` theme variant from the theme variants in the ` variants ` object. |
86+ | ` variants ` | Object | Metadata about each supported theme variant. |
87+ | ` variants.light ` | Object | Metadata about the theme's light variant styles. |
88+ | ` variants.light.url ` | String | URL for the theme's light variant stylesheet. |
89+ | ` variants.dark ` | Object | Metadata about the theme's dark variant styles. |
90+ | ` variants.dark.url ` | String | URL for the theme's dark variant styles. |
9191
9292The ` dark ` theme variant is optional.
9393
0 commit comments