Skip to content

Commit 5ed4161

Browse files
author
AutomatedTester
committed
Adding alias for rebeccapurple (#663399). Discussion happened in https://bugzil.la/1024642. Fixes servo#49
1 parent 01bbc87 commit 5ed4161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

color.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ fn parse_color_keyword(value: &str) -> Option<Color> {
167167
"pink" => (255., 192., 203.),
168168
"plum" => (221., 160., 221.),
169169
"powderblue" => (176., 224., 230.),
170+
"rebeccapurple" => (102., 51., 153.),
170171
"rosybrown" => (188., 143., 143.),
171172
"royalblue" => (65., 105., 225.),
172173
"saddlebrown" => (139., 69., 19.),

0 commit comments

Comments
 (0)