@@ -48,6 +48,41 @@ Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
4848}
4949```
5050
51+ If the theme is in legacy format then the output will be like this:
52+
53+ ``` Output
54+ {
55+ "Name": "Custom Cyan",
56+ "Palette": {
57+ "themeLight": "#affefe",
58+ "themeTertiary": "#76ffff",
59+ "black": "#000000",
60+ "neutralSecondary": "#666666",
61+ "neutralTertiaryAlt": "#c8c8c8",
62+ "themeSecondary": "#39ffff",
63+ "themeDarker": "#005252",
64+ "primaryBackground": "#fff",
65+ "neutralQuaternary": "#d0d0d0",
66+ "neutralPrimaryAlt": "#3c3c3c",
67+ "neutralPrimary": "#333",
68+ "themeDark": "#009090",
69+ "themeLighter": "#daffff",
70+ "neutralTertiary": "#a6a6a6",
71+ "neutralQuaternaryAlt": "#dadada",
72+ "themeLighterAlt": "#f3fcfc",
73+ "white": "#fff",
74+ "neutralSecondaryAlt": "#767676",
75+ "neutralLighter": "#f4f4f4",
76+ "neutralLight": "#eaeaea",
77+ "neutralDark": "#212121",
78+ "themeDarkAlt": "#00c4c4",
79+ "neutralLighterAlt": "#f8f8f8",
80+ "primaryText": "#333",
81+ "themePrimary": "#00ffff"
82+ },
83+ "IsInverted": false
84+ }
85+ ```
5186
5287### Example 2
5388
0 commit comments