set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish
authornemo
Sun, 24 Jul 2011 14:42:28 -0400
changeset 5443 83cb9dd54469
parent 5441 39962b855540
child 5445 9ab706f2af71
set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish
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 }