Skip to content

Commit a3a3e3b

Browse files
committed
format colors
1 parent dea1a3f commit a3a3e3b

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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" }

0 commit comments

Comments
 (0)