Make green in PlayerStats darker
This commit is contained in:
@@ -248,7 +248,7 @@ class GuiPlayerStats (threading.Thread):
|
|||||||
cell.set_property('text', str)
|
cell.set_property('text', str)
|
||||||
cell.set_property('foreground', 'red')
|
cell.set_property('foreground', 'red')
|
||||||
else:
|
else:
|
||||||
cell.set_property('foreground', 'green')
|
cell.set_property('foreground', 'darkgreen')
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user