From 410aaf16237694b9fc645435620230822a80e3a5 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 10 Oct 2013 15:56:24 +0200 Subject: [PATCH] add the "orange" and "purple" color synonyms --- colout/colout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {}