X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Fmodels.py;h=bcebb9c128069a13e7320acb657c0fa3983e4d1c;hb=eaf0782cee739e0a6d5cca1c87ba5cb8d23079cd;hp=0e68b5c786559c78c717013c6c88d33036479890;hpb=d9d40f8883c6ddc5e9f0a5d682659827a8026c99;p=xonotic%2Fxonstat.git diff --git a/xonstat/models.py b/xonstat/models.py index 0e68b5c..bcebb9c 100755 --- a/xonstat/models.py +++ b/xonstat/models.py @@ -88,10 +88,12 @@ class PlayerGameStat(object): return html_colors(self.nick) def team_html_color(self): + # blue if self.team == 5: - return "#0000FF" + return "#312AB1" + # red if self.team == 14: - return "#FF0000" + return "#FF0033" if self.team == 13: return "#FFFF00" if self.team == 10: