QTfrontend/hwconsts.h
changeset 6309 82e846e5d502
parent 6015 daffc14a518a
child 6472 bced12412f94
equal deleted inserted replaced
6308:ef2804785a4e 6309:82e846e5d502
   108                               0xffcfcfc4, /. pastel gray    ./ \
   108                               0xffcfcfc4, /. pastel gray    ./ \
   109                               0xffbff000, /. lime           ./ \
   109                               0xffbff000, /. lime           ./ \
   110                               0xffffef00, /. yellow         ./ \
   110                               0xffffef00, /. yellow         ./ \
   111                               // add new colors here 
   111                               // add new colors here 
   112                               0 }*/
   112                               0 }*/
   113 #define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /* red    */ \
   113 /*
       
   114 #define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /. red    ./ \
       
   115                               0xff4980c1, /. blue   ./ \
       
   116                               0xff6ab530, /. green  ./ \
       
   117                               0xffbc64c4, /. purple ./ \
       
   118                               0xffe76d14, /. orange ./ \
       
   119                               0xff3fb6e6, /. cyan   ./ \
       
   120                               0xffe3e90c, /. yellow ./ \
       
   121                               0xff61d4ac, /. mint   ./ \
       
   122                               0xfff1c3e1, /. pink   ./ \
       
   123                               // add new colors here
       
   124                               0 }*/
       
   125 /* another set. this one is a merge of mikade/bugq colours w/ a bit of channel feedback */
       
   126 #define HW_TEAMCOLOR_ARRAY  { 0xffff0204, /* red    */ \
   114                               0xff4980c1, /* blue   */ \
   127                               0xff4980c1, /* blue   */ \
   115                               0xff6ab530, /* green  */ \
   128                               0xff1de6ba, /* teal   */ \
   116                               0xffbc64c4, /* purple */ \
   129                               0xffb541ef, /* purple */ \
   117                               0xffe76d14, /* orange */ \
   130                               0xffe55bb0, /* pink   */ \
   118                               0xff3fb6e6, /* cyan   */ \
   131                               0xff20bf00, /* green  */ \
   119                               0xffe3e90c, /* yellow */ \
   132                               0xfffe8b0e, /* orange */ \
   120                               0xff61d4ac, /* mint   */ \
   133                               0xff5f3605, /* brown  */ \
   121                               0xfff1c3e1, /* pink   */ \
   134                               0xffffff01, /* yellow */ \
   122                               /* add new colors here */ \
   135                               /* add new colors here */ \
   123                               0 }
   136                               0 }