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

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

Powered by Google App Engine
This is Rietveld 408576698