Add new color
This commit is contained in:
parent
3053b8650a
commit
1747b270cb
|
@ -7,3 +7,4 @@ PINK = [255, 0, 64 ]
|
||||||
GREEN = [0, 255, 0 ]
|
GREEN = [0, 255, 0 ]
|
||||||
BLUE = [0, 64, 128]
|
BLUE = [0, 64, 128]
|
||||||
|
|
||||||
|
DARK_ORANGE = [255, 48, 0]
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
|
|
||||||
class HaltException(Exception):
|
class HaltException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue