Skip to content

Commit b67ecf6

Browse files
committed
Merge pull request #50 from AutomatedTester/rebeccapurple
Adding alias for rebeccapurple (#663399). Discussion happened in https:/...
2 parents 01bbc87 + 5ed4161 commit b67ecf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

color.rs

+1
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)