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

Side by Side Diff: highlight_js_8.3.0/styles/dark.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/color-brewer.css ('k') | highlight_js_8.3.0/styles/default.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 Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Or g>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #444;
12 -webkit-text-size-adjust: none;
13 }
14
15 .hljs-keyword,
16 .hljs-literal,
17 .hljs-change,
18 .hljs-winutils,
19 .hljs-flow,
20 .nginx .hljs-title,
21 .tex .hljs-special {
22 color: white;
23 }
24
25 .hljs,
26 .hljs-subst {
27 color: #ddd;
28 }
29
30 .hljs-string,
31 .hljs-title,
32 .hljs-type,
33 .ini .hljs-title,
34 .hljs-tag .hljs-value,
35 .css .hljs-rules .hljs-value,
36 .hljs-preprocessor,
37 .hljs-pragma,
38 .ruby .hljs-symbol,
39 .ruby .hljs-symbol .hljs-string,
40 .ruby .hljs-class .hljs-parent,
41 .hljs-built_in,
42 .django .hljs-template_tag,
43 .django .hljs-variable,
44 .smalltalk .hljs-class,
45 .hljs-javadoc,
46 .ruby .hljs-string,
47 .django .hljs-filter .hljs-argument,
48 .smalltalk .hljs-localvars,
49 .smalltalk .hljs-array,
50 .hljs-attr_selector,
51 .hljs-pseudo,
52 .hljs-addition,
53 .hljs-stream,
54 .hljs-envvar,
55 .apache .hljs-tag,
56 .apache .hljs-cbracket,
57 .tex .hljs-command,
58 .hljs-prompt,
59 .coffeescript .hljs-attribute {
60 color: #d88;
61 }
62
63 .hljs-comment,
64 .hljs-annotation,
65 .hljs-decorator,
66 .hljs-template_comment,
67 .hljs-pi,
68 .hljs-doctype,
69 .hljs-deletion,
70 .hljs-shebang,
71 .apache .hljs-sqbracket,
72 .tex .hljs-formula {
73 color: #777;
74 }
75
76 .hljs-keyword,
77 .hljs-literal,
78 .hljs-title,
79 .css .hljs-id,
80 .hljs-phpdoc,
81 .hljs-dartdoc,
82 .hljs-type,
83 .vbscript .hljs-built_in,
84 .rsl .hljs-built_in,
85 .smalltalk .hljs-class,
86 .diff .hljs-header,
87 .hljs-chunk,
88 .hljs-winutils,
89 .bash .hljs-variable,
90 .apache .hljs-tag,
91 .tex .hljs-special,
92 .hljs-request,
93 .hljs-status {
94 font-weight: bold;
95 }
96
97 .coffeescript .javascript,
98 .javascript .xml,
99 .tex .hljs-formula,
100 .xml .javascript,
101 .xml .vbscript,
102 .xml .css,
103 .xml .hljs-cdata {
104 opacity: 0.5;
105 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/color-brewer.css ('k') | highlight_js_8.3.0/styles/default.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698