Change PR/issue number color to pink

This commit is contained in:
jesopo 2019-03-02 08:38:45 +00:00
parent a30bc92b94
commit c45fcb34d1

View file

@ -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"