aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/colors.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-24 15:54:29 +0100
committerGravatar jesopo2019-06-24 15:54:29 +0100
commit60a4f7aa4a467e62200b8ab34ab20041c850d168 (patch)
tree1b049a22285e29b090dc63b9febbefbb23a84135 /modules/git_webhooks/colors.py
parent'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks' (diff)
signature
Add missing colors.py file
Diffstat (limited to 'modules/git_webhooks/colors.py')
-rw-r--r--modules/git_webhooks/colors.py6
1 files changed, 6 insertions, 0 deletions
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