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

Side by Side Diff: highlight_js_8.3.0/styles/ir_black.css

Issue 1771863004: Add highlight.js 8.3 from the highlight.js standalone repo. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « highlight_js_8.3.0/styles/idea.css ('k') | highlight_js_8.3.0/styles/kimbie.dark.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2 IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
3 */
4
5 .hljs {
6 display: block;
7 overflow-x: auto;
8 padding: 0.5em;
9 background: #000;
10 color: #f8f8f8;
11 -webkit-text-size-adjust: none;
12 }
13
14 .hljs-shebang,
15 .hljs-comment,
16 .hljs-template_comment,
17 .hljs-javadoc {
18 color: #7c7c7c;
19 }
20
21 .hljs-keyword,
22 .hljs-tag,
23 .tex .hljs-command,
24 .hljs-request,
25 .hljs-status,
26 .clojure .hljs-attribute {
27 color: #96cbfe;
28 }
29
30 .hljs-sub .hljs-keyword,
31 .method,
32 .hljs-list .hljs-title,
33 .nginx .hljs-title {
34 color: #ffffb6;
35 }
36
37 .hljs-string,
38 .hljs-tag .hljs-value,
39 .hljs-cdata,
40 .hljs-filter .hljs-argument,
41 .hljs-attr_selector,
42 .apache .hljs-cbracket,
43 .hljs-date,
44 .coffeescript .hljs-attribute {
45 color: #a8ff60;
46 }
47
48 .hljs-subst {
49 color: #daefa3;
50 }
51
52 .hljs-regexp {
53 color: #e9c062;
54 }
55
56 .hljs-title,
57 .hljs-sub .hljs-identifier,
58 .hljs-pi,
59 .hljs-decorator,
60 .tex .hljs-special,
61 .hljs-type,
62 .hljs-constant,
63 .smalltalk .hljs-class,
64 .hljs-javadoctag,
65 .hljs-yardoctag,
66 .hljs-phpdoc,
67 .hljs-dartdoc,
68 .nginx .hljs-built_in {
69 color: #ffffb6;
70 }
71
72 .hljs-symbol,
73 .ruby .hljs-symbol .hljs-string,
74 .hljs-number,
75 .hljs-variable,
76 .vbscript,
77 .hljs-literal {
78 color: #c6c5fe;
79 }
80
81 .css .hljs-tag {
82 color: #96cbfe;
83 }
84
85 .css .hljs-rules .hljs-property,
86 .css .hljs-id {
87 color: #ffffb6;
88 }
89
90 .css .hljs-class {
91 color: #fff;
92 }
93
94 .hljs-hexcolor {
95 color: #c6c5fe;
96 }
97
98 .hljs-number {
99 color:#ff73fd;
100 }
101
102 .coffeescript .javascript,
103 .javascript .xml,
104 .tex .hljs-formula,
105 .xml .javascript,
106 .xml .vbscript,
107 .xml .css,
108 .xml .hljs-cdata {
109 opacity: 0.7;
110 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/idea.css ('k') | highlight_js_8.3.0/styles/kimbie.dark.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698