a:themeOverride
Theme Override
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-stylesheet.xsd
Type: a:CT_BaseStylesOverride
Properties: Global, Qualified
Content
- Sequence [1..1]
- a:clrScheme [0..1] Color Scheme
- a:fontScheme [0..1] Font Scheme
- a:fmtScheme [0..1] Format Scheme
Attributes
None
Sample instance
<a:themeOverride> <a:clrScheme name="string"> <a:dk1> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:dk1> <a:lt1> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:lt1> <a:dk2> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:dk2> <a:lt2> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:lt2> <a:accent1> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent1> <a:accent2> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent2> <a:accent3> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent3> <a:accent4> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent4> <a:accent5> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent5> <a:accent6> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:accent6> <a:hlink> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:hlink> <a:folHlink> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:folHlink> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:clrScheme> <a:fontScheme name="string"> <a:majorFont> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst>... </a:extLst> </a:majorFont> <a:minorFont> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst>... </a:extLst> </a:minorFont> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:fontScheme> <a:fmtScheme name="string"> <a:fillStyleLst> <a:noFill/> </a:fillStyleLst> <a:lnStyleLst> <a:ln>... </a:ln> </a:lnStyleLst> <a:effectStyleLst> <a:effectStyle>... </a:effectStyle> </a:effectStyleLst> <a:bgFillStyleLst> <a:noFill/> </a:bgFillStyleLst> </a:fmtScheme> </a:themeOverride>