jekyll-rtd-theme 0.1.6 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -9
- data/_includes/addons.liquid +8 -2
- data/_includes/addons/analytics/google.liquid +15 -1
- data/_includes/addons/source/i18n.liquid +13 -0
- data/_includes/album.liquid +7 -0
- data/_includes/assets/custom.js +0 -0
- data/_includes/assets/custom.scss +0 -0
- data/_includes/assets/site.js +125 -0
- data/_includes/breadcrumbs.liquid +8 -2
- data/_includes/extend/list.liquid +6 -6
- data/_includes/extend/toctree.liquid +17 -7
- data/_includes/footer.liquid +3 -0
- data/_includes/i18n/{en.liquid → en-US.liquid} +7 -4
- data/_includes/i18n/{zh.liquid → zh-CN.liquid} +8 -5
- data/_includes/list.liquid +4 -4
- data/_includes/reset/defaults.liquid +88 -0
- data/_includes/reset/i18n.liquid +22 -2
- data/_includes/reset/schema.liquid +6 -0
- data/_includes/reset/site_pages.liquid +8 -0
- data/_includes/reset/workdir.liquid +32 -0
- data/_includes/searchbox.liquid +1 -3
- data/_includes/toctree.liquid +3 -3
- data/_layouts/basic.liquid +108 -0
- data/_layouts/default.liquid +2 -109
- data/_sass/_album.scss +25 -0
- data/_sass/_embed.scss +23 -0
- data/_sass/{style.scss → site.scss} +16 -1
- data/assets/404.liquid +9 -0
- data/assets/css/rougify/base16.css +1 -0
- data/assets/css/rougify/base16.dark.css +1 -0
- data/assets/css/rougify/base16.light.css +1 -0
- data/assets/css/rougify/base16.monokai.css +1 -0
- data/assets/css/rougify/base16.monokai.dark.css +1 -0
- data/assets/css/rougify/base16.monokai.light.css +1 -0
- data/assets/css/rougify/base16.solarized.css +1 -0
- data/assets/css/rougify/base16.solarized.dark.css +1 -0
- data/assets/css/rougify/base16.solarized.light.css +1 -0
- data/assets/css/rougify/bw.css +1 -0
- data/assets/css/rougify/colorful.css +1 -0
- data/assets/css/rougify/github.css +1 -0
- data/assets/css/rougify/gruvbox.css +1 -0
- data/assets/css/rougify/gruvbox.dark.css +1 -0
- data/assets/css/rougify/gruvbox.light.css +1 -0
- data/assets/css/rougify/igorpro.css +1 -0
- data/assets/css/rougify/magritte.css +1 -0
- data/assets/css/rougify/molokai.css +1 -0
- data/assets/css/rougify/monokai.css +1 -0
- data/assets/css/rougify/monokai.sublime.css +1 -0
- data/assets/css/rougify/pastie.css +1 -0
- data/assets/css/rougify/thankful_eyes.css +1 -0
- data/assets/css/rougify/tulip.css +1 -0
- data/assets/pages.json +6 -0
- data/assets/search.liquid +12 -0
- data/assets/sitemap.xml +4 -4
- metadata +45 -48
- data/_includes/assets/404.liquid +0 -5
- data/_includes/assets/data.liquid +0 -12
- data/_includes/assets/js/script.js +0 -65
- data/_includes/assets/search.liquid +0 -5
- data/_includes/reset/content.liquid +0 -7
- data/_includes/reset/html.liquid +0 -9
- data/_includes/reset/navigation.liquid +0 -19
- data/_includes/reset/snippets.liquid +0 -11
- data/_includes/reset/start.liquid +0 -7
- data/_includes/reset/title.liquid +0 -10
- data/_includes/reset/variables.liquid +0 -28
- data/_includes/reset/workspace.liquid +0 -17
- data/_sass/embed.scss +0 -25
- data/_sass/rougify/base16.dark.scss +0 -78
- data/_sass/rougify/base16.light.scss +0 -77
- data/_sass/rougify/base16.monokai.dark.scss +0 -78
- data/_sass/rougify/base16.monokai.light.scss +0 -77
- data/_sass/rougify/base16.monokai.scss +0 -78
- data/_sass/rougify/base16.scss +0 -77
- data/_sass/rougify/base16.solarized.dark.scss +0 -78
- data/_sass/rougify/base16.solarized.light.scss +0 -77
- data/_sass/rougify/base16.solarized.scss +0 -77
- data/_sass/rougify/bw.scss +0 -63
- data/_sass/rougify/colorful.scss +0 -170
- data/_sass/rougify/github.scss +0 -209
- data/_sass/rougify/gruvbox.dark.scss +0 -84
- data/_sass/rougify/gruvbox.light.scss +0 -84
- data/_sass/rougify/gruvbox.scss +0 -84
- data/_sass/rougify/igorpro.scss +0 -32
- data/_sass/rougify/magritte.scss +0 -167
- data/_sass/rougify/molokai.scss +0 -208
- data/_sass/rougify/monokai.scss +0 -210
- data/_sass/rougify/monokai.sublime.scss +0 -198
- data/_sass/rougify/pastie.scss +0 -146
- data/_sass/rougify/thankful_eyes.scss +0 -172
- data/_sass/rougify/tulip.scss +0 -163
- data/assets/404.md +0 -5
- data/assets/data.json +0 -6
- data/assets/search.md +0 -5
data/_sass/rougify/igorpro.scss
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
.highlight table td { padding: 5px; }
|
2
|
-
.highlight table pre { margin: 0; }
|
3
|
-
.highlight, .highlight .w {
|
4
|
-
color: #444444;
|
5
|
-
}
|
6
|
-
.highlight .cp {
|
7
|
-
color: #CC00A3;
|
8
|
-
}
|
9
|
-
.highlight .cs {
|
10
|
-
color: #CC00A3;
|
11
|
-
}
|
12
|
-
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
|
13
|
-
color: #FF0000;
|
14
|
-
}
|
15
|
-
.highlight .kc {
|
16
|
-
color: #C34E00;
|
17
|
-
}
|
18
|
-
.highlight .kd {
|
19
|
-
color: #0000FF;
|
20
|
-
}
|
21
|
-
.highlight .kr {
|
22
|
-
color: #007575;
|
23
|
-
}
|
24
|
-
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kt, .highlight .kv {
|
25
|
-
color: #0000FF;
|
26
|
-
}
|
27
|
-
.highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
|
28
|
-
color: #009C00;
|
29
|
-
}
|
30
|
-
.highlight .nb, .highlight .bp {
|
31
|
-
color: #C34E00;
|
32
|
-
}
|
data/_sass/rougify/magritte.scss
DELETED
@@ -1,167 +0,0 @@
|
|
1
|
-
.highlight table td { padding: 5px; }
|
2
|
-
.highlight table pre { margin: 0; }
|
3
|
-
.highlight {
|
4
|
-
color: #000707;
|
5
|
-
background-color: #f3ffff;
|
6
|
-
}
|
7
|
-
.highlight .gl {
|
8
|
-
color: #f3ffff;
|
9
|
-
background-color: #000707;
|
10
|
-
}
|
11
|
-
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
|
12
|
-
color: #006c6c;
|
13
|
-
font-style: italic;
|
14
|
-
}
|
15
|
-
.highlight .cp {
|
16
|
-
color: #920241;
|
17
|
-
font-weight: bold;
|
18
|
-
}
|
19
|
-
.highlight .err {
|
20
|
-
color: #f3ffff;
|
21
|
-
background-color: #f22700;
|
22
|
-
}
|
23
|
-
.highlight .gr {
|
24
|
-
color: #f22700;
|
25
|
-
font-weight: bold;
|
26
|
-
font-style: italic;
|
27
|
-
}
|
28
|
-
.highlight .k, .highlight .kd, .highlight .kv {
|
29
|
-
color: #19003a;
|
30
|
-
font-weight: bold;
|
31
|
-
}
|
32
|
-
.highlight .o, .highlight .ow {
|
33
|
-
color: #4c48fe;
|
34
|
-
font-weight: bold;
|
35
|
-
}
|
36
|
-
.highlight .p, .highlight .pi {
|
37
|
-
color: #4c48fe;
|
38
|
-
}
|
39
|
-
.highlight .gd {
|
40
|
-
color: #f22700;
|
41
|
-
}
|
42
|
-
.highlight .gi {
|
43
|
-
color: #007500;
|
44
|
-
}
|
45
|
-
.highlight .ge {
|
46
|
-
font-style: italic;
|
47
|
-
}
|
48
|
-
.highlight .gs {
|
49
|
-
font-weight: bold;
|
50
|
-
}
|
51
|
-
.highlight .gt {
|
52
|
-
color: #000000;
|
53
|
-
background-color: #d8d9ff;
|
54
|
-
}
|
55
|
-
.highlight .kc {
|
56
|
-
color: #007500;
|
57
|
-
font-weight: bold;
|
58
|
-
}
|
59
|
-
.highlight .kn {
|
60
|
-
color: #007500;
|
61
|
-
font-weight: bold;
|
62
|
-
}
|
63
|
-
.highlight .kp {
|
64
|
-
color: #007500;
|
65
|
-
font-weight: bold;
|
66
|
-
}
|
67
|
-
.highlight .kr {
|
68
|
-
color: #007500;
|
69
|
-
font-weight: bold;
|
70
|
-
}
|
71
|
-
.highlight .gh {
|
72
|
-
color: #007500;
|
73
|
-
font-weight: bold;
|
74
|
-
}
|
75
|
-
.highlight .gu {
|
76
|
-
color: #007500;
|
77
|
-
font-weight: bold;
|
78
|
-
}
|
79
|
-
.highlight .kt {
|
80
|
-
color: #920241;
|
81
|
-
font-weight: bold;
|
82
|
-
}
|
83
|
-
.highlight .no {
|
84
|
-
color: #920241;
|
85
|
-
font-weight: bold;
|
86
|
-
}
|
87
|
-
.highlight .nc {
|
88
|
-
color: #920241;
|
89
|
-
font-weight: bold;
|
90
|
-
}
|
91
|
-
.highlight .nd {
|
92
|
-
color: #920241;
|
93
|
-
font-weight: bold;
|
94
|
-
}
|
95
|
-
.highlight .nn {
|
96
|
-
color: #920241;
|
97
|
-
font-weight: bold;
|
98
|
-
}
|
99
|
-
.highlight .bp {
|
100
|
-
color: #920241;
|
101
|
-
font-weight: bold;
|
102
|
-
}
|
103
|
-
.highlight .ne {
|
104
|
-
color: #920241;
|
105
|
-
font-weight: bold;
|
106
|
-
}
|
107
|
-
.highlight .nl {
|
108
|
-
color: #840084;
|
109
|
-
font-weight: bold;
|
110
|
-
}
|
111
|
-
.highlight .nt {
|
112
|
-
color: #840084;
|
113
|
-
font-weight: bold;
|
114
|
-
}
|
115
|
-
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
116
|
-
color: #007500;
|
117
|
-
font-weight: bold;
|
118
|
-
}
|
119
|
-
.highlight .ld {
|
120
|
-
color: #007500;
|
121
|
-
font-weight: bold;
|
122
|
-
}
|
123
|
-
.highlight .ss {
|
124
|
-
color: #007500;
|
125
|
-
}
|
126
|
-
.highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
|
127
|
-
color: #7c0000;
|
128
|
-
font-weight: bold;
|
129
|
-
}
|
130
|
-
.highlight .se {
|
131
|
-
color: #840084;
|
132
|
-
font-weight: bold;
|
133
|
-
}
|
134
|
-
.highlight .sc {
|
135
|
-
color: #840084;
|
136
|
-
font-weight: bold;
|
137
|
-
}
|
138
|
-
.highlight .si {
|
139
|
-
color: #840084;
|
140
|
-
font-weight: bold;
|
141
|
-
}
|
142
|
-
.highlight .nb {
|
143
|
-
font-weight: bold;
|
144
|
-
}
|
145
|
-
.highlight .ni {
|
146
|
-
color: #999999;
|
147
|
-
font-weight: bold;
|
148
|
-
}
|
149
|
-
.highlight .w {
|
150
|
-
color: #BBBBBB;
|
151
|
-
}
|
152
|
-
.highlight .go {
|
153
|
-
color: #19003a;
|
154
|
-
}
|
155
|
-
.highlight .nf, .highlight .fm {
|
156
|
-
color: #ff0089;
|
157
|
-
}
|
158
|
-
.highlight .py {
|
159
|
-
color: #ff0089;
|
160
|
-
}
|
161
|
-
.highlight .na {
|
162
|
-
color: #ff0089;
|
163
|
-
}
|
164
|
-
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
|
165
|
-
color: #ff0089;
|
166
|
-
font-weight: bold;
|
167
|
-
}
|
data/_sass/rougify/molokai.scss
DELETED
@@ -1,208 +0,0 @@
|
|
1
|
-
.highlight table td { padding: 5px; }
|
2
|
-
.highlight table pre { margin: 0; }
|
3
|
-
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
|
4
|
-
color: #5e5d83;
|
5
|
-
font-style: italic;
|
6
|
-
}
|
7
|
-
.highlight .cm {
|
8
|
-
color: #5e5d83;
|
9
|
-
font-style: italic;
|
10
|
-
}
|
11
|
-
.highlight .c1 {
|
12
|
-
color: #5e5d83;
|
13
|
-
font-style: italic;
|
14
|
-
}
|
15
|
-
.highlight .cp {
|
16
|
-
color: #465457;
|
17
|
-
font-weight: bold;
|
18
|
-
}
|
19
|
-
.highlight .cs {
|
20
|
-
color: #465457;
|
21
|
-
font-weight: bold;
|
22
|
-
font-style: italic;
|
23
|
-
}
|
24
|
-
.highlight .err {
|
25
|
-
color: #f8f8f2;
|
26
|
-
background-color: #403d3d;
|
27
|
-
}
|
28
|
-
.highlight .gi {
|
29
|
-
color: #a6e22e;
|
30
|
-
}
|
31
|
-
.highlight .gd {
|
32
|
-
color: #f92672;
|
33
|
-
}
|
34
|
-
.highlight .ge {
|
35
|
-
color: #1b1d1e;
|
36
|
-
font-style: italic;
|
37
|
-
}
|
38
|
-
.highlight .gr {
|
39
|
-
color: #f92672;
|
40
|
-
}
|
41
|
-
.highlight .gt {
|
42
|
-
color: #f92672;
|
43
|
-
}
|
44
|
-
.highlight .gh {
|
45
|
-
color: #403d3d;
|
46
|
-
}
|
47
|
-
.highlight .go {
|
48
|
-
color: #403d3d;
|
49
|
-
}
|
50
|
-
.highlight .gp {
|
51
|
-
color: #66d9ef;
|
52
|
-
}
|
53
|
-
.highlight .gs {
|
54
|
-
font-weight: bold;
|
55
|
-
}
|
56
|
-
.highlight .gu {
|
57
|
-
color: #465457;
|
58
|
-
}
|
59
|
-
.highlight .k, .highlight .kv {
|
60
|
-
color: #66d9ef;
|
61
|
-
font-weight: bold;
|
62
|
-
}
|
63
|
-
.highlight .kc {
|
64
|
-
color: #66d9ef;
|
65
|
-
font-weight: bold;
|
66
|
-
}
|
67
|
-
.highlight .kd {
|
68
|
-
color: #66d9ef;
|
69
|
-
font-weight: bold;
|
70
|
-
}
|
71
|
-
.highlight .kp {
|
72
|
-
color: #66d9ef;
|
73
|
-
font-weight: bold;
|
74
|
-
}
|
75
|
-
.highlight .kr {
|
76
|
-
color: #66d9ef;
|
77
|
-
font-weight: bold;
|
78
|
-
}
|
79
|
-
.highlight .kt {
|
80
|
-
color: #66d9ef;
|
81
|
-
font-weight: bold;
|
82
|
-
}
|
83
|
-
.highlight .kn {
|
84
|
-
color: #f92672;
|
85
|
-
font-weight: bold;
|
86
|
-
}
|
87
|
-
.highlight .ow {
|
88
|
-
color: #f92672;
|
89
|
-
font-weight: bold;
|
90
|
-
}
|
91
|
-
.highlight .o {
|
92
|
-
color: #f92672;
|
93
|
-
font-weight: bold;
|
94
|
-
}
|
95
|
-
.highlight .mf {
|
96
|
-
color: #af87ff;
|
97
|
-
}
|
98
|
-
.highlight .mh {
|
99
|
-
color: #af87ff;
|
100
|
-
}
|
101
|
-
.highlight .il {
|
102
|
-
color: #af87ff;
|
103
|
-
}
|
104
|
-
.highlight .mi {
|
105
|
-
color: #af87ff;
|
106
|
-
}
|
107
|
-
.highlight .mo {
|
108
|
-
color: #af87ff;
|
109
|
-
}
|
110
|
-
.highlight .m, .highlight .mb, .highlight .mx {
|
111
|
-
color: #af87ff;
|
112
|
-
}
|
113
|
-
.highlight .se {
|
114
|
-
color: #af87ff;
|
115
|
-
}
|
116
|
-
.highlight .sb {
|
117
|
-
color: #d7d787;
|
118
|
-
}
|
119
|
-
.highlight .sc {
|
120
|
-
color: #d7d787;
|
121
|
-
}
|
122
|
-
.highlight .sd {
|
123
|
-
color: #d7d787;
|
124
|
-
}
|
125
|
-
.highlight .s2 {
|
126
|
-
color: #d7d787;
|
127
|
-
}
|
128
|
-
.highlight .sh {
|
129
|
-
color: #d7d787;
|
130
|
-
}
|
131
|
-
.highlight .si {
|
132
|
-
color: #d7d787;
|
133
|
-
}
|
134
|
-
.highlight .sx {
|
135
|
-
color: #d7d787;
|
136
|
-
}
|
137
|
-
.highlight .sr {
|
138
|
-
color: #d7d787;
|
139
|
-
}
|
140
|
-
.highlight .s1 {
|
141
|
-
color: #d7d787;
|
142
|
-
}
|
143
|
-
.highlight .ss {
|
144
|
-
color: #d7d787;
|
145
|
-
}
|
146
|
-
.highlight .s, .highlight .sa, .highlight .dl {
|
147
|
-
color: #d7d787;
|
148
|
-
}
|
149
|
-
.highlight .na {
|
150
|
-
color: #a6e22e;
|
151
|
-
}
|
152
|
-
.highlight .nc {
|
153
|
-
color: #a6e22e;
|
154
|
-
font-weight: bold;
|
155
|
-
}
|
156
|
-
.highlight .nd {
|
157
|
-
color: #a6e22e;
|
158
|
-
font-weight: bold;
|
159
|
-
}
|
160
|
-
.highlight .ne {
|
161
|
-
color: #a6e22e;
|
162
|
-
font-weight: bold;
|
163
|
-
}
|
164
|
-
.highlight .nf, .highlight .fm {
|
165
|
-
color: #a6e22e;
|
166
|
-
font-weight: bold;
|
167
|
-
}
|
168
|
-
.highlight .no {
|
169
|
-
color: #66d9ef;
|
170
|
-
}
|
171
|
-
.highlight .bp {
|
172
|
-
color: #f8f8f2;
|
173
|
-
}
|
174
|
-
.highlight .nb {
|
175
|
-
color: #f8f8f2;
|
176
|
-
}
|
177
|
-
.highlight .ni {
|
178
|
-
color: #f8f8f2;
|
179
|
-
}
|
180
|
-
.highlight .nn {
|
181
|
-
color: #f8f8f2;
|
182
|
-
}
|
183
|
-
.highlight .vc {
|
184
|
-
color: #f8f8f2;
|
185
|
-
}
|
186
|
-
.highlight .vg {
|
187
|
-
color: #f8f8f2;
|
188
|
-
}
|
189
|
-
.highlight .vi {
|
190
|
-
color: #f8f8f2;
|
191
|
-
}
|
192
|
-
.highlight .nv, .highlight .vm {
|
193
|
-
color: #f8f8f2;
|
194
|
-
}
|
195
|
-
.highlight .w {
|
196
|
-
color: #f8f8f2;
|
197
|
-
}
|
198
|
-
.highlight .nl {
|
199
|
-
color: #f8f8f2;
|
200
|
-
font-weight: bold;
|
201
|
-
}
|
202
|
-
.highlight .nt {
|
203
|
-
color: #f92672;
|
204
|
-
}
|
205
|
-
.highlight {
|
206
|
-
color: #f8f8f2;
|
207
|
-
background-color: #1b1d1e;
|
208
|
-
}
|
data/_sass/rougify/monokai.scss
DELETED
@@ -1,210 +0,0 @@
|
|
1
|
-
.highlight table td { padding: 5px; }
|
2
|
-
.highlight table pre { margin: 0; }
|
3
|
-
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
|
4
|
-
color: #75715e;
|
5
|
-
font-style: italic;
|
6
|
-
}
|
7
|
-
.highlight .cm {
|
8
|
-
color: #75715e;
|
9
|
-
font-style: italic;
|
10
|
-
}
|
11
|
-
.highlight .c1 {
|
12
|
-
color: #75715e;
|
13
|
-
font-style: italic;
|
14
|
-
}
|
15
|
-
.highlight .cp {
|
16
|
-
color: #75715e;
|
17
|
-
font-weight: bold;
|
18
|
-
}
|
19
|
-
.highlight .cs {
|
20
|
-
color: #75715e;
|
21
|
-
font-weight: bold;
|
22
|
-
font-style: italic;
|
23
|
-
}
|
24
|
-
.highlight .err {
|
25
|
-
color: #960050;
|
26
|
-
background-color: #1e0010;
|
27
|
-
}
|
28
|
-
.highlight .gi {
|
29
|
-
color: #ffffff;
|
30
|
-
background-color: #324932;
|
31
|
-
}
|
32
|
-
.highlight .gd {
|
33
|
-
color: #ffffff;
|
34
|
-
background-color: #493131;
|
35
|
-
}
|
36
|
-
.highlight .ge {
|
37
|
-
color: #000000;
|
38
|
-
font-style: italic;
|
39
|
-
}
|
40
|
-
.highlight .gr {
|
41
|
-
color: #aa0000;
|
42
|
-
}
|
43
|
-
.highlight .gt {
|
44
|
-
color: #aa0000;
|
45
|
-
}
|
46
|
-
.highlight .gh {
|
47
|
-
color: #999999;
|
48
|
-
}
|
49
|
-
.highlight .go {
|
50
|
-
color: #888888;
|
51
|
-
}
|
52
|
-
.highlight .gp {
|
53
|
-
color: #555555;
|
54
|
-
}
|
55
|
-
.highlight .gs {
|
56
|
-
font-weight: bold;
|
57
|
-
}
|
58
|
-
.highlight .gu {
|
59
|
-
color: #aaaaaa;
|
60
|
-
}
|
61
|
-
.highlight .k, .highlight .kv {
|
62
|
-
color: #66d9ef;
|
63
|
-
font-weight: bold;
|
64
|
-
}
|
65
|
-
.highlight .kc {
|
66
|
-
color: #66d9ef;
|
67
|
-
font-weight: bold;
|
68
|
-
}
|
69
|
-
.highlight .kd {
|
70
|
-
color: #66d9ef;
|
71
|
-
font-weight: bold;
|
72
|
-
}
|
73
|
-
.highlight .kp {
|
74
|
-
color: #66d9ef;
|
75
|
-
font-weight: bold;
|
76
|
-
}
|
77
|
-
.highlight .kr {
|
78
|
-
color: #66d9ef;
|
79
|
-
font-weight: bold;
|
80
|
-
}
|
81
|
-
.highlight .kt {
|
82
|
-
color: #66d9ef;
|
83
|
-
font-weight: bold;
|
84
|
-
}
|
85
|
-
.highlight .kn {
|
86
|
-
color: #f92672;
|
87
|
-
font-weight: bold;
|
88
|
-
}
|
89
|
-
.highlight .ow {
|
90
|
-
color: #f92672;
|
91
|
-
font-weight: bold;
|
92
|
-
}
|
93
|
-
.highlight .o {
|
94
|
-
color: #f92672;
|
95
|
-
font-weight: bold;
|
96
|
-
}
|
97
|
-
.highlight .mf {
|
98
|
-
color: #ae81ff;
|
99
|
-
}
|
100
|
-
.highlight .mh {
|
101
|
-
color: #ae81ff;
|
102
|
-
}
|
103
|
-
.highlight .il {
|
104
|
-
color: #ae81ff;
|
105
|
-
}
|
106
|
-
.highlight .mi {
|
107
|
-
color: #ae81ff;
|
108
|
-
}
|
109
|
-
.highlight .mo {
|
110
|
-
color: #ae81ff;
|
111
|
-
}
|
112
|
-
.highlight .m, .highlight .mb, .highlight .mx {
|
113
|
-
color: #ae81ff;
|
114
|
-
}
|
115
|
-
.highlight .se {
|
116
|
-
color: #ae81ff;
|
117
|
-
}
|
118
|
-
.highlight .sb {
|
119
|
-
color: #e6db74;
|
120
|
-
}
|
121
|
-
.highlight .sc {
|
122
|
-
color: #e6db74;
|
123
|
-
}
|
124
|
-
.highlight .sd {
|
125
|
-
color: #e6db74;
|
126
|
-
}
|
127
|
-
.highlight .s2 {
|
128
|
-
color: #e6db74;
|
129
|
-
}
|
130
|
-
.highlight .sh {
|
131
|
-
color: #e6db74;
|
132
|
-
}
|
133
|
-
.highlight .si {
|
134
|
-
color: #e6db74;
|
135
|
-
}
|
136
|
-
.highlight .sx {
|
137
|
-
color: #e6db74;
|
138
|
-
}
|
139
|
-
.highlight .sr {
|
140
|
-
color: #e6db74;
|
141
|
-
}
|
142
|
-
.highlight .s1 {
|
143
|
-
color: #e6db74;
|
144
|
-
}
|
145
|
-
.highlight .ss {
|
146
|
-
color: #e6db74;
|
147
|
-
}
|
148
|
-
.highlight .s, .highlight .sa, .highlight .dl {
|
149
|
-
color: #e6db74;
|
150
|
-
}
|
151
|
-
.highlight .na {
|
152
|
-
color: #a6e22e;
|
153
|
-
}
|
154
|
-
.highlight .nc {
|
155
|
-
color: #a6e22e;
|
156
|
-
font-weight: bold;
|
157
|
-
}
|
158
|
-
.highlight .nd {
|
159
|
-
color: #a6e22e;
|
160
|
-
font-weight: bold;
|
161
|
-
}
|
162
|
-
.highlight .ne {
|
163
|
-
color: #a6e22e;
|
164
|
-
font-weight: bold;
|
165
|
-
}
|
166
|
-
.highlight .nf, .highlight .fm {
|
167
|
-
color: #a6e22e;
|
168
|
-
font-weight: bold;
|
169
|
-
}
|
170
|
-
.highlight .no {
|
171
|
-
color: #66d9ef;
|
172
|
-
}
|
173
|
-
.highlight .bp {
|
174
|
-
color: #f8f8f2;
|
175
|
-
}
|
176
|
-
.highlight .nb {
|
177
|
-
color: #f8f8f2;
|
178
|
-
}
|
179
|
-
.highlight .ni {
|
180
|
-
color: #f8f8f2;
|
181
|
-
}
|
182
|
-
.highlight .nn {
|
183
|
-
color: #f8f8f2;
|
184
|
-
}
|
185
|
-
.highlight .vc {
|
186
|
-
color: #f8f8f2;
|
187
|
-
}
|
188
|
-
.highlight .vg {
|
189
|
-
color: #f8f8f2;
|
190
|
-
}
|
191
|
-
.highlight .vi {
|
192
|
-
color: #f8f8f2;
|
193
|
-
}
|
194
|
-
.highlight .nv, .highlight .vm {
|
195
|
-
color: #f8f8f2;
|
196
|
-
}
|
197
|
-
.highlight .w {
|
198
|
-
color: #f8f8f2;
|
199
|
-
}
|
200
|
-
.highlight .nl {
|
201
|
-
color: #f8f8f2;
|
202
|
-
font-weight: bold;
|
203
|
-
}
|
204
|
-
.highlight .nt {
|
205
|
-
color: #f92672;
|
206
|
-
}
|
207
|
-
.highlight {
|
208
|
-
color: #f8f8f2;
|
209
|
-
background-color: #49483e;
|
210
|
-
}
|