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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css

Issue 2882263002: DevTools: JS color theme bikeshedding (Closed)
Patch Set: globals are black. Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
index 0560a34956138e9d92646781fe4c44ac6239b4f1..2de2d91882a44015ed7d9ab8af389e9f470cfa93 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
@@ -32,9 +32,11 @@
.cm-js-string-2 {color: hsl(1, 99%, 39%) !important;}
.cm-js-atom {color: hsl(310, 86%, 36%);}
.cm-js-def {color: hsl(240, 73%, 38%);}
-.cm-js-operator {color: hsl(184, 71%, 31%); }
-.cm-js-variable {color: hsl(185, 30%, 39%);}
-.cm-js-property {color: black;}
+.cm-js-operator {color: hsl(27, 100%, 30%);}
+.cm-js-meta {color: hsl(27, 100%, 30%);}
+.cm-js-variable {color: hsl(0, 0%, 0%);}
+.cm-js-variable-2 {color: hsl(240, 73%, 38%);}
+.cm-js-property {color: black;}
.cm-css-keyword { color: rgb(7, 144, 154);}
.cm-css-number {color: rgb(50, 0, 255);}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698