aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/colors.py
blob: 50ef7b59a9e6d33555e84a240d9c7ad182593857 (about) (plain) (blame)
1
2
3
4
5
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