aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-03-02 08:38:45 +0000
committerGravatar jesopo2019-03-02 08:38:45 +0000
commitc45fcb34d105b19913ee74fc667315d36bdf5482 (patch)
treefcf71d8e735310385485a692dc2edbd8937b7f0a /modules/github
parentWe don't need a "-" to separate PR title anymore (diff)
signature
Change PR/issue number color to pink
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
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"