| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Original Author: Frankline Francis
- Copyright (c) 2012, Imaginea. All rights reserved.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND DEVELOPERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE COPYRIGHT OWNER OR DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Redistribution and use, with or without modification, are permitted provided that the following conditions are met:
- # Redistribution of source code must retain the above copyright notice, this list of conditions and the disclaimer.
- # Neither the name of Imaginea nor the names of the developers may be used to endorse or promote products derived from
- this software without specific prior written permission.
- -->
- <colours>
- <colour index="0">violet</colour>
- <colour index="1">orangered</colour>
- <colour index="2">navajowhite</colour>
- <colour index="3">teal</colour>
- <colour index="4">limegreen</colour>
- <colour index="5">hotpink</colour>
- <colour index="6">maroon</colour>
- <colour index="7">steelblue</colour>
- <colour index="8">olive</colour>
- <colour index="9">gold</colour>
- <colour index="10">yellow</colour>
- <colour index="11">yellowgreen</colour>
- <colour index="12">red</colour>
- <colour index="13">wheat</colour>
- <colour index="14">darkgreen</colour>
- <colour index="15">brown</colour>
- <colour index="16">olivedrab</colour>
- <colour index="17">darkblue</colour>
- <colour index="18">firebrick</colour>
- <colour index="19">gray</colour>
- </colours>
|