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

Side by Side Diff: highlight_js_8.3.0/styles/monokai_sublime.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/monokai.css ('k') | highlight_js_8.3.0/styles/obsidian.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 Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic ense.org/
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #23241f;
12 -webkit-text-size-adjust: none;
13 }
14
15 .hljs,
16 .hljs-tag,
17 .css .hljs-rules,
18 .css .hljs-value,
19 .css .hljs-function
20 .hljs-preprocessor,
21 .hljs-pragma {
22 color: #f8f8f2;
23 }
24
25 .hljs-strongemphasis,
26 .hljs-strong,
27 .hljs-emphasis {
28 color: #a8a8a2;
29 }
30
31 .hljs-bullet,
32 .hljs-blockquote,
33 .hljs-horizontal_rule,
34 .hljs-number,
35 .hljs-regexp,
36 .alias .hljs-keyword,
37 .hljs-literal,
38 .hljs-hexcolor {
39 color: #ae81ff;
40 }
41
42 .hljs-tag .hljs-value,
43 .hljs-code,
44 .hljs-title,
45 .css .hljs-class,
46 .hljs-class .hljs-title:last-child {
47 color: #a6e22e;
48 }
49
50 .hljs-link_url {
51 font-size: 80%;
52 }
53
54 .hljs-strong,
55 .hljs-strongemphasis {
56 font-weight: bold;
57 }
58
59 .hljs-emphasis,
60 .hljs-strongemphasis,
61 .hljs-class .hljs-title:last-child {
62 font-style: italic;
63 }
64
65 .hljs-keyword,
66 .hljs-function,
67 .hljs-change,
68 .hljs-winutils,
69 .hljs-flow,
70 .nginx .hljs-title,
71 .tex .hljs-special,
72 .hljs-header,
73 .hljs-attribute,
74 .hljs-symbol,
75 .hljs-symbol .hljs-string,
76 .hljs-tag .hljs-title,
77 .hljs-value,
78 .alias .hljs-keyword:first-child,
79 .css .hljs-tag,
80 .css .unit,
81 .css .hljs-important {
82 color: #f92672;
83 }
84
85 .hljs-function .hljs-keyword,
86 .hljs-class .hljs-keyword:first-child,
87 .hljs-constant,
88 .css .hljs-attribute {
89 color: #66d9ef;
90 }
91
92 .hljs-variable,
93 .hljs-params,
94 .hljs-class .hljs-title {
95 color: #f8f8f2;
96 }
97
98 .hljs-string,
99 .css .hljs-id,
100 .hljs-subst,
101 .hljs-type,
102 .ruby .hljs-class .hljs-parent,
103 .hljs-built_in,
104 .django .hljs-template_tag,
105 .django .hljs-variable,
106 .smalltalk .hljs-class,
107 .django .hljs-filter .hljs-argument,
108 .smalltalk .hljs-localvars,
109 .smalltalk .hljs-array,
110 .hljs-attr_selector,
111 .hljs-pseudo,
112 .hljs-addition,
113 .hljs-stream,
114 .hljs-envvar,
115 .apache .hljs-tag,
116 .apache .hljs-cbracket,
117 .tex .hljs-command,
118 .hljs-prompt,
119 .hljs-link_label,
120 .hljs-link_url {
121 color: #e6db74;
122 }
123
124 .hljs-comment,
125 .hljs-javadoc,
126 .hljs-annotation,
127 .hljs-decorator,
128 .hljs-template_comment,
129 .hljs-pi,
130 .hljs-doctype,
131 .hljs-deletion,
132 .hljs-shebang,
133 .apache .hljs-sqbracket,
134 .tex .hljs-formula {
135 color: #75715e;
136 }
137
138 .coffeescript .javascript,
139 .javascript .xml,
140 .tex .hljs-formula,
141 .xml .javascript,
142 .xml .vbscript,
143 .xml .css,
144 .xml .hljs-cdata,
145 .xml .php,
146 .php .xml {
147 opacity: 0.5;
148 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/monokai.css ('k') | highlight_js_8.3.0/styles/obsidian.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698