How to add custom theme in sharepoint online using Powershell
Step 1. Create a custom theme using Theme Generator tool
How to add custom theme in sharepoint using power shell. Step 1. Generate the theme using the Theme Generator tool. Goto this url to generate your preferred theme. Add the color as per your preferences Click Export Theme on the right side and click powershell Step 2. Run Sharepoint online management shell Type Connect-SPOService -Url https://contoso-admin.sharepoint.com Log In using admin credential. At the command prompt Type and paste the code you copied from step 1 (Theme generator) $themeName = "ThemeName" $palette = Eg: $themeName = "ThemeName" $palette = @{ "themePrimary"...
Canonical URL: https://khangkhuiphungdhar.vercel.app/read/how-to-add-custom-theme-in-sharepoint-online-using-powershell