andre-filho/commit-helper

View on GitHub
commit_helper/utils/colors.py

Summary

Maintainability
A
0 mins
Test Coverage
from colored import fg
from colored import attr

# color wheel: https://pypi.org/project/colored/
HELP = fg(227)
RESET = attr(0)
MIN_ERROR = fg(160)
INPUT_COLOR = fg(6)
DEBUG_COLOR = fg(239)
NOTIFY_COLOR = fg(14)