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

Side by Side Diff: highlight_js_8.3.0/styles/arta.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/highlight.pack.js ('k') | highlight_js_8.3.0/styles/ascetic.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 Date: 17.V.2011
3 Author: pumbur <pumbur@pumbur.net>
4 */
5
6 .hljs {
7 display: block;
8 overflow-x: auto;
9 padding: 0.5em;
10 background: #222;
11 -webkit-text-size-adjust: none;
12 }
13
14 .profile .hljs-header *,
15 .ini .hljs-title,
16 .nginx .hljs-title {
17 color: #fff;
18 }
19
20 .hljs-comment,
21 .hljs-javadoc,
22 .hljs-preprocessor,
23 .hljs-preprocessor .hljs-title,
24 .hljs-pragma,
25 .hljs-shebang,
26 .profile .hljs-summary,
27 .diff,
28 .hljs-pi,
29 .hljs-doctype,
30 .hljs-tag,
31 .hljs-template_comment,
32 .css .hljs-rules,
33 .tex .hljs-special {
34 color: #444;
35 }
36
37 .hljs-string,
38 .hljs-symbol,
39 .diff .hljs-change,
40 .hljs-regexp,
41 .xml .hljs-attribute,
42 .smalltalk .hljs-char,
43 .xml .hljs-value,
44 .ini .hljs-value,
45 .clojure .hljs-attribute,
46 .coffeescript .hljs-attribute {
47 color: #ffcc33;
48 }
49
50 .hljs-number,
51 .hljs-addition {
52 color: #00cc66;
53 }
54
55 .hljs-built_in,
56 .hljs-literal,
57 .hljs-type,
58 .hljs-typename,
59 .go .hljs-constant,
60 .ini .hljs-keyword,
61 .lua .hljs-title,
62 .perl .hljs-variable,
63 .php .hljs-variable,
64 .mel .hljs-variable,
65 .django .hljs-variable,
66 .css .funtion,
67 .smalltalk .method,
68 .hljs-hexcolor,
69 .hljs-important,
70 .hljs-flow,
71 .hljs-inheritance,
72 .parser3 .hljs-variable {
73 color: #32aaee;
74 }
75
76 .hljs-keyword,
77 .hljs-tag .hljs-title,
78 .css .hljs-tag,
79 .css .hljs-class,
80 .css .hljs-id,
81 .css .hljs-pseudo,
82 .css .hljs-attr_selector,
83 .hljs-winutils,
84 .tex .hljs-command,
85 .hljs-request,
86 .hljs-status {
87 color: #6644aa;
88 }
89
90 .hljs-title,
91 .ruby .hljs-constant,
92 .vala .hljs-constant,
93 .hljs-parent,
94 .hljs-deletion,
95 .hljs-template_tag,
96 .css .hljs-keyword,
97 .objectivec .hljs-class .hljs-id,
98 .smalltalk .hljs-class,
99 .lisp .hljs-keyword,
100 .apache .hljs-tag,
101 .nginx .hljs-variable,
102 .hljs-envvar,
103 .bash .hljs-variable,
104 .go .hljs-built_in,
105 .vbscript .hljs-built_in,
106 .lua .hljs-built_in,
107 .rsl .hljs-built_in,
108 .tail,
109 .avrasm .hljs-label,
110 .tex .hljs-formula,
111 .tex .hljs-formula * {
112 color: #bb1166;
113 }
114
115 .hljs-yardoctag,
116 .hljs-phpdoc,
117 .hljs-dartdoc,
118 .profile .hljs-header,
119 .ini .hljs-title,
120 .apache .hljs-tag,
121 .parser3 .hljs-title {
122 font-weight: bold;
123 }
124
125 .coffeescript .javascript,
126 .javascript .xml,
127 .tex .hljs-formula,
128 .xml .javascript,
129 .xml .vbscript,
130 .xml .css,
131 .xml .hljs-cdata {
132 opacity: 0.6;
133 }
134
135 .hljs,
136 .hljs-subst,
137 .diff .hljs-chunk,
138 .css .hljs-value,
139 .css .hljs-attribute {
140 color: #aaa;
141 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/highlight.pack.js ('k') | highlight_js_8.3.0/styles/ascetic.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698