From e463be8de9d2651f555724a270088c22c42e7aa0 Mon Sep 17 00:00:00 2001 From: Mania Yu Date: Mon, 10 Aug 2026 16:57:53 +0800 Subject: [PATCH] Update color pairs in Add-SPOTheme.md --- .../Add-SPOTheme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md index e8fcc0808..d4e97c314 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md @@ -54,13 +54,13 @@ Choose the appropriate parameter set based on whether you're working with a lega ```powershell $colorPairs = @{ light = @( - @{ "accentColor" = "#03787C"; "backgroundColor" = "#FFFFFF" } - @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#E3FFFD" } - @{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#FFF9E3" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#F5F5F5" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#FFFFFF" } + @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#E3FFFD" } + @{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#FFF9E3" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#F5F5F5" } @{ "accentColor" = "#242424"; "backgroundColor" = "#F5F5F5" } @{ "accentColor" = "#155473"; "backgroundColor" = "#FFFFFF" } @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#155473" }