diff --git a/colout/colout.py b/colout/colout.py index fdc523d..e07d61c 100755 --- a/colout/colout.py +++ b/colout/colout.py @@ -138,8 +138,8 @@ styles = { # Available color names in 8-colors mode colors = { - "black": 0, "red": 1, "green": 2, "yellow": 3, "blue": 4, - "magenta": 5, "cyan": 6, "white": 7, "none": -1 + "black": 0, "red": 1, "green": 2, "yellow": 3, "orange":3, "blue": 4, + "magenta": 5, "purple": 5, "cyan": 6, "white": 7, "none": -1 } themes = {}