diff --git a/modules/git_webhooks/colors.py b/modules/git_webhooks/colors.py new file mode 100644 index 00000000..50ef7b59 --- /dev/null +++ b/modules/git_webhooks/colors.py @@ -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