From f451d922c29b8ec7b17244642f86a6c49b55771a Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 11 Oct 2017 11:29:18 -0500 Subject: [PATCH] Add new Vegas franchise to NHL team colorization (#614) --- i3pystatus/scores/nhl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3pystatus/scores/nhl.py b/i3pystatus/scores/nhl.py index fd6a03f..dfcdaef 100644 --- a/i3pystatus/scores/nhl.py +++ b/i3pystatus/scores/nhl.py @@ -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', }