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
|
# Available color names in 8-colors mode
|
||||||
colors = {
|
colors = {
|
||||||
"black": 0, "red": 1, "green": 2, "yellow": 3, "blue": 4,
|
"black": 0, "red": 1, "green": 2, "yellow": 3, "orange":3, "blue": 4,
|
||||||
"magenta": 5, "cyan": 6, "white": 7, "none": -1
|
"magenta": 5, "purple": 5, "cyan": 6, "white": 7, "none": -1
|
||||||
}
|
}
|
||||||
|
|
||||||
themes = {}
|
themes = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue