Skip to content

Commit 173b59d

Browse files
committed
init slides
1 parent 03e4bde commit 173b59d

25 files changed

+3495
-0
lines changed

docs/slides/index.html

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.

docs/slides/plugin/highlight/highlight.esm.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/slides/plugin/highlight/highlight.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
color: #ddd;
11+
}
12+
13+
.hljs-tag,
14+
.hljs-keyword,
15+
.hljs-selector-tag,
16+
.hljs-literal,
17+
.hljs-strong,
18+
.hljs-name {
19+
color: #f92672;
20+
}
21+
22+
.hljs-code {
23+
color: #66d9ef;
24+
}
25+
26+
.hljs-class .hljs-title {
27+
color: white;
28+
}
29+
30+
.hljs-attribute,
31+
.hljs-symbol,
32+
.hljs-regexp,
33+
.hljs-link {
34+
color: #bf79db;
35+
}
36+
37+
.hljs-string,
38+
.hljs-bullet,
39+
.hljs-subst,
40+
.hljs-title,
41+
.hljs-section,
42+
.hljs-emphasis,
43+
.hljs-type,
44+
.hljs-built_in,
45+
.hljs-builtin-name,
46+
.hljs-selector-attr,
47+
.hljs-selector-pseudo,
48+
.hljs-addition,
49+
.hljs-variable,
50+
.hljs-template-tag,
51+
.hljs-template-variable {
52+
color: #a6e22e;
53+
}
54+
55+
.hljs-comment,
56+
.hljs-quote,
57+
.hljs-deletion,
58+
.hljs-meta {
59+
color: #75715e;
60+
}
61+
62+
.hljs-keyword,
63+
.hljs-selector-tag,
64+
.hljs-literal,
65+
.hljs-doctag,
66+
.hljs-title,
67+
.hljs-section,
68+
.hljs-type,
69+
.hljs-selector-id {
70+
font-weight: bold;
71+
}

0 commit comments

Comments
 (0)