Skip to content

Commit 704b7c1

Browse files
committed
Fix colors to fit current CSS Color Module Level 3
1 parent f306a55 commit 704b7c1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/css/Colors.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var Colors = module.exports = {
9494
mediumaquamarine : "#66cdaa",
9595
mediumblue : "#0000cd",
9696
mediumorchid : "#ba55d3",
97-
mediumpurple : "#9370d8",
97+
mediumpurple : "#9370db",
9898
mediumseagreen : "#3cb371",
9999
mediumslateblue : "#7b68ee",
100100
mediumspringgreen : "#00fa9a",
@@ -115,7 +115,7 @@ var Colors = module.exports = {
115115
palegoldenrod : "#eee8aa",
116116
palegreen : "#98fb98",
117117
paleturquoise : "#afeeee",
118-
palevioletred : "#d87093",
118+
palevioletred : "#db7093",
119119
papayawhip : "#ffefd5",
120120
peachpuff : "#ffdab9",
121121
peru : "#cd853f",
@@ -153,8 +153,8 @@ var Colors = module.exports = {
153153
yellowgreen : "#9acd32",
154154
// 'currentColor' color keyword https: //www.w3.org/TR/css3-color/#currentcolor
155155
currentColor : "The value of the 'color' property.",
156-
// CSS2 system colors https: //www.w3.org/TR/css3-color/#css2-system
157-
activeBorder : "Active window border.",
156+
// CSS2 system colors https://www.w3.org/TR/css3-color/#css2-system
157+
activeborder : "Active window border.",
158158
activecaption : "Active window caption.",
159159
appworkspace : "Background color of multiple document interface.",
160160
background : "Desktop background.",
@@ -164,7 +164,6 @@ var Colors = module.exports = {
164164
buttontext : "Text on push buttons.",
165165
captiontext : "Text in caption, size box, and scrollbar arrow box.",
166166
graytext : "Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.",
167-
greytext : "Greyed (disabled) text. This color is set to #000 if the current display driver does not support a solid grey color.",
168167
highlight : "Item(s) selected in a control.",
169168
highlighttext : "Text of item(s) selected in a control.",
170169
inactiveborder : "Inactive window border.",

0 commit comments

Comments
 (0)