Skip to content

Commit 252c685

Browse files
committed
update Add-SPOTheme colorpairs
1 parent 8b4cef6 commit 252c685

File tree

1 file changed

+14
-14
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+14
-14
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ Choose the appropriate parameter set based on whether you're working with a lega
5454
```powershell
5555
$colorPairs = @{
5656
light = @(
57-
@{ "accentColor": "#03787C"; "backgroundColor": "#FFFFFF" }
58-
@{ "accentColor": "#FFFFFF"; "backgroundColor": "#03787C" }
59-
@{ "accentColor": "#E3FFFD"; "backgroundColor": "#03787C" }
60-
@{ "accentColor": "#03787C"; "backgroundColor": "#E3FFFD" }
61-
@{ "accentColor": "#FFF9E3"; "backgroundColor": "#03787C" }
62-
@{ "accentColor": "#03787C"; "backgroundColor": "#FFF9E3" }
63-
@{ "accentColor": "#03787C"; "backgroundColor": "#F5F5F5" }
64-
@{ "accentColor": "#242424"; "backgroundColor": "#F5F5F5" }
65-
@{ "accentColor": "#155473"; "backgroundColor": "#FFFFFF" }
66-
@{ "accentColor": "#FFFFFF"; "backgroundColor": "#155473" }
67-
@{ "accentColor": "#155473"; "backgroundColor": "#E3FFFD" }
68-
@{ "accentColor": "#E3FFFD"; "backgroundColor": "#155473" }
69-
@{ "accentColor": "#FFF9E3"; "backgroundColor": "#155473" }
70-
@{ "accentColor": "#155473"; "backgroundColor": "#FFF9E3" }
57+
@{ "accentColor" = "#03787C"; "backgroundColor" = "#FFFFFF" }
58+
@{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#03787C" }
59+
@{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#03787C" }
60+
@{ "accentColor" = "#03787C"; "backgroundColor" = "#E3FFFD" }
61+
@{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#03787C" }
62+
@{ "accentColor" = "#03787C"; "backgroundColor" = "#FFF9E3" }
63+
@{ "accentColor" = "#03787C"; "backgroundColor" = "#F5F5F5" }
64+
@{ "accentColor" = "#242424"; "backgroundColor" = "#F5F5F5" }
65+
@{ "accentColor" = "#155473"; "backgroundColor" = "#FFFFFF" }
66+
@{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#155473" }
67+
@{ "accentColor" = "#155473"; "backgroundColor" = "#E3FFFD" }
68+
@{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#155473" }
69+
@{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#155473" }
70+
@{ "accentColor" = "#155473"; "backgroundColor" = "#FFF9E3" }
7171
)
7272
}
7373

0 commit comments

Comments
 (0)