Skip to main content

parse_theme_colors

Function parse_theme_colors 

Source
pub fn parse_theme_colors(xml_bytes: &[u8]) -> ThemeColors
Expand description

Parse theme colors from theme1.xml raw bytes. Uses quick-xml Reader API directly since the theme namespace is complex.