From b007fdcf8708d377a25c93de49c4febb19651e1a Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 24 Oct 2002 13:01:08 +0000 Subject: now a readable orange for orange on black color sheme --- (limited to 'noncore') diff --git a/noncore/apps/opie-console/emulation_handler.cpp b/noncore/apps/opie-console/emulation_handler.cpp index bb3dd28..b2b107e 100644 --- a/noncore/apps/opie-console/emulation_handler.cpp +++ b/noncore/apps/opie-console/emulation_handler.cpp @@ -131,8 +131,7 @@ QColor EmulationHandler::foreColor(int col) { break; case Profile::Orange: qWarning("Foreground orange"); - // FIXME needs better color here - co = Qt::darkYellow; + co.setRgb( 231, 184, 98 ); break; } -- cgit v0.9.0.2