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

Side by Side Diff: highlight_js_8.3.0/styles/zenburn.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/xcode.css ('k') | no next file » | 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 Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
4 based on dark.css by Ivan Sagalaev
5
6 */
7
8 .hljs {
9 display: block;
10 overflow-x: auto;
11 padding: 0.5em;
12 background: #3f3f3f;
13 color: #dcdcdc;
14 -webkit-text-size-adjust: none;
15 }
16
17 .hljs-keyword,
18 .hljs-tag,
19 .css .hljs-class,
20 .css .hljs-id,
21 .lisp .hljs-title,
22 .nginx .hljs-title,
23 .hljs-request,
24 .hljs-status,
25 .clojure .hljs-attribute {
26 color: #e3ceab;
27 }
28
29 .django .hljs-template_tag,
30 .django .hljs-variable,
31 .django .hljs-filter .hljs-argument {
32 color: #dcdcdc;
33 }
34
35 .hljs-number,
36 .hljs-date {
37 color: #8cd0d3;
38 }
39
40 .dos .hljs-envvar,
41 .dos .hljs-stream,
42 .hljs-variable,
43 .apache .hljs-sqbracket {
44 color: #efdcbc;
45 }
46
47 .dos .hljs-flow,
48 .diff .hljs-change,
49 .python .exception,
50 .python .hljs-built_in,
51 .hljs-literal,
52 .tex .hljs-special {
53 color: #efefaf;
54 }
55
56 .diff .hljs-chunk,
57 .hljs-subst {
58 color: #8f8f8f;
59 }
60
61 .dos .hljs-keyword,
62 .hljs-decorator,
63 .hljs-title,
64 .hljs-type,
65 .diff .hljs-header,
66 .ruby .hljs-class .hljs-parent,
67 .apache .hljs-tag,
68 .nginx .hljs-built_in,
69 .tex .hljs-command,
70 .hljs-prompt {
71 color: #efef8f;
72 }
73
74 .dos .hljs-winutils,
75 .ruby .hljs-symbol,
76 .ruby .hljs-symbol .hljs-string,
77 .ruby .hljs-string {
78 color: #dca3a3;
79 }
80
81 .diff .hljs-deletion,
82 .hljs-string,
83 .hljs-tag .hljs-value,
84 .hljs-preprocessor,
85 .hljs-pragma,
86 .hljs-built_in,
87 .hljs-javadoc,
88 .smalltalk .hljs-class,
89 .smalltalk .hljs-localvars,
90 .smalltalk .hljs-array,
91 .css .hljs-rules .hljs-value,
92 .hljs-attr_selector,
93 .hljs-pseudo,
94 .apache .hljs-cbracket,
95 .tex .hljs-formula,
96 .coffeescript .hljs-attribute {
97 color: #cc9393;
98 }
99
100 .hljs-shebang,
101 .diff .hljs-addition,
102 .hljs-comment,
103 .hljs-annotation,
104 .hljs-template_comment,
105 .hljs-pi,
106 .hljs-doctype {
107 color: #7f9f7f;
108 }
109
110 .coffeescript .javascript,
111 .javascript .xml,
112 .tex .hljs-formula,
113 .xml .javascript,
114 .xml .vbscript,
115 .xml .css,
116 .xml .hljs-cdata {
117 opacity: 0.5;
118 }
119
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/xcode.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698