author | harlekin <harlekin> | 2002-10-24 13:01:08 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-24 13:01:08 (UTC) |
commit | b007fdcf8708d377a25c93de49c4febb19651e1a (patch) (unidiff) | |
tree | 0164139f0c17fc6b3578e7318d09690a17e05f21 | |
parent | 6d502006357bdfa3f2f03d8227dcc7e04fdcc93c (diff) | |
download | opie-b007fdcf8708d377a25c93de49c4febb19651e1a.zip opie-b007fdcf8708d377a25c93de49c4febb19651e1a.tar.gz opie-b007fdcf8708d377a25c93de49c4febb19651e1a.tar.bz2 |
now a readable orange for orange on black color sheme
-rw-r--r-- | noncore/apps/opie-console/emulation_handler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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) { | |||
131 | break; | 131 | break; |
132 | case Profile::Orange: | 132 | case Profile::Orange: |
133 | qWarning("Foreground orange"); | 133 | qWarning("Foreground orange"); |
134 | // FIXME needs better color here | 134 | co.setRgb( 231, 184, 98 ); |
135 | co = Qt::darkYellow; | ||
136 | break; | 135 | break; |
137 | } | 136 | } |
138 | 137 | ||