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