Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2047)

Unified Diff: Source/devtools/front_end/common/Color.js

Issue 432773002: Add the named color `rebeccapurple` (#639) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/SVGCSSValueKeywords.in ('k') | Source/platform/ColorData.gperf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/Color.js
diff --git a/Source/devtools/front_end/common/Color.js b/Source/devtools/front_end/common/Color.js
index 1b187d1b61fe5e1379a2f79afcfe9aec16b665fb..e5e281beb4b709fff032a906c27e9023c5accd02 100644
--- a/Source/devtools/front_end/common/Color.js
+++ b/Source/devtools/front_end/common/Color.js
@@ -586,6 +586,7 @@ WebInspector.Color.Nicknames = {
"plum": [221,160,221],
"powderblue": [176,224,230],
"purple": [128,0,128],
+ "rebeccapurple": [102,51,153],
"red": [255,0,0],
"rosybrown": [188,143,143],
"royalblue": [65,105,225],
« no previous file with comments | « Source/core/css/SVGCSSValueKeywords.in ('k') | Source/platform/ColorData.gperf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698