Add missing colors.py file
This commit is contained in:
parent
9ae97627c6
commit
60a4f7aa4a
1 changed files with 6 additions and 0 deletions
6
modules/git_webhooks/colors.py
Normal file
6
modules/git_webhooks/colors.py
Normal 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
|
Loading…
Reference in a new issue