Skip to content

Commit a3d6302

Browse files
Update sharepoint-site-theming-json-schema.md
Added all of the missing palette keys which are not generated by the generator.
1 parent f3e4c49 commit a3d6302

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-json-schema.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,17 @@ The SharePoint Framework includes eight built-in themes: six on light background
9595
Another option is to use the [Theme Generator tool](https://aka.ms/themedesigner) to build a custom theme. It provides an interactive UI for selecting theme colors, and automatically generates the JSON, SASS, and PowerShell definitions for your custom theme.
9696

9797
> [!NOTE]
98-
> The theme generator definitions do not currently include the "error" or "accent" color slots. These can be manually added to your generated definition before uploading to the tenant.
98+
> The theme generator definitions do not currently include the following color slots / key/value pairs:
99+
> - "primaryBackground"
100+
> - "primaryText"
101+
> - "bodyBackground"
102+
> - "bodyText"
103+
> - "disabledBackground"
104+
> - "disabledText"
105+
> - "error"
106+
> - "accent"
107+
>
108+
> These can be manually added to your generated definition before uploading to the tenant.
99109
100110
![Theme Generator tool](../../images/theme-generator-tool.png)
101111

0 commit comments

Comments
 (0)