In this video I’ll show you how to create your own custom color theme for #Office365 #SharePoint Online using the Theme Generator and the SharePoint Online Management Shell with #PowerShell. And if I can do it, so can you. #PowerPoint meets #PowerShell 🙂

  • Resources:
  • Download SharePoint Online Management Shell
  • Microsoft Fabric > Theme Generator
  • Images: Pexels
  • Inspiration: Design Seeds / Color Wheel
  • In Notepad, do the following:
    • Paste PowerShell you got from Theme Generator
    • Add before the PowerShell (without quotes): “$themepallette = “
    • Add after PowerShell (without quotes):  “Add-SPOTheme -Name “XXX” -Palette $themepallette -IsInverted $False”
    • Replace XXX with new Theme name
  • Go to SharePoint Online Management Shell
    • Run the following command: Connect-SPOService -Url https://tenant-admin.sharepoint.com
    • Log in with credentials
    • Wait for command prompt > paste modified PowerShell
    • Remember to replace “Tenant” name and “Name of Theme”
  • To remove theme: Remove-SPOTheme -Name “Name Of Theme”
  • You need to be a SharePoint Global Administrator to run this command
  • Thank you to Yaroslav Pentsarskyy for your video that helped me achieve this

Disclaimer:  I create content about Office / Microsoft 365. Content is accurate at time of publication, however updates and new additions happen daily which could change the accuracy or relevance. Please keep this in mind when using my blogs as guidelines.