From 11126dfa27c8cb45cc8dd874f6ba4c9904a4ee65 Mon Sep 17 00:00:00 2001 From: ccremers Date: Fri, 11 Aug 2006 09:51:24 +0000 Subject: [PATCH] - Better colour definitions for status --- gui/Scyther/Claim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/Scyther/Claim.py b/gui/Scyther/Claim.py index 2f4e2d1..f4c2ff7 100644 --- a/gui/Scyther/Claim.py +++ b/gui/Scyther/Claim.py @@ -106,8 +106,8 @@ class Claim(object): Returns a colour that expresses the state """ colours = ['#FF0000', - '#800000', - '#006000', + '#AA4000', + '#558000', '#00C000'] return colours[self.getRank()]