File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ 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" }
57+ @{ "accentColor": "#03787C"; "backgroundColor": "#FFFFFF " }
58+ @{ "accentColor": "#FFFFFF "; "backgroundColor": "#03787C" }
5959 @{ "accentColor": "#E3FFFD"; "backgroundColor": "#03787C" }
6060 @{ "accentColor": "#03787C"; "backgroundColor": "#E3FFFD" }
6161 @{ "accentColor": "#FFF9E3"; "backgroundColor": "#03787C" }
6262 @{ "accentColor": "#03787C"; "backgroundColor": "#FFF9E3" }
6363 @{ "accentColor": "#03787C"; "backgroundColor": "#F5F5F5" }
6464 @{ "accentColor": "#242424"; "backgroundColor": "#F5F5F5" }
65- @{ "accentColor": "#155473"; "backgroundColor": "#ffffff " }
66- @{ "accentColor": "#ffffff "; "backgroundColor": "#155473" }
65+ @{ "accentColor": "#155473"; "backgroundColor": "#FFFFFF " }
66+ @{ "accentColor": "#FFFFFF "; "backgroundColor": "#155473" }
6767 @{ "accentColor": "#155473"; "backgroundColor": "#E3FFFD" }
6868 @{ "accentColor": "#E3FFFD"; "backgroundColor": "#155473" }
6969 @{ "accentColor": "#FFF9E3"; "backgroundColor": "#155473" }
You can’t perform that action at this time.
0 commit comments