From 5ed416150e3660084ddd8801070acbfb7e362e60 Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Thu, 19 Jun 2014 11:48:03 +0100 Subject: [PATCH] Adding alias for rebeccapurple (#663399). Discussion happened in https://bugzil.la/1024642. Fixes #49 --- color.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/color.rs b/color.rs index e3735af8..44d250c6 100644 --- a/color.rs +++ b/color.rs @@ -167,6 +167,7 @@ fn parse_color_keyword(value: &str) -> Option { "pink" => (255., 192., 203.), "plum" => (221., 160., 221.), "powderblue" => (176., 224., 230.), + "rebeccapurple" => (102., 51., 153.), "rosybrown" => (188., 143., 143.), "royalblue" => (65., 105., 225.), "saddlebrown" => (139., 69., 19.),