We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01bbc87 + 5ed4161 commit b67ecf6Copy full SHA for b67ecf6
color.rs
@@ -167,6 +167,7 @@ fn parse_color_keyword(value: &str) -> Option<Color> {
167
"pink" => (255., 192., 203.),
168
"plum" => (221., 160., 221.),
169
"powderblue" => (176., 224., 230.),
170
+ "rebeccapurple" => (102., 51., 153.),
171
"rosybrown" => (188., 143., 143.),
172
"royalblue" => (65., 105., 225.),
173
"saddlebrown" => (139., 69., 19.),
0 commit comments