From c45fcb34d105b19913ee74fc667315d36bdf5482 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 2 Mar 2019 08:38:45 +0000 Subject: [PATCH] Change PR/issue number color to pink --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"