add the "orange" and "purple" color synonyms

This commit is contained in:
Johann Dreo 2013-10-10 15:56:24 +02:00
commit 410aaf1623

View file

@ -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 = {}