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()]