- Better colour definitions for status

This commit is contained in:
ccremers 2006-08-11 09:49:34 +00:00
parent 9ce483095d
commit 33b3b0fa69

View File

@ -105,10 +105,10 @@ class Claim(object):
""" """
Returns a colour that expresses the state Returns a colour that expresses the state
""" """
colours = ['red', colours = ['#FF0000',
'dark red', '#800000',
'dark green', '#006000',
'pale green'] '#00C000']
return colours[self.getRank()] return colours[self.getRank()]
def getComment(self): def getComment(self):