Darken blue, brighten cyan to make more distinguishable, replace gold with peach. Should hopefully resolve objections about colour distinguishability
authornemo
Mon, 08 Nov 2010 14:15:26 -0500
changeset 4212 9cf7f962cc97
parent 4210 caa9b08990eb
child 4214 a362676dec6d
Darken blue, brighten cyan to make more distinguishable, replace gold with peach. Should hopefully resolve objections about colour distinguishability
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};