We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8461d73 commit c0e3917Copy full SHA for c0e3917
presalytics/lib/themes/ooxml.py
@@ -42,7 +42,7 @@ def get_configuration(self):
42
colors = {k: v for k, v in theme.colors.to_dict().items() if k not in extra_params}
43
fonts = {k: v for k, v in theme.fonts.to_dict().items() if k not in extra_params}
44
slide_details = client.ooxml_automation.slides_slides_details_get_id(theme.slide_id)
45
- color_map_dict = slide_details.slide_master["colorMap"]
+ color_map_dict = slide_details.slide_master.to_dict()["color_map"]
46
color_types = client.ooxml_automation.shared_colortypes_get()
47
48
mapped_colors = {
0 commit comments