Skip to content

Adding alias for rebeccapurple (#663399). Discussion happened in https:/... #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding alias for rebeccapurple (#663399). Discussion happened in http…
  • Loading branch information
AutomatedTester committed Jun 19, 2014
commit 5ed416150e3660084ddd8801070acbfb7e362e60
1 change: 1 addition & 0 deletions color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ fn parse_color_keyword(value: &str) -> Option<Color> {
"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.),
Expand Down