diff options
| author | 2019-06-24 15:54:29 +0100 | |
|---|---|---|
| committer | 2019-06-24 15:54:29 +0100 | |
| commit | 60a4f7aa4a467e62200b8ab34ab20041c850d168 (patch) | |
| tree | 1b049a22285e29b090dc63b9febbefbb23a84135 /modules/git_webhooks | |
| parent | 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks' (diff) | |
| signature | ||
Add missing colors.py file
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/colors.py | 6 |
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 |
