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

Side by Side Diff: highlight_js_8.3.0/styles/googlecode.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/github.css ('k') | highlight_js_8.3.0/styles/hybrid.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
3 Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: white;
12 color: black;
13 -webkit-text-size-adjust: none;
14 }
15
16 .hljs-comment,
17 .hljs-template_comment,
18 .hljs-javadoc {
19 color: #800;
20 }
21
22 .hljs-keyword,
23 .method,
24 .hljs-list .hljs-keyword,
25 .nginx .hljs-title,
26 .hljs-tag .hljs-title,
27 .setting .hljs-value,
28 .hljs-winutils,
29 .tex .hljs-command,
30 .http .hljs-title,
31 .hljs-request,
32 .hljs-status {
33 color: #008;
34 }
35
36 .hljs-envvar,
37 .tex .hljs-special {
38 color: #660;
39 }
40
41 .hljs-string,
42 .hljs-tag .hljs-value,
43 .hljs-cdata,
44 .hljs-filter .hljs-argument,
45 .hljs-attr_selector,
46 .apache .hljs-cbracket,
47 .hljs-date,
48 .hljs-regexp,
49 .coffeescript .hljs-attribute {
50 color: #080;
51 }
52
53 .hljs-sub .hljs-identifier,
54 .hljs-pi,
55 .hljs-tag,
56 .hljs-tag .hljs-keyword,
57 .hljs-decorator,
58 .ini .hljs-title,
59 .hljs-shebang,
60 .hljs-prompt,
61 .hljs-hexcolor,
62 .hljs-rules .hljs-value,
63 .hljs-literal,
64 .hljs-symbol,
65 .ruby .hljs-symbol .hljs-string,
66 .hljs-number,
67 .css .hljs-function,
68 .clojure .hljs-attribute {
69 color: #066;
70 }
71
72 .hljs-class .hljs-title,
73 .smalltalk .hljs-class,
74 .hljs-javadoctag,
75 .hljs-yardoctag,
76 .hljs-phpdoc,
77 .hljs-dartdoc,
78 .hljs-type,
79 .hljs-typename,
80 .hljs-tag .hljs-attribute,
81 .hljs-doctype,
82 .hljs-class .hljs-id,
83 .hljs-built_in,
84 .setting,
85 .hljs-params,
86 .hljs-variable {
87 color: #606;
88 }
89
90 .css .hljs-tag,
91 .hljs-rules .hljs-property,
92 .hljs-pseudo,
93 .hljs-subst {
94 color: #000;
95 }
96
97 .css .hljs-class,
98 .css .hljs-id {
99 color: #9b703f;
100 }
101
102 .hljs-value .hljs-important {
103 color: #ff7700;
104 font-weight: bold;
105 }
106
107 .hljs-rules .hljs-keyword {
108 color: #c5af75;
109 }
110
111 .hljs-annotation,
112 .apache .hljs-sqbracket,
113 .nginx .hljs-built_in {
114 color: #9b859d;
115 }
116
117 .hljs-preprocessor,
118 .hljs-preprocessor *,
119 .hljs-pragma {
120 color: #444;
121 }
122
123 .tex .hljs-formula {
124 background-color: #eee;
125 font-style: italic;
126 }
127
128 .diff .hljs-header,
129 .hljs-chunk {
130 color: #808080;
131 font-weight: bold;
132 }
133
134 .diff .hljs-change {
135 background-color: #bccff9;
136 }
137
138 .hljs-addition {
139 background-color: #baeeba;
140 }
141
142 .hljs-deletion {
143 background-color: #ffc8bd;
144 }
145
146 .hljs-comment .hljs-yardoctag {
147 font-weight: bold;
148 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/github.css ('k') | highlight_js_8.3.0/styles/hybrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698