Add missing colors to fix color comparison

Added magenta and cyan that were only present with their alternative
names (fuchsia and aqua). See https://en.wikipedia.org/wiki/X11_color_names#Clashes_between_web_and_X11_colors_in_the_CSS_color_scheme
pull/22/head
Dominik Ritter 6 years ago
parent 22a761208d
commit 345cf87b8f

@ -97,7 +97,9 @@ function getColorCode() {
codes[yellow]=011 codes[yellow]=011
codes[blue]=012 codes[blue]=012
codes[fuchsia]=013 codes[fuchsia]=013
codes[magenta]=013
codes[aqua]=014 codes[aqua]=014
codes[cyan]=014
codes[white]=015 codes[white]=015
codes[grey0]=016 codes[grey0]=016
codes[navyblue]=017 codes[navyblue]=017

Loading…
Cancel
Save