scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.38k stars 514 forks source link

Color hex values #windowText and #window #707

Open wandererfrog opened 3 years ago

wandererfrog commented 3 years ago

When I'm extracting the hex color values from the xml I'm getting 2 values: #windowText and #window.

dk1
#windowText
lt1
#window

I guess this is pointing to some other value. Is there a way of getting it?

Thanks.

scanny commented 3 years ago

show your code and a snippet of the XML in question if that's available and appropriate.