- Better colour definitions for status
This commit is contained in:
parent
9ce483095d
commit
33b3b0fa69
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user