From 60a4f7aa4a467e62200b8ab34ab20041c850d168 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 24 Jun 2019 15:54:29 +0100 Subject: Add missing colors.py file --- modules/git_webhooks/colors.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/git_webhooks/colors.py (limited to 'modules/git_webhooks/colors.py') 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 -- cgit v1.3.1-10-gc9f91