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
|
* **TBL** — Tampa Bay Lightning
|
||||||
* **TOR** — Toronto Maple Leafs
|
* **TOR** — Toronto Maple Leafs
|
||||||
* **VAN** — Vancouver Canucks
|
* **VAN** — Vancouver Canucks
|
||||||
|
* **VGK** — Vegas Golden Knights
|
||||||
* **WPG** — Winnipeg Jets
|
* **WPG** — Winnipeg Jets
|
||||||
* **WSH** — Washington Capitals
|
* **WSH** — Washington Capitals
|
||||||
'''
|
'''
|
||||||
@ -188,6 +189,7 @@ class NHL(ScoresBackend):
|
|||||||
'TBL': '#296AD5',
|
'TBL': '#296AD5',
|
||||||
'TOR': '#296AD5',
|
'TOR': '#296AD5',
|
||||||
'VAN': '#0454FA',
|
'VAN': '#0454FA',
|
||||||
|
'VGK': '#B4975A',
|
||||||
'WPG': '#1568C5',
|
'WPG': '#1568C5',
|
||||||
'WSH': '#E51937',
|
'WSH': '#E51937',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user