From ac961dbd332bb4e99b6e1cb2187e43bfc80d66ce Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Mon, 19 Sep 2016 10:13:33 -0500 Subject: [PATCH] Use colors from status.github.com --- i3pystatus/githubstatus.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3pystatus/githubstatus.py b/i3pystatus/githubstatus.py index 78e01c0..63cc860 100644 --- a/i3pystatus/githubstatus.py +++ b/i3pystatus/githubstatus.py @@ -86,9 +86,9 @@ class GitHubStatus(IntervalModule): 'major': 'GitHub', } _default_colors = { - 'good': '#00ff00', - 'minor': '#ffff00', - 'major': '#ff0000', + 'good': '#2f895c', + 'minor': '#f29d50', + 'major': '#cc3300', } status = _default_status