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

Side by Side Diff: highlight_js_8.3.0/styles/mono-blue.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/magula.css ('k') | highlight_js_8.3.0/styles/monokai.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 Five-color theme from a single blue hue.
3 */
4 .hljs {
5 display: block;
6 overflow-x: auto;
7 padding: 0.5em;
8 background: #eaeef3;
9 -webkit-text-size-adjust: none;
10 }
11
12 .hljs,
13 .hljs-list .hljs-built_in {
14 color: #00193a;
15 }
16
17 .hljs-keyword,
18 .hljs-title,
19 .hljs-important,
20 .hljs-request,
21 .hljs-header,
22 .hljs-javadoctag {
23 font-weight: bold;
24 }
25
26 .hljs-comment,
27 .hljs-chunk,
28 .hljs-template_comment {
29 color: #738191;
30 }
31
32 .hljs-string,
33 .hljs-title,
34 .hljs-parent,
35 .hljs-built_in,
36 .hljs-literal,
37 .hljs-filename,
38 .hljs-value,
39 .hljs-addition,
40 .hljs-tag,
41 .hljs-argument,
42 .hljs-link_label,
43 .hljs-blockquote,
44 .hljs-header {
45 color: #0048ab;
46 }
47
48 .hljs-decorator,
49 .hljs-prompt,
50 .hljs-yardoctag,
51 .hljs-subst,
52 .hljs-symbol,
53 .hljs-doctype,
54 .hljs-regexp,
55 .hljs-preprocessor,
56 .hljs-pragma,
57 .hljs-pi,
58 .hljs-attribute,
59 .hljs-attr_selector,
60 .hljs-javadoc,
61 .hljs-xmlDocTag,
62 .hljs-deletion,
63 .hljs-shebang,
64 .hljs-string .hljs-variable,
65 .hljs-link_url,
66 .hljs-bullet,
67 .hljs-sqbracket,
68 .hljs-phony {
69 color: #4c81c9;
70 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/magula.css ('k') | highlight_js_8.3.0/styles/monokai.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698