Changing theme colors

Change the colors defined in the theme. This change affects all slides.

A theme has 12 named colors, each of which you specify with an RGB hex code.

Unspecified colors and ones set to empty strings "" or null retain their original colors. Theme color names such as "dk1" cannot be used as color values.

Reference: the root object · the Theme object · Colors

Download: input.zip · output.pptx

template.pptx

1
template.pptx slide 1

output.pptx

1
output.pptx slide 1

data.json

{
  "theme": {
    "colors": {
      "dk1": "6c685f",
      "lt1": "F5F2E3",
      "dk2": "#5c6875",
      "lt2": "#CAD9EA",
      "accent1": "6b95a4",
      "accent2": "c9747f",
      "accent3": "7e9a62",
      "accent4": "tan",
      "accent5": "",
      "accent6": null,
      "hlink": "858499"
    }
  },
  "slides": [
    {
      "template": 1,
      "text1": "Changing a theme color affects all text and shapes where that color is used."
    }
  ]
}