aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/colors.py
blob: 90b2072bda8022f256350fd31d3cf63dfee36af8 (about) (plain) (blame)
1
2
3
4
5
6
7
8
from src import utils

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