@@ -34,10 +34,7 @@ This example shows how to use the **Get-SPOTheme** cmdlet to return the settings
3434Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
3535```
3636
37- #### Return Value Examples
38- Theme in new format
39-
40- ```
37+ ``` Output
4138{
4239 "Name": "Custom Cyan",
4340 "Palette": null,
@@ -51,42 +48,6 @@ Theme in new format
5148}
5249```
5350
54- Theme in legacy format
55-
56- ```
57- {
58- "Name": "Custom Cyan",
59- "Palette": {
60- "themeLight": "#affefe",
61- "themeTertiary": "#76ffff",
62- "black": "#000000",
63- "neutralSecondary": "#666666",
64- "neutralTertiaryAlt": "#c8c8c8",
65- "themeSecondary": "#39ffff",
66- "themeDarker": "#005252",
67- "primaryBackground": "#fff",
68- "neutralQuaternary": "#d0d0d0",
69- "neutralPrimaryAlt": "#3c3c3c",
70- "neutralPrimary": "#333",
71- "themeDark": "#009090",
72- "themeLighter": "#daffff",
73- "neutralTertiary": "#a6a6a6",
74- "neutralQuaternaryAlt": "#dadada",
75- "themeLighterAlt": "#f3fcfc",
76- "white": "#fff",
77- "neutralSecondaryAlt": "#767676",
78- "neutralLighter": "#f4f4f4",
79- "neutralLight": "#eaeaea",
80- "neutralDark": "#212121",
81- "themeDarkAlt": "#00c4c4",
82- "neutralLighterAlt": "#f8f8f8",
83- "primaryText": "#333",
84- "themePrimary": "#00ffff"
85- },
86- "ColorPairs": null,
87- "IsInverted": false
88- }
89- ```
9051
9152### Example 2
9253
@@ -131,3 +92,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
13192## NOTES
13293
13394## RELATED LINKS
95+ [Site theme](/sharepoint/site-theme)
0 commit comments