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

Unified Diff: chrome_linux/resources/inspector/cmdevtools.css

Issue 33333002: Roll Linux reference build to official build 30.0.1599.33 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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 | « chrome_linux/resources/inspector/canvasProfiler.css ('k') | chrome_linux/resources/inspector/dataGrid.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/cmdevtools.css
===================================================================
--- chrome_linux/resources/inspector/cmdevtools.css (revision 229864)
+++ chrome_linux/resources/inspector/cmdevtools.css (working copy)
@@ -195,6 +195,32 @@
z-index: -1;
}
+span.cm-js-keyword {color: rgb(170, 13, 145);}
+span.cm-js-number {color: rgb(28, 0, 207);}
+span.cm-js-comment {color: rgb(0, 116, 0);}
+span.cm-js-string {color: rgb(196, 26, 22);}
+span.cm-js-string-2 {color: rgb(196, 26, 22);}
+
+span.cm-css-keyword { color: rgb(7, 144, 154);}
+span.cm-css-number {color: rgb(50, 0, 255);}
+span.cm-css-comment {color: rgb(0, 116, 0);}
+span.cm-css-def {color: rgb(200, 0, 0);}
+span.cm-css-meta {color: rgb(200, 0, 0);}
+span.cm-css-atom {color: rgb(7, 144, 154);}
+span.cm-css-string {color: rgb(7, 144, 154);}
+span.cm-css-string-2 {color: rgb(7, 144, 154);}
+span.cm-css-link {color: rgb(7, 144, 154);}
+span.cm-css-variable {color: rgb(200, 0, 0);}
+span.cm-css-variable-2 {color: rgb(0, 0, 128);}
+span.cm-css-property {color: rgb(200, 0, 0);}
+
+span.cm-xml-meta {color: rgb(192, 192, 192);}
+span.cm-xml-comment {color: rgb(35, 110, 37);}
+span.cm-xml-string {color: rgb(26, 26, 166);}
+span.cm-xml-tag {color: rgb(136, 18, 128);}
+span.cm-xml-attribute {color: rgb(153, 69, 0);}
+span.cm-xml-link {color: #00e;}
+
.CodeMirror .webkit-html-message-bubble {
box-shadow: black 0px 2px 5px;
border-radius: 9px;
« no previous file with comments | « chrome_linux/resources/inspector/canvasProfiler.css ('k') | chrome_linux/resources/inspector/dataGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698