Skip to main content

spo theme apply

Applies theme to the specified site

Usage

m365 spo theme apply [options]

Options

-n, --name <name>

Name of the theme to apply

-u, --webUrl <webUrl>

URL of the site to which the theme should be applied

--sharePointTheme

Set to specify if the supplied theme name is a standard SharePoint theme

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

Following standard SharePoint themes are supported by the CLI for Microsoft 365: Blue, Orange, Red, Purple, Green, Gray, Dark Yellow and Dark Blue.

info

To use this command you must be either SharePoint Administrator or Global Administrator.

Examples

Apply theme to the specified site

m365 spo theme apply --name Contoso-Blue --webUrl https://contoso.sharepoint.com/sites/project-x

Apply a standard SharePoint theme to the specified site

m365 spo theme apply --name Blue --webUrl https://contoso.sharepoint.com/sites/project-x --sharePointTheme

Response

"/sites/team1/_catalogs/theme/Themed/BFCFD35C"

More information

CTRL + M