// root of xl/theme/theme{}.xml
pub mod theme;

// root of xl/drawings/drawing{}.xml
#[allow(dead_code)]
pub mod worksheet_drawing;

// others
pub mod color;
pub mod default;
pub mod effect;
pub mod fill;
pub mod graphic;
pub mod image;
pub mod line;
pub mod non_visual_properties;
pub mod scene;
pub mod scheme;
pub mod shape;
pub mod st_types;
pub mod text;
pub mod theme_elements;