customcolors
customcolors
THMX ϐile
You can add your own custom colors to an Office 2007
theme (.THMX file extension). In the screenshot below, you
can see three custom colors in their own sec on on the
color picker.
Download a color-picker u lity, create This screenshot shows Pixie. You can
an object that’s the color you want, see that the hex value for this golden
and then use the color-picker to get yellow color is 00ADF0.
the hex value.
While you’re at it, be sure to decide on
Pixie by Na yware (h p://www. names for your custom colors, so you
na yware.com) is a good color-picker, have appropriate informa on in the tool
as is Pixeur (h p://www.veign.com/ p when your users hover the mouse
applica on.php?appid=107) over the color chips.
Just above </a:theme> (which is, and This adds a Custom Color sec on to the color picker and places a dark blue chip
should remain, the last line in the file), (with hex value 1F497D) in that sec on.
© 2007 Echo Swinford
4b
<a:custClrLst>
<a:custClr name=”Dark Blue”>
<a:srgbClr val=”1F497D” />
</a:custClr>
<a:custClr name=”Mint Green”>
<a:srgbClr val=”99DB73” />
</a:custClr>
<a:custClr name=”Girly Pink”>
<a:srgbClr val=”FF99FF“ />
</a:custClr>
</a:custClrLst>
The color names inside the
Adding More Color Chips quota on marks are what the
If you want to add more than one tool p will display.
color chip to the sec on, follow this
pa ern: A er you’ve added all your chips,
choose File | Save to save the changes
you made to the theme1.XML file in
your working folder. Close the file.