From 33b3b0fa693241816ea5c0a3bde05056641f4869 Mon Sep 17 00:00:00 2001 From: ccremers Date: Fri, 11 Aug 2006 09:49:34 +0000 Subject: [PATCH] - Better colour definitions for status --- gui/Scyther/Claim.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/Scyther/Claim.py b/gui/Scyther/Claim.py index e446008..2f4e2d1 100644 --- a/gui/Scyther/Claim.py +++ b/gui/Scyther/Claim.py @@ -105,10 +105,10 @@ class Claim(object): """ Returns a colour that expresses the state """ - colours = ['red', - 'dark red', - 'dark green', - 'pale green'] + colours = ['#FF0000', + '#800000', + '#006000', + '#00C000'] return colours[self.getRank()] def getComment(self):