| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<!-- Bedework Calendar subscription colors --> |
|---|
| 3 |
|
|---|
| 4 |
<!-- ********************************************************************** |
|---|
| 5 |
Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. |
|---|
| 6 |
|
|---|
| 7 |
Redistribution and use of this distribution in source and binary forms, |
|---|
| 8 |
with or without modification, are permitted provided that: |
|---|
| 9 |
The above copyright notice and this permission notice appear in all |
|---|
| 10 |
copies and supporting documentation; |
|---|
| 11 |
|
|---|
| 12 |
The name, identifiers, and trademarks of Rensselaer Polytechnic |
|---|
| 13 |
Institute are not used in advertising or publicity without the |
|---|
| 14 |
express prior written permission of Rensselaer Polytechnic Institute; |
|---|
| 15 |
|
|---|
| 16 |
DISCLAIMER: The software is distributed" AS IS" without any express or |
|---|
| 17 |
implied warranty, including but not limited to, any implied warranties |
|---|
| 18 |
of merchantability or fitness for a particular purpose or any warrant)' |
|---|
| 19 |
of non-infringement of any current or pending patent rights. The authors |
|---|
| 20 |
of the software make no representations about the suitability of this |
|---|
| 21 |
software for any particular purpose. The entire risk as to the quality |
|---|
| 22 |
and performance of the software is with the user. Should the software |
|---|
| 23 |
prove defective, the user assumes the cost of all necessary servicing, |
|---|
| 24 |
repair or correction. In particular, neither Rensselaer Polytechnic |
|---|
| 25 |
Institute, nor the authors of the software are liable for any indirect, |
|---|
| 26 |
special, consequential, or incidental damages related to the software, |
|---|
| 27 |
to the maximum extent the law permits. --> |
|---|
| 28 |
|
|---|
| 29 |
<subscriptionColors> |
|---|
| 30 |
<!-- light pastels --> |
|---|
| 31 |
<color name="white">bwwhite</color> |
|---|
| 32 |
<color name="lt pink">bwltpink</color> |
|---|
| 33 |
<color name="lt purple">bwltpurple</color> |
|---|
| 34 |
<color name="lt steelblue">bwltsteelblue</color> |
|---|
| 35 |
<color name="lt blue">bwltblue</color> |
|---|
| 36 |
<color name="lt aquamarine">bwltaquamarine</color> |
|---|
| 37 |
<color name="lt seagreen">bwltaquamarine</color> |
|---|
| 38 |
<color name="lt green">bwltgreen</color> |
|---|
| 39 |
<color name="lt yellow">bwltyellow</color> |
|---|
| 40 |
<color name="lt salmon">bwltsalmon</color> |
|---|
| 41 |
|
|---|
| 42 |
<!-- medium pastels --> |
|---|
| 43 |
<color name="gray">bwgray</color> |
|---|
| 44 |
<color name="pink">bwpink</color> |
|---|
| 45 |
<color name="purple">bwpurple</color> |
|---|
| 46 |
<color name="steelblue">bwsteelblue</color> |
|---|
| 47 |
<color name="blue">bwblue</color> |
|---|
| 48 |
<color name="aquamarine">bwaquamarine</color> |
|---|
| 49 |
<color name="seagreen">bwseagreen</color> |
|---|
| 50 |
<color name="green">bwgreen</color> |
|---|
| 51 |
<!-- don't allow bright yellow - reserve for a hover color |
|---|
| 52 |
<color name="yellow">bwyellow</color> --> |
|---|
| 53 |
<color name="salmon">bwsalmon</color> |
|---|
| 54 |
|
|---|
| 55 |
<!-- dark pastels --> |
|---|
| 56 |
<color name="md gray">bwmdgray</color> |
|---|
| 57 |
<color name="md pink">bwmdpink</color> |
|---|
| 58 |
<color name="md purple">bwmdpurple</color> |
|---|
| 59 |
<color name="md steelblue">bwmdsteelblue</color> |
|---|
| 60 |
<color name="md blue">bwmdblue</color> |
|---|
| 61 |
<color name="md aquamarine">bwmdaquamarine</color> |
|---|
| 62 |
<color name="md seagreen">bwmdseagreen</color> |
|---|
| 63 |
<color name="md green">bwmdgreen</color> |
|---|
| 64 |
<!-- don't allow bright yellow - reserve for a hover color |
|---|
| 65 |
<color name="md yellow">bwmdyellow</color> --> |
|---|
| 66 |
<color name="md salmon">bwmdsalmon</color> |
|---|
| 67 |
</subscriptionColors> |
|---|