Use colors from status.github.com

This commit is contained in:
Erik Johnson 2016-09-19 10:13:33 -05:00
parent c48ec987f2
commit ac961dbd33

View File

@ -86,9 +86,9 @@ class GitHubStatus(IntervalModule):
'major': 'GitHub', 'major': 'GitHub',
} }
_default_colors = { _default_colors = {
'good': '#00ff00', 'good': '#2f895c',
'minor': '#ffff00', 'minor': '#f29d50',
'major': '#ff0000', 'major': '#cc3300',
} }
status = _default_status status = _default_status