From d0503262ce1dbe86e2991d05b2f29b1a70ad4e4d Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 28 Sep 2016 20:50:00 -0500 Subject: [PATCH] Update color for Pittsburgh Penguins This reflects a change in their primary accent color --- i3pystatus/scores/nhl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/scores/nhl.py b/i3pystatus/scores/nhl.py index c9f450a..fd6a03f 100644 --- a/i3pystatus/scores/nhl.py +++ b/i3pystatus/scores/nhl.py @@ -182,7 +182,7 @@ class NHL(ScoresBackend): 'NYR': '#1576CA', 'OTT': '#C50B2F', 'PHI': '#FF690B', - 'PIT': '#D9CBAE', + 'PIT': '#FFB81C', 'SJS': '#007888', 'STL': '#1764AD', 'TBL': '#296AD5',