Use colors from status.github.com
This commit is contained in:
parent
c48ec987f2
commit
ac961dbd33
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user