pub fn parse_theme_colors(xml_bytes: &[u8]) -> ThemeColorsExpand description
Parse theme colors from theme1.xml raw bytes. Uses quick-xml Reader API directly since the theme namespace is complex.
pub fn parse_theme_colors(xml_bytes: &[u8]) -> ThemeColorsParse theme colors from theme1.xml raw bytes. Uses quick-xml Reader API directly since the theme namespace is complex.