Skip to main content

Module theme

Module theme 

Source
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§

ThemeColors
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.