# HG changeset patch
# User nemo
# Date 1289243726 18000
# Node ID 9cf7f962cc97a7bc30ca93c143a8b371a0fe9a8e
# Parent  caa9b08990eba0ba6a313ac3034f752365f7acd5
Darken blue, brighten cyan to make more distinguishable, replace gold with peach.  Should hopefully resolve objections about colour distinguishability

diff -r caa9b08990eb -r 9cf7f962cc97 QTfrontend/hwconsts.cpp.in
--- a/QTfrontend/hwconsts.cpp.in	Sun Nov 07 18:35:21 2010 -0500
+++ b/QTfrontend/hwconsts.cpp.in	Mon Nov 08 14:15:26 2010 -0500
@@ -80,13 +80,13 @@
 
 QColor *colors[] = {
                     new QColor(221,   0,   0), // classic red
-                    new QColor( 67, 118, 233), // classic blue
+                    new QColor( 51, 102, 217), // dark blue
                     new QColor( 62, 147,  33), // classic green
                     new QColor(162,  61, 187), // classic purple
                     new QColor(255, 147,  41), // classic orange
                     new QColor(115, 115, 115), // classic gray
-                    new QColor(187, 162,  61), // gold
-                    new QColor( 61, 162, 187), // cyan
+                    new QColor(0, 255, 255),   // cyan
+                    new QColor(255, 136, 136), // peach
                     // add new colors here
                     0};