Add new Vegas franchise to NHL team colorization (#614)
This commit is contained in:
parent
3dd5065c89
commit
f451d922c2
@ -110,6 +110,7 @@ class NHL(ScoresBackend):
|
||||
* **TBL** — Tampa Bay Lightning
|
||||
* **TOR** — Toronto Maple Leafs
|
||||
* **VAN** — Vancouver Canucks
|
||||
* **VGK** — Vegas Golden Knights
|
||||
* **WPG** — Winnipeg Jets
|
||||
* **WSH** — Washington Capitals
|
||||
'''
|
||||
@ -188,6 +189,7 @@ class NHL(ScoresBackend):
|
||||
'TBL': '#296AD5',
|
||||
'TOR': '#296AD5',
|
||||
'VAN': '#0454FA',
|
||||
'VGK': '#B4975A',
|
||||
'WPG': '#1568C5',
|
||||
'WSH': '#E51937',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user