Skip to content

Commit ff2a91f

Browse files
Update sharepoint-site-theming-json-schema.md
1 parent f3e4c49 commit ff2a91f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site theming - JSON schema
33
description: The new SharePoint site theming features use a JSON schema to store color settings and other information about each theme.
4-
ms.date: 10/20/2022
4+
ms.date: 08/08/2022
55
ms.localizationpriority: high
66
---
77

@@ -95,7 +95,18 @@ 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+
>
100+
> - "primaryBackground"
101+
> - "primaryText"
102+
> - "bodyBackground"
103+
> - "bodyText"
104+
> - "disabledBackground"
105+
> - "disabledText"
106+
> - "error"
107+
> - "accent"
108+
>
109+
> These can be manually added to your generated definition before uploading to the tenant.
99110
100111
![Theme Generator tool](../../images/theme-generator-tool.png)
101112

0 commit comments

Comments
 (0)