![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
It's not correct. You must add the schema if you want PPT to recognise it. "http://schemas.openxmlformats.org/drawingml/2006/main"
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:clrScheme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="xxx">
<a:dk1>
<a:srgbClr val="E10000"/>
</a:dk1>
<a:lt1>
<a:srgbClr val="2C414D"/>
</a:lt1>
<a:dk2>
<a:srgbClr val="675E47"/>
</a:dk2>
<a:lt2>
<a:srgbClr val="000000"/>
</a:lt2>
<a:accent1>
<a:srgbClr val="8B8B8E"/>
</a:accent1>
<a:accent2>
<a:srgbClr val="D4D2CF"/>
</a:accent2>
<a:accent3>
<a:srgbClr val="C4B8A6"/>
</a:accent3>
<a:accent4>
<a:srgbClr val="00AEEF"/>
</a:accent4>
<a:accent5>
<a:srgbClr val="F58220"/>
</a:accent5>
<a:accent6>
<a:srgbClr val="FFDB00"/>
</a:accent6>
<a:hlink>
<a:srgbClr val="6FBE44"/>
</a:hlink>
<a:folHlink>
<a:srgbClr val="5C8DB6"/>
</a:folHlink>
</a:clrScheme>
Last edited by JohnWilson; 11-05-2013 at 02:52 AM. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Office 2007 Color Scheme issue | Rothalax | Office | 0 | 05-22-2013 06:03 AM |
Can't get the same color
|
lostsoul62 | Excel | 2 | 06-14-2012 08:32 PM |
Custom Color in word 2010?
|
guiri | Word | 8 | 11-06-2011 12:05 PM |
| Transfer custom views between self created PST and PST associated with email account | ghumdinger | Outlook | 0 | 09-18-2011 01:18 AM |
Word 2010 - Custom Color Deployment
|
Yipd | Word | 7 | 07-06-2011 12:27 AM |