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

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

Issue 330243002: Add the named color `rebeccapurple` (#639) (Closed) Base URL: git@github.com:mirrors/blink.git@master
Patch Set: Don’t change `Source/devtools/front_end/cm/css.js` Created 6 years, 6 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 84d7685385a09d212b6f8561c8fc908e56a50f82..bdd718ba68a3b9317c9dfbe86d4790d4992727e8 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