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',
}
_default_colors = {
'good': '#00ff00',
'minor': '#ffff00',
'major': '#ff0000',
'good': '#2f895c',
'minor': '#f29d50',
'major': '#cc3300',
}
status = _default_status