a:theme
Theme
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-stylesheet.xsd
Type: a:CT_OfficeStyleSheet
Properties: Global, Qualified
Content
- Sequence [1..1]
- a:themeElements [1..1] Theme Elements
- a:objectDefaults [0..1] Object Defaults
- a:extraClrSchemeLst [0..1] Extra Color Scheme List
- a:custClrLst [0..1] Custom Color List
- a:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | Name | Default value is "". |
Sample instance
<a:theme name="string"> <a:themeElements> <a:clrScheme name="string"> <a:dk1>... </a:dk1> <a:lt1>... </a:lt1> <a:dk2>... </a:dk2> <a:lt2>... </a:lt2> <a:accent1>... </a:accent1> <a:accent2>... </a:accent2> <a:accent3>... </a:accent3> <a:accent4>... </a:accent4> <a:accent5>... </a:accent5> <a:accent6>... </a:accent6> <a:hlink>... </a:hlink> <a:folHlink>... </a:folHlink> <a:extLst>... </a:extLst> </a:clrScheme> <a:fontScheme name="string"> <a:majorFont>... </a:majorFont> <a:minorFont>... </a:minorFont> <a:extLst>... </a:extLst> </a:fontScheme> <a:fmtScheme name="string"> <a:fillStyleLst>... </a:fillStyleLst> <a:lnStyleLst>... </a:lnStyleLst> <a:effectStyleLst>... </a:effectStyleLst> <a:bgFillStyleLst>... </a:bgFillStyleLst> </a:fmtScheme> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:themeElements> <a:objectDefaults> <a:spDef> <a:spPr>... </a:spPr> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:style>... </a:style> <a:extLst>... </a:extLst> </a:spDef> <a:lnDef> <a:spPr>... </a:spPr> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:style>... </a:style> <a:extLst>... </a:extLst> </a:lnDef> <a:txDef> <a:spPr>... </a:spPr> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:style>... </a:style> <a:extLst>... </a:extLst> </a:txDef> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:objectDefaults> <a:extraClrSchemeLst> <a:extraClrScheme> <a:clrScheme name="string">... </a:clrScheme> <a:clrMap bg1="dk1" tx1="dk1" bg2="dk1" tx2="dk1" accent1="dk1" accent2="dk1" accent3="dk1" accent4="dk1" accent5="dk1" accent6="dk1" hlink="dk1" folHlink="dk1">... </a:clrMap> </a:extraClrScheme> </a:extraClrSchemeLst> <a:custClrLst> <a:custClr name="string"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:custClr> </a:custClrLst> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:theme>