OLD | NEW |
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) !important;} |
11 .cm-js-def{color:rgb(93, 176, 215);} | 11 .cm-js-def{color:rgb(93, 176, 215);} |
12 .cm-js-keyword{color:rgb(154, 127, 213);} | 12 .cm-js-keyword{color:rgb(154, 127, 213);} |
13 .cm-js-link{color:rgb(159, 180, 214);} | 13 .cm-js-link{color:rgb(159, 180, 214);} |
14 .cm-js-meta{color:rgb(221, 251, 85);} | 14 .cm-js-meta{color:rgb(221, 251, 85);} |
15 .cm-js-number{color:rgb(161, 247, 181);} | 15 .cm-js-number{color:rgb(161, 247, 181);} |
16 .cm-js-operator{color:rgb(210, 192, 87);} | 16 .cm-js-operator{color:rgb(210, 192, 87);} |
17 .cm-js-property{color:rgb(210, 192, 87);} | 17 .cm-js-property{color:rgb(210, 192, 87);} |
18 .cm-js-string{color:rgb(242, 139, 84);} | 18 .cm-js-string{color:rgb(242, 139, 84) !important;} |
19 .cm-js-string-2{color:rgb(242, 139, 84);} | 19 .cm-js-string-2{color:rgb(242, 139, 84) !important;} |
20 .cm-js-tag{color:rgb(93, 176, 215);} | 20 .cm-js-tag{color:rgb(93, 176, 215);} |
21 .cm-js-variable{color:rgb(217, 217, 217);} | 21 .cm-js-variable{color:rgb(217, 217, 217);} |
22 .cm-js-variable-2{color:rgb(217, 217, 217);} | 22 .cm-js-variable-2{color:rgb(217, 217, 217);} |
23 .cm-atom{color:rgb(161, 247, 181);} | 23 .cm-atom{color:rgb(161, 247, 181);} |
24 .cm-comment{color:rgb(116, 116, 116);} | 24 .cm-comment{color:rgb(116, 116, 116) !important;} |
25 .cm-variable{color:rgb(217, 217, 217);} | 25 .cm-variable{color:rgb(217, 217, 217);} |
26 .cm-string{color:rgb(242, 139, 84);} | 26 .cm-string{color:rgb(242, 139, 84) !important;} |
27 .cm-keyword{color:rgb(154, 127, 213);} | 27 .cm-keyword{color:rgb(154, 127, 213);} |
28 .cm-number{color:rgb(161, 247, 181);} | 28 .cm-number{color:rgb(161, 247, 181);} |
29 .cm-operator{color:rgb(210, 192, 87);} | 29 .cm-operator{color:rgb(210, 192, 87);} |
30 .cm-css-atom{color:rgb(217, 217, 217);} | 30 .cm-css-atom{color:rgb(217, 217, 217);} |
31 .cm-css-builtin{color:rgb(255, 163, 79);} | 31 .cm-css-builtin{color:rgb(255, 163, 79);} |
32 .cm-css-def{color:rgb(255, 163, 79);} | 32 .cm-css-def{color:rgb(255, 163, 79);} |
33 .cm-css-comment{color:rgb(116, 116, 116);} | 33 .cm-css-comment{color:rgb(116, 116, 116) !important;} |
34 .cm-css-meta{color:rgb(132, 240, 255);} | 34 .cm-css-meta{color:rgb(132, 240, 255);} |
35 .cm-css-number{color:rgb(217, 217, 217);} | 35 .cm-css-number{color:rgb(217, 217, 217);} |
36 .cm-css-operator{color:rgb(217, 217, 217);} | 36 .cm-css-operator{color:rgb(217, 217, 217);} |
37 .cm-css-property{color:rgb(132, 240, 255);} | 37 .cm-css-property{color:rgb(132, 240, 255);} |
38 .cm-css-qualifier{color:rgb(255, 163, 79);} | 38 .cm-css-qualifier{color:rgb(255, 163, 79);} |
39 .cm-css-string{color:rgb(231, 194, 111);} | 39 .cm-css-string{color:rgb(231, 194, 111) !important;} |
40 .cm-css-string-2{color:rgb(217, 217, 217);} | 40 .cm-css-string-2{color:rgb(217, 217, 217) !important;} |
41 .cm-css-tag{color:rgb(255, 163, 79);} | 41 .cm-css-tag{color:rgb(255, 163, 79);} |
42 .cm-css-variable{color:rgb(255, 163, 79);} | 42 .cm-css-variable{color:rgb(255, 163, 79);} |
43 .cm-css-variable-2{color:rgb(255, 163, 79);} | 43 .cm-css-variable-2{color:rgb(255, 163, 79);} |
44 .cm-xml-comment{color:rgb(137, 137, 137);} | 44 .cm-xml-comment{color:rgb(137, 137, 137) !important;} |
45 .cm-xml-error{color:rgb(198, 95, 95);} | 45 .cm-xml-error{color:rgb(198, 95, 95);} |
46 .cm-xml-string{color:rgb(242, 151, 102);} | 46 .cm-xml-string{color:rgb(242, 151, 102) !important;} |
47 .cm-xml-tag{color:rgb(93, 176, 215);} | 47 .cm-xml-tag{color:rgb(93, 176, 215);} |
48 .cm-xml-attribute{color:rgb(155, 187, 220);} | 48 .cm-xml-attribute{color:rgb(155, 187, 220);} |
49 .cm-xml-link{color:rgb(231, 194, 111);} | 49 .cm-xml-link{color:rgb(231, 194, 111);} |
50 | 50 |
51 .webkit-html-attribute-name{color:rgb(155, 187, 220);} | 51 .webkit-html-attribute-name{color:rgb(155, 187, 220);} |
52 .webkit-html-attribute-value{color:rgb(242, 151, 102);} | 52 .webkit-html-attribute-value{color:rgb(242, 151, 102);} |
53 .webkit-html-comment{color:rgb(137, 137, 137);} | 53 .webkit-html-comment{color:rgb(137, 137, 137) !important;} |
54 .webkit-html-resource-link{color:rgb(231, 194, 111);} | 54 .webkit-html-resource-link{color:rgb(231, 194, 111);} |
55 .webkit-html-external-link{color:rgb(231, 194, 111);} | 55 .webkit-html-external-link{color:rgb(231, 194, 111);} |
56 .webkit-html-tag{color:rgb(93, 176, 215);} | 56 .webkit-html-tag{color:rgb(93, 176, 215);} |
57 .webkit-html-tag-name{color:rgb(93, 176, 215);} | 57 .webkit-html-tag-name{color:rgb(93, 176, 215);} |
58 .webkit-html-close-tag-name{color:rgb(93, 176, 215);} | 58 .webkit-html-close-tag-name{color:rgb(93, 176, 215);} |
59 .webkit-html-text-node{color:rgb(207, 208, 208);} | 59 .webkit-html-text-node{color:rgb(207, 208, 208);} |
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(53, 212, 199);} | 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) !important;} |
72 .webkit-css-url{color:rgb(231, 194, 111);} | 72 .webkit-css-url{color:rgb(231, 194, 111);} |
OLD | NEW |