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

Side by Side Diff: highlight_js_8.3.0/styles/monokai.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/mono-blue.css ('k') | highlight_js_8.3.0/styles/monokai_sublime.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 Monokai style - ported by Luigi Maselli - http://grigio.org
3 */
4
5 .hljs {
6 display: block;
7 overflow-x: auto;
8 padding: 0.5em;
9 background: #272822;
10 -webkit-text-size-adjust: none;
11 }
12
13 .hljs-tag,
14 .hljs-tag .hljs-title,
15 .hljs-keyword,
16 .hljs-literal,
17 .hljs-strong,
18 .hljs-change,
19 .hljs-winutils,
20 .hljs-flow,
21 .nginx .hljs-title,
22 .tex .hljs-special {
23 color: #f92672;
24 }
25
26 .hljs {
27 color: #ddd;
28 }
29
30 .hljs .hljs-constant,
31 .asciidoc .hljs-code,
32 .markdown .hljs-code {
33 color: #66d9ef;
34 }
35
36 .hljs-code,
37 .hljs-class .hljs-title,
38 .hljs-header {
39 color: white;
40 }
41
42 .hljs-link_label,
43 .hljs-attribute,
44 .hljs-symbol,
45 .hljs-symbol .hljs-string,
46 .hljs-value,
47 .hljs-regexp {
48 color: #bf79db;
49 }
50
51 .hljs-link_url,
52 .hljs-tag .hljs-value,
53 .hljs-string,
54 .hljs-bullet,
55 .hljs-subst,
56 .hljs-title,
57 .hljs-emphasis,
58 .hljs-type,
59 .hljs-preprocessor,
60 .hljs-pragma,
61 .ruby .hljs-class .hljs-parent,
62 .hljs-built_in,
63 .django .hljs-template_tag,
64 .django .hljs-variable,
65 .smalltalk .hljs-class,
66 .hljs-javadoc,
67 .django .hljs-filter .hljs-argument,
68 .smalltalk .hljs-localvars,
69 .smalltalk .hljs-array,
70 .hljs-attr_selector,
71 .hljs-pseudo,
72 .hljs-addition,
73 .hljs-stream,
74 .hljs-envvar,
75 .apache .hljs-tag,
76 .apache .hljs-cbracket,
77 .tex .hljs-command,
78 .hljs-prompt {
79 color: #a6e22e;
80 }
81
82 .hljs-comment,
83 .hljs-annotation,
84 .smartquote,
85 .hljs-blockquote,
86 .hljs-horizontal_rule,
87 .hljs-decorator,
88 .hljs-template_comment,
89 .hljs-pi,
90 .hljs-doctype,
91 .hljs-deletion,
92 .hljs-shebang,
93 .apache .hljs-sqbracket,
94 .tex .hljs-formula {
95 color: #75715e;
96 }
97
98 .hljs-keyword,
99 .hljs-literal,
100 .css .hljs-id,
101 .hljs-phpdoc,
102 .hljs-dartdoc,
103 .hljs-title,
104 .hljs-header,
105 .hljs-type,
106 .vbscript .hljs-built_in,
107 .rsl .hljs-built_in,
108 .smalltalk .hljs-class,
109 .diff .hljs-header,
110 .hljs-chunk,
111 .hljs-winutils,
112 .bash .hljs-variable,
113 .apache .hljs-tag,
114 .tex .hljs-special,
115 .hljs-request,
116 .hljs-status {
117 font-weight: bold;
118 }
119
120 .coffeescript .javascript,
121 .javascript .xml,
122 .tex .hljs-formula,
123 .xml .javascript,
124 .xml .vbscript,
125 .xml .css,
126 .xml .hljs-cdata {
127 opacity: 0.5;
128 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/mono-blue.css ('k') | highlight_js_8.3.0/styles/monokai_sublime.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698