Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gen-cards.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen-cards.py')
-rwxr-xr-xgen-cards.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/gen-cards.py b/gen-cards.py
index a28a760..11700fd 100755
--- a/gen-cards.py
+++ b/gen-cards.py
@@ -19,14 +19,14 @@
#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#THE SOFTWARE.
-RED_STROKE = "#FF0000"
-RED_FILL = "#FFA0A0"
-BLUE_STROKE = "#0000FF"
-BLUE_FILL = "#A0A0FF"
-GREEN_STROKE = "#00C000"
-GREEN_FILL = "#90D090"
-PURPLE_STROKE = "#E000E0"
-PURPLE_FILL = "#FFA0FF"
+RED_STROKE = "#FF6040"
+RED_FILL = "#FFC4B8"
+BLUE_STROKE = "#0060C8"
+BLUE_FILL = "#ACC8E4"
+GREEN_STROKE = "#00B418"
+GREEN_FILL = "#AFE8A8"
+PURPLE_STROKE = "#780078"
+PURPLE_FILL = "#E4AAE4"
color_pairs = ([RED_STROKE,RED_FILL],
[GREEN_STROKE,GREEN_FILL],