# HG changeset patch # User nemo # Date 1311532948 14400 # Node ID 83cb9dd544692100c64cd0f84e507fb2cbbe8439 # Parent 39962b85554068e7fea7933a7efd60877f83e9e4 set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish diff -r 39962b855540 -r 83cb9dd54469 QTfrontend/hwconsts.h --- a/QTfrontend/hwconsts.h Sun Jul 24 00:25:35 2011 -0400 +++ b/QTfrontend/hwconsts.h Sun Jul 24 14:42:28 2011 -0400 @@ -99,13 +99,24 @@ // see http://en.wikipedia.org/wiki/List_of_colors -#define HW_TEAMCOLOR_ARRAY { 0xff007fff, /* azure */ \ - 0xffdd0000, /* classic red */ \ - 0xff3e9321, /* classic green */ \ - 0xffa23dbb, /* classic purple */ \ - 0xffffb347, /* pastel orange */ \ - 0xffcfcfc4, /* pastel gray */ \ - 0xffbff000, /* lime */ \ - 0xffffef00, /* yellow */ \ +/*define HW_TEAMCOLOR_ARRAY {0xff007fff, /. azure ./ \ + 0xffdd0000, /. classic red ./ \ + 0xff3e9321, /. classic green ./ \ + 0xffa23dbb, /. classic purple ./ \ + 0xffffb347, /. pastel orange ./ \ + 0xffcfcfc4, /. pastel gray ./ \ + 0xffbff000, /. lime ./ \ + 0xffffef00, /. yellow ./ \ + // add new colors here + 0 }*/ +#define HW_TEAMCOLOR_ARRAY { 0xffd12b42, /* red */ \ + 0xff4980c1, /* blue */ \ + 0xff6ae530, /* green */ \ + 0xffbc64c4, /* purple */ \ + 0xffe76d14, /* orange */ \ + 0xff3fb6e6, /* cyan */ \ + 0xffe3e90c, /* yellow */ \ + 0xff61d4ac, /* mint */ \ + 0xff61d4ac, /* pink */ \ /* add new colors here */ \ 0 }