Add missing colors.py file

This commit is contained in:
jesopo 2019-06-24 15:54:29 +01:00
parent 9ae97627c6
commit 60a4f7aa4a

View file

@ -0,0 +1,6 @@
COLOR_BRANCH = utils.consts.ORANGE
COLOR_REPO = utils.consts.GREY
COLOR_POSITIVE = utils.consts.GREEN
COLOR_NEUTRAL = utils.consts.LIGHTGREY
COLOR_NEGATIVE = utils.consts.RED
COLOR_ID = utils.consts.PINK