Expand description
Theme XML schema structures.
Represents xl/theme/theme1.xml in the OOXML package.
Only the color scheme is parsed; other theme elements are preserved as raw XML.
Structs§
- Theme
Colors - Simplified theme representation focusing on the color scheme.
Functions§
- parse_
theme_ colors - Parse theme colors from theme1.xml raw bytes. Uses quick-xml Reader API directly since the theme namespace is complex.