Skip to content

Commit e2aafa0

Browse files
authored
Merge pull request MicrosoftDocs#5585 from get-itips/patch-189
Adding descriptions for params
2 parents 8488ef5 + ffb6cc8 commit e2aafa0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOTheme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
8181

8282
### -Identity
8383

84+
Specifies the name of the theme. This must uniquely identify the theme.
85+
8486
```yaml
8587
Type: SpoThemePalettePipeBind
8688
Parameter Sets: (All)
@@ -95,6 +97,8 @@ Accept wildcard characters: False
9597
9698
### -IsInverted
9799
100+
Specifies whether the theme is inverted, with a dark background and a light foreground.
101+
98102
```yaml
99103
Type: Boolean
100104
Parameter Sets: (All)
@@ -109,6 +113,8 @@ Accept wildcard characters: False
109113
110114
### -Overwrite
111115
116+
Overwrites a theme of the same name in case it exists.
117+
112118
```yaml
113119
Type: SwitchParameter
114120
Parameter Sets: (All)
@@ -123,6 +129,8 @@ Accept wildcard characters: False
123129
124130
### -Palette
125131
132+
Specifies the palette of colors in the theme, as a dictionary of theme slot values.
133+
126134
```yaml
127135
Type: SpoThemePalettePipeBind
128136
Parameter Sets: (All)

0 commit comments

Comments
 (0)