diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-26 00:14:31 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-25 19:35:02 -0700 |
commit | f75f2025025cc651dabf25403111156b8b908ee4 (patch) | |
tree | b15b3808b91773a50c6a57f36051b7ce2c77290e /src/gui/browserbox.h | |
parent | 3f6a5ed735d20977aed97b54c8472d3cd1f5c964 (diff) | |
download | mana-f75f2025025cc651dabf25403111156b8b908ee4.tar.gz mana-f75f2025025cc651dabf25403111156b8b908ee4.tar.bz2 mana-f75f2025025cc651dabf25403111156b8b908ee4.tar.xz mana-f75f2025025cc651dabf25403111156b8b908ee4.zip |
Tweaked the green color to be more readable
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r-- | src/gui/browserbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h index 4290f0a2..4bdf224b 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -124,7 +124,7 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener enum { BLACK = 0x000000, /**< Color 0 */ RED = 0xff0000, /**< Color 1 */ - GREEN = 0x1fa052, /**< Color 2 */ + GREEN = 0x009000, /**< Color 2 */ BLUE = 0x0000ff, /**< Color 3 */ ORANGE = 0xe0980e, /**< Color 4 */ YELLOW = 0xf1dc27, /**< Color 5 */ |