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

Side by Side Diff: highlight_js_8.3.0/styles/magula.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/kimbie.light.css ('k') | highlight_js_8.3.0/styles/mono-blue.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 Description: Magula style for highligh.js
3 Author: Ruslan Keba <rukeba@gmail.com>
4 Website: http://rukeba.com/
5 Version: 1.0
6 Date: 2009-01-03
7 Music: Aphex Twin / Xtal
8 */
9
10 .hljs {
11 display: block;
12 overflow-x: auto;
13 padding: 0.5em;
14 background-color: #f4f4f4;
15 -webkit-text-size-adjust: none;
16 }
17
18 .hljs,
19 .hljs-subst {
20 color: black;
21 }
22
23 .hljs-string,
24 .hljs-title,
25 .hljs-parent,
26 .hljs-tag .hljs-value,
27 .hljs-rules .hljs-value,
28 .hljs-preprocessor,
29 .hljs-pragma,
30 .ruby .hljs-symbol,
31 .ruby .hljs-symbol .hljs-string,
32 .hljs-template_tag,
33 .django .hljs-variable,
34 .smalltalk .hljs-class,
35 .hljs-addition,
36 .hljs-flow,
37 .hljs-stream,
38 .bash .hljs-variable,
39 .apache .hljs-cbracket,
40 .coffeescript .hljs-attribute {
41 color: #050;
42 }
43
44 .hljs-comment,
45 .hljs-annotation,
46 .hljs-template_comment,
47 .diff .hljs-header,
48 .hljs-chunk {
49 color: #777;
50 }
51
52 .hljs-number,
53 .hljs-date,
54 .hljs-regexp,
55 .hljs-literal,
56 .smalltalk .hljs-symbol,
57 .smalltalk .hljs-char,
58 .hljs-change,
59 .tex .hljs-special {
60 color: #800;
61 }
62
63 .hljs-label,
64 .hljs-javadoc,
65 .ruby .hljs-string,
66 .hljs-decorator,
67 .hljs-filter .hljs-argument,
68 .hljs-localvars,
69 .hljs-array,
70 .hljs-attr_selector,
71 .hljs-pseudo,
72 .hljs-pi,
73 .hljs-doctype,
74 .hljs-deletion,
75 .hljs-envvar,
76 .hljs-shebang,
77 .apache .hljs-sqbracket,
78 .nginx .hljs-built_in,
79 .tex .hljs-formula,
80 .hljs-prompt,
81 .clojure .hljs-attribute {
82 color: #00e;
83 }
84
85 .hljs-keyword,
86 .hljs-id,
87 .hljs-phpdoc,
88 .hljs-dartdoc,
89 .hljs-title,
90 .hljs-built_in,
91 .smalltalk .hljs-class,
92 .hljs-winutils,
93 .bash .hljs-variable,
94 .apache .hljs-tag,
95 .xml .hljs-tag,
96 .tex .hljs-command,
97 .hljs-request,
98 .hljs-status {
99 font-weight: bold;
100 color: navy;
101 }
102
103 .nginx .hljs-built_in {
104 font-weight: normal;
105 }
106
107 .coffeescript .javascript,
108 .javascript .xml,
109 .tex .hljs-formula,
110 .xml .javascript,
111 .xml .vbscript,
112 .xml .css,
113 .xml .hljs-cdata {
114 opacity: 0.5;
115 }
116
117 /* --- */
118 .apache .hljs-tag {
119 font-weight: bold;
120 color: blue;
121 }
122
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/kimbie.light.css ('k') | highlight_js_8.3.0/styles/mono-blue.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698