# HG changeset patch # User nemo # Date 1289671196 18000 # Node ID 5f589af376a51cd9c940cbcacd46e4ff5ffdaff8 # Parent 6800f1df60af02d5eb93ad60f7d890c0e73f9bfa replace orange with yellow to differentiate from peach diff -r 6800f1df60af -r 5f589af376a5 QTfrontend/hwconsts.cpp.in --- a/QTfrontend/hwconsts.cpp.in Sat Nov 13 10:28:04 2010 -0500 +++ b/QTfrontend/hwconsts.cpp.in Sat Nov 13 12:59:56 2010 -0500 @@ -89,7 +89,7 @@ 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(255, 255, 0), // classic orange new QColor(115, 115, 115), // classic gray new QColor(0, 255, 255), // cyan new QColor(255, 136, 136), // peach