張貼日期:Sep 08, 2011 9:1:4 AM
Locate the Custom Theme you want to add Custom Colors. (hylau.thmx as example)
Rename the .thmx file to .thmx.zip file. (hylau.thmx to hylau.thmx.zip)
Open the zip file and copy .thmx.zip\theme\theme\theme1.xml out side the zip file.
Use Text Editor open theme1.xml file. And add the following code before "</a:theme>" tag. You can add as more custClr Elements within custClrLst as you want.
<a:custClrLst>
<a:custClr name="MyBlue">
<a:srgbClr val="0000AA"/>
</a:custClr>
</a:custClrLst>
Save theme1.xml
Update theme1.xml in zip file with the modified one.
Rename the .thmx.zip back to .thmx file.
Set the Theme to Custom Theme (e.g. hylau.thmx), the Custom Colors will show up when click on color picker dialog.