Make green in PlayerStats darker

This commit is contained in:
Worros 2009-10-25 20:51:46 +08:00
parent 73e8544117
commit 0b049a128b

View File

@ -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