diff --git a/chutney/colors.py b/chutney/colors.py index e7ff588..a734954 100644 --- a/chutney/colors.py +++ b/chutney/colors.py @@ -7,3 +7,4 @@ PINK = [255, 0, 64 ] GREEN = [0, 255, 0 ] BLUE = [0, 64, 128] +DARK_ORANGE = [255, 48, 0] diff --git a/chutney/exceptions.py b/chutney/exceptions.py index 6196ff0..a97116c 100644 --- a/chutney/exceptions.py +++ b/chutney/exceptions.py @@ -1,3 +1,2 @@ - class HaltException(Exception): pass