Skip to content

Commit b3a8bc2

Browse files
committed
Core: Add rebeccapurple to the extended names list
1 parent 9c31d37 commit b3a8bc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jquery.color.svg-names.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* jQuery Color Animations v@VERSION - SVG Color Names
33
* https://github.com/jquery/jquery-color
44
*
5-
* Remaining HTML/CSS color names per W3C's CSS Color Module Level 3.
6-
* http://www.w3.org/TR/css3-color/#svg-color
5+
* Remaining HTML/CSS color names per W3C's CSS Color Module Level 4 draft.
6+
* https://drafts.csswg.org/css-color-4/
77
*
88
* Copyright jQuery Foundation and other contributors
99
* Released under the MIT license.
@@ -120,6 +120,7 @@ jQuery.extend( jQuery.Color.names, {
120120
pink: "#ffc0cb",
121121
plum: "#dda0dd",
122122
powderblue: "#b0e0e6",
123+
rebeccapurple: "#663399",
123124
rosybrown: "#bc8f8f",
124125
royalblue: "#4169e1",
125126
saddlebrown: "#8b4513",

0 commit comments

Comments
 (0)