- 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
|
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user