add the "orange" and "purple" color synonyms
This commit is contained in:
parent
f59b9dfaf1
commit
410aaf1623
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue