@@ -25,6 +25,7 @@ var Colors = {
25
25
darkcyan :"#008b8b" ,
26
26
darkgoldenrod :"#b8860b" ,
27
27
darkgray :"#a9a9a9" ,
28
+ darkgrey :"#a9a9a9" ,
28
29
darkgreen :"#006400" ,
29
30
darkkhaki :"#bdb76b" ,
30
31
darkmagenta :"#8b008b" ,
@@ -36,11 +37,13 @@ var Colors = {
36
37
darkseagreen :"#8fbc8f" ,
37
38
darkslateblue :"#483d8b" ,
38
39
darkslategray :"#2f4f4f" ,
40
+ darkslategrey :"#2f4f4f" ,
39
41
darkturquoise :"#00ced1" ,
40
42
darkviolet :"#9400d3" ,
41
43
deeppink :"#ff1493" ,
42
44
deepskyblue :"#00bfff" ,
43
45
dimgray :"#696969" ,
46
+ dimgrey :"#696969" ,
44
47
dodgerblue :"#1e90ff" ,
45
48
firebrick :"#b22222" ,
46
49
floralwhite :"#fffaf0" ,
@@ -51,6 +54,7 @@ var Colors = {
51
54
gold :"#ffd700" ,
52
55
goldenrod :"#daa520" ,
53
56
gray :"#808080" ,
57
+ grey :"#808080" ,
54
58
green :"#008000" ,
55
59
greenyellow :"#adff2f" ,
56
60
honeydew :"#f0fff0" ,
@@ -68,12 +72,14 @@ var Colors = {
68
72
lightcyan :"#e0ffff" ,
69
73
lightgoldenrodyellow :"#fafad2" ,
70
74
lightgray :"#d3d3d3" ,
75
+ lightgrey :"#d3d3d3" ,
71
76
lightgreen :"#90ee90" ,
72
77
lightpink :"#ffb6c1" ,
73
78
lightsalmon :"#ffa07a" ,
74
79
lightseagreen :"#20b2aa" ,
75
80
lightskyblue :"#87cefa" ,
76
81
lightslategray :"#778899" ,
82
+ lightslategrey :"#778899" ,
77
83
lightsteelblue :"#b0c4de" ,
78
84
lightyellow :"#ffffe0" ,
79
85
lime :"#00ff00" ,
@@ -126,6 +132,7 @@ var Colors = {
126
132
skyblue :"#87ceeb" ,
127
133
slateblue :"#6a5acd" ,
128
134
slategray :"#708090" ,
135
+ slategrey :"#708090" ,
129
136
snow :"#fffafa" ,
130
137
springgreen :"#00ff7f" ,
131
138
steelblue :"#4682b4" ,
@@ -151,6 +158,7 @@ var Colors = {
151
158
buttontext :"Text on push buttons." ,
152
159
captiontext :"Text in caption, size box, and scrollbar arrow box." ,
153
160
graytext :"Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color." ,
161
+ greytext :"Greyed (disabled) text. This color is set to #000 if the current display driver does not support a solid grey color." ,
154
162
highlight :"Item(s) selected in a control." ,
155
163
highlighttext :"Text of item(s) selected in a control." ,
156
164
inactiveborder :"Inactive window border." ,
0 commit comments