diff options
| author | 2019-03-02 08:38:45 +0000 | |
|---|---|---|
| committer | 2019-03-02 08:38:45 +0000 | |
| commit | c45fcb34d105b19913ee74fc667315d36bdf5482 (patch) | |
| tree | fcf71d8e735310385485a692dc2edbd8937b7f0a /modules | |
| parent | We don't need a "-" to separate PR title anymore (diff) | |
| signature | ||
Change PR/issue number color to pink
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 8e9e6f09..c43b5c67 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -5,7 +5,7 @@ COLOR_BRANCH = utils.consts.ORANGE COLOR_REPO = utils.consts.GREY COLOR_POSITIVE = utils.consts.GREEN COLOR_NEGATIVE = utils.consts.RED -COLOR_ID = utils.consts.PURPLE +COLOR_ID = utils.consts.PINK FORM_ENCODED = "application/x-www-form-urlencoded" |
