Another set of colours. These are an attempt to fuse ideas from mikade and bugq, based on channel feedback/voting.
authornemo
Mon, 07 Nov 2011 17:37:00 -0500
changeset 6309 82e846e5d502
parent 6308 ef2804785a4e
child 6310 31145a87811a
Another set of colours. These are an attempt to fuse ideas from mikade and bugq, based on channel feedback/voting.
QTfrontend/hwconsts.h
--- a/QTfrontend/hwconsts.h	Sun Nov 06 16:21:07 2011 -0500
+++ b/QTfrontend/hwconsts.h	Mon Nov 07 17:37:00 2011 -0500
@@ -110,14 +110,27 @@
                               0xffffef00, /. yellow         ./ \
                               // add new colors here 
                               0 }*/
-#define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /* red    */ \
+/*
+#define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /. red    ./ \
+                              0xff4980c1, /. blue   ./ \
+                              0xff6ab530, /. green  ./ \
+                              0xffbc64c4, /. purple ./ \
+                              0xffe76d14, /. orange ./ \
+                              0xff3fb6e6, /. cyan   ./ \
+                              0xffe3e90c, /. yellow ./ \
+                              0xff61d4ac, /. mint   ./ \
+                              0xfff1c3e1, /. pink   ./ \
+                              // add new colors here
+                              0 }*/
+/* another set. this one is a merge of mikade/bugq colours w/ a bit of channel feedback */
+#define HW_TEAMCOLOR_ARRAY  { 0xffff0204, /* red    */ \
                               0xff4980c1, /* blue   */ \
-                              0xff6ab530, /* green  */ \
-                              0xffbc64c4, /* purple */ \
-                              0xffe76d14, /* orange */ \
-                              0xff3fb6e6, /* cyan   */ \
-                              0xffe3e90c, /* yellow */ \
-                              0xff61d4ac, /* mint   */ \
-                              0xfff1c3e1, /* pink   */ \
+                              0xff1de6ba, /* teal   */ \
+                              0xffb541ef, /* purple */ \
+                              0xffe55bb0, /* pink   */ \
+                              0xff20bf00, /* green  */ \
+                              0xfffe8b0e, /* orange */ \
+                              0xff5f3605, /* brown  */ \
+                              0xffffff01, /* yellow */ \
                               /* add new colors here */ \
                               0 }