summaryrefslogtreecommitdiff
path: root/xmlTheme.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlTheme.go')
-rw-r--r--xmlTheme.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlTheme.go b/xmlTheme.go
index 2f181e2..e3588dc 100644
--- a/xmlTheme.go
+++ b/xmlTheme.go
@@ -123,9 +123,9 @@ type xlsxBgFillStyleLst struct {
BgFillStyleLst string `xml:",innerxml"`
}
-// xlsxClrScheme maps to children of the clrScheme element in the namespace
-// http://schemas.openxmlformats.org/drawingml/2006/main - currently I have
-// not checked it for completeness - it does as much as I need.
+// xlsxClrScheme specifies the theme color, stored in the document's Theme
+// part to which the value of this theme color shall be mapped. This mapping
+// enables multiple theme colors to be chained together.
type xlsxClrSchemeEl struct {
XMLName xml.Name
SysClr *xlsxSysClr `xml:"sysClr"`