diff options
author | Fate <fate.tmw@googlemail.com> | 2008-11-01 23:45:23 +0000 |
---|---|---|
committer | Fate <fate.tmw@googlemail.com> | 2008-11-01 23:45:23 +0000 |
commit | 914a6b97cda12ffdab57baf3f49777429406fc78 (patch) | |
tree | 8e9f8375044e407122c1414e941f1279981bc4ae /hair.xml | |
parent | d842f9c0517a550829f87db238bb5b55bcc21607 (diff) | |
download | clientdata-914a6b97cda12ffdab57baf3f49777429406fc78.tar.gz clientdata-914a6b97cda12ffdab57baf3f49777429406fc78.tar.bz2 clientdata-914a6b97cda12ffdab57baf3f49777429406fc78.tar.xz clientdata-914a6b97cda12ffdab57baf3f49777429406fc78.zip |
* Added hair colours configuration file (part of #514)
Diffstat (limited to 'hair.xml')
-rw-r--r-- | hair.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hair.xml b/hair.xml new file mode 100644 index 00000000..64020c7b --- /dev/null +++ b/hair.xml @@ -0,0 +1,12 @@ +<colors> + <color id="0" value="#8c4b41,da9041,ffffff" name="light brown"/> + <color id="1" value="#06372b,489e25,fdedcc" name="green"/> + <color id="2" value="#5f0b33,91191c,f9ad81" name="red"/> + <color id="3" value="#602486,934cc3,fdc689" name="purple"/> + <color id="4" value="#805e74,c6b09b,ffffff" name="gray"/> + <color id="5" value="#8c6625,dab425,ffffff" name="yellow"/> + <color id="6" value="#1d2d6d,1594a3,fdedcc" name="blue"/> + <color id="7" value="#831f2d,be4f2d,f8cc8b" name="brown"/> + <color id="8" value="#432482,584bbc,dae8e5" name="light blue"/> + <color id="9" value="#460850,611967,e7b4ae" name="dark purple"/> +</colors> |