Skip to content

Commit 44d03a4

Browse files
andrewconnellVesaJuvonen
authored andcommitted
update theme tokens available (SharePoint#1349)
- removed two that aren't available at present time - updated theme to correct name All verfied checking against SPO theme properties within the
1 parent bfaf8ef commit 44d03a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/spfx/use-theme-colors-in-your-customizations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,17 @@ The following theme tokens are available for you to use:
5252
Token|Default value on a modern team site using the red palette|Remarks
5353
-----|--------------------------------|-----------
5454
`backgroundImageUri`|`none`|
55-
`themeAccent`|`#ee0410`|
56-
`themeAccentTranslucent10`|`rgba(238, 4, 16, 0.10)`|
55+
`accent`|`#ee0410`|
5756
`themeDark`|`#b3030c`|Used for action icons in the command bar and as a hover color.
5857
`themeDarkAlt`|`#b3030c`|
5958
`themeDarker`|`#770208`|
6059
`themeLight`|`#fd969b`|
6160
`themeLightAlt`|`#fd969b`|
6261
`themeLighter`|`#fecacd`|
6362
`themeLighterAlt`|`#fecacd`|
64-
`themePrimary`|`#ee0410`|Primary theme color. Used for icons and default buttons.
63+
`themePrimary`|`#ee0410`st|Primary theme color. Used for icons and default buttons.
6564
`themeSecondary`|`#fc6169`|
6665
`themeTertiary`|`#fd969b`|
67-
`themeTertiaryAlt`|`#fd969b`|
6866

6967
> [!NOTE]
7068
> There are more tokens registered with the SharePoint Framework. While all of them have values specified on classic sites, only the subset mentioned earlier has values on modern SharePoint sites. For the complete list of available tokens, see the value of the `window.__themeState__.theme` property by using the console in your web browser's developer tools.

0 commit comments

Comments
 (0)