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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css

Issue 1499993004: DevTools: popover, selection and other minor theme tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .cm-js-atom{color:rgb(161, 247, 181);} 7 .cm-js-atom{color:rgb(161, 247, 181);}
8 .cm-js-attribute{color:rgb(97, 148, 198);} 8 .cm-js-attribute{color:rgb(97, 148, 198);}
9 .cm-js-builtin{color:rgb(159, 180, 214);} 9 .cm-js-builtin{color:rgb(159, 180, 214);}
10 .cm-js-comment{color:rgb(116, 116, 116);} 10 .cm-js-comment{color:rgb(116, 116, 116);}
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 .webkit-html-css-node{color:rgb(207, 208, 208);} 60 .webkit-html-css-node{color:rgb(207, 208, 208);}
61 .webkit-html-js-node{color:rgb(207, 208, 208);} 61 .webkit-html-js-node{color:rgb(207, 208, 208);}
62 .webkit-html-pseudo-element{color:rgb(93, 175, 215);} 62 .webkit-html-pseudo-element{color:rgb(93, 175, 215);}
63 .webkit-css-selector{color:rgb(255, 163, 79);} 63 .webkit-css-selector{color:rgb(255, 163, 79);}
64 .webkit-css-at-rule{color:rgb(188, 164, 197);} 64 .webkit-css-at-rule{color:rgb(188, 164, 197);}
65 .webkit-css-color{color:rgb(255, 163, 79);} 65 .webkit-css-color{color:rgb(255, 163, 79);}
66 .webkit-css-comment{color:rgb(116, 116, 116);} 66 .webkit-css-comment{color:rgb(116, 116, 116);}
67 .webkit-css-important{color:rgb(255, 26, 26);} 67 .webkit-css-important{color:rgb(255, 26, 26);}
68 .webkit-css-keyword{color:rgb(255, 163, 79);} 68 .webkit-css-keyword{color:rgb(255, 163, 79);}
69 .webkit-css-number{color:rgb(217, 217, 217);} 69 .webkit-css-number{color:rgb(217, 217, 217);}
70 .webkit-css-property{color:rgb(132, 240, 255);} 70 .webkit-css-property{color: rgb(53, 212, 199);}
71 .webkit-css-string{color:rgb(231, 194, 111);} 71 .webkit-css-string{color:rgb(231, 194, 111);}
72 .webkit-css-url{color:rgb(231, 194, 111);} 72 .webkit-css-url{color:rgb(231, 194, 111);}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698