File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
81
81
82
82
### -Identity
83
83
84
+ Specifies the name of the theme. This must uniquely identify the theme.
85
+
84
86
``` yaml
85
87
Type : SpoThemePalettePipeBind
86
88
Parameter Sets : (All)
@@ -95,6 +97,8 @@ Accept wildcard characters: False
95
97
96
98
### -IsInverted
97
99
100
+ Specifies whether the theme is inverted, with a dark background and a light foreground.
101
+
98
102
` ` ` yaml
99
103
Type : Boolean
100
104
Parameter Sets : (All)
@@ -109,6 +113,8 @@ Accept wildcard characters: False
109
113
110
114
### -Overwrite
111
115
116
+ Overwrites a theme of the same name in case it exists.
117
+
112
118
` ` ` yaml
113
119
Type : SwitchParameter
114
120
Parameter Sets : (All)
@@ -123,6 +129,8 @@ Accept wildcard characters: False
123
129
124
130
### -Palette
125
131
132
+ Specifies the palette of colors in the theme, as a dictionary of theme slot values.
133
+
126
134
` ` ` yaml
127
135
Type : SpoThemePalettePipeBind
128
136
Parameter Sets : (All)
You can’t perform that action at this time.
0 commit comments