jekyll-theme-unity 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +56 -0
- data/_config.yml +135 -0
- data/_includes/assets/Google-Analytics.html +12 -0
- data/_includes/assets/anchor-headings.html +164 -0
- data/_includes/assets/btt.html +5 -0
- data/_includes/assets/code-header.html +6 -0
- data/_includes/assets/noscript.html +3 -0
- data/_includes/assets/site-banner.html +9 -0
- data/_includes/assets/site-top-bar.html +10 -0
- data/_includes/assets/toc.html +174 -0
- data/_includes/assets/youtube-embed.html +6 -0
- data/_includes/footer.html +39 -0
- data/_includes/head.html +21 -0
- data/_includes/header.html +49 -0
- data/_layouts/default.html +23 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +52 -0
- data/_layouts/post_home.html +105 -0
- data/_sass/Material/baseline.scss +18 -0
- data/_sass/Material/colors.scss +130 -0
- data/_sass/Material/elevation.scss +62 -0
- data/_sass/Material/motion.scss +180 -0
- data/_sass/Material/palette.scss +118 -0
- data/_sass/Material/shape.scss +109 -0
- data/_sass/Material/state.scss +35 -0
- data/_sass/Material/typography.scss +505 -0
- data/_sass/custom/layout.scss +1 -0
- data/_sass/custom/styles_variables.scss +70 -0
- data/_sass/custom/variables.scss +1 -0
- data/_sass/jekyll-theme-unity.scss +1 -0
- data/_sass/layout/base.scss +525 -0
- data/_sass/layout/highlight-dark.scss +357 -0
- data/_sass/layout/highlight-light.scss +202 -0
- data/_sass/layout/layout.scss +581 -0
- data/_sass/layout/styles_variables.scss +156 -0
- data/_sass/variables.scss +170 -0
- data/assets/css/style.scss +10 -0
- data/assets/image/404.svg +34 -0
- data/assets/image/Unity.png +0 -0
- data/assets/image/bg-banner.png +0 -0
- data/assets/image/favicons/android-chrome-192x192.png +0 -0
- data/assets/image/favicons/android-chrome-512x512.png +0 -0
- data/assets/image/favicons/apple-touch-icon-120x120.png +0 -0
- data/assets/image/favicons/apple-touch-icon-152x152.png +0 -0
- data/assets/image/favicons/apple-touch-icon-180x180.png +0 -0
- data/assets/image/favicons/apple-touch-icon-60x60.png +0 -0
- data/assets/image/favicons/apple-touch-icon-76x76.png +0 -0
- data/assets/image/favicons/apple-touch-icon.png +0 -0
- data/assets/image/favicons/browserconfig.xml +12 -0
- data/assets/image/favicons/favicon-16x16.png +0 -0
- data/assets/image/favicons/favicon-32x32.png +0 -0
- data/assets/image/favicons/favicon.ico +0 -0
- data/assets/image/favicons/mstile-150x150.png +0 -0
- data/assets/image/favicons/mstile-310x150.png +0 -0
- data/assets/image/favicons/mstile-310x310.png +0 -0
- data/assets/image/favicons/mstile-70x70.png +0 -0
- data/assets/image/favicons/safari-pinned-tab.svg +22 -0
- data/assets/image/favicons/site.webmanifest +17 -0
- data/assets/image/mobile.png +0 -0
- data/assets/js/main.js +228 -0
- data/bin/run +196 -0
- metadata +195 -0
@@ -0,0 +1,357 @@
|
|
1
|
+
.highlight .hll {
|
2
|
+
background-color: #515151;
|
3
|
+
}
|
4
|
+
|
5
|
+
.highlight .c {
|
6
|
+
color: #747369;
|
7
|
+
}
|
8
|
+
|
9
|
+
/* Comment */
|
10
|
+
.highlight .err {
|
11
|
+
color: #f2777a;
|
12
|
+
}
|
13
|
+
|
14
|
+
/* Error */
|
15
|
+
.highlight .k {
|
16
|
+
color: #cc99cc;
|
17
|
+
}
|
18
|
+
|
19
|
+
/* Keyword */
|
20
|
+
.highlight .l {
|
21
|
+
color: #f99157;
|
22
|
+
}
|
23
|
+
|
24
|
+
/* Literal */
|
25
|
+
.highlight .n {
|
26
|
+
color: #f2f0ec;
|
27
|
+
}
|
28
|
+
|
29
|
+
/* Name */
|
30
|
+
.highlight .o {
|
31
|
+
color: #66cccc;
|
32
|
+
}
|
33
|
+
|
34
|
+
/* Operator */
|
35
|
+
.highlight .p {
|
36
|
+
color: #f2f0ec;
|
37
|
+
}
|
38
|
+
|
39
|
+
/* Punctuation */
|
40
|
+
.highlight .ch {
|
41
|
+
color: #747369;
|
42
|
+
}
|
43
|
+
|
44
|
+
/* Comment.Hashbang */
|
45
|
+
.highlight .cm {
|
46
|
+
color: #747369;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Comment.Multiline */
|
50
|
+
.highlight .cp {
|
51
|
+
color: #747369;
|
52
|
+
}
|
53
|
+
|
54
|
+
/* Comment.Preproc */
|
55
|
+
.highlight .cpf {
|
56
|
+
color: #747369;
|
57
|
+
}
|
58
|
+
|
59
|
+
/* Comment.PreprocFile */
|
60
|
+
.highlight .c1 {
|
61
|
+
color: #747369;
|
62
|
+
}
|
63
|
+
|
64
|
+
/* Comment.Single */
|
65
|
+
.highlight .cs {
|
66
|
+
color: #747369;
|
67
|
+
}
|
68
|
+
|
69
|
+
/* Comment.Special */
|
70
|
+
.highlight .gd {
|
71
|
+
color: #d50000;
|
72
|
+
background-color: #ff8a80;
|
73
|
+
}
|
74
|
+
|
75
|
+
/* Generic.Deleted */
|
76
|
+
.highlight .ge {
|
77
|
+
font-style: italic;
|
78
|
+
}
|
79
|
+
|
80
|
+
/* Generic.Emph */
|
81
|
+
.highlight .gh {
|
82
|
+
color: #f2f0ec;
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
85
|
+
|
86
|
+
/* Generic.Heading */
|
87
|
+
.highlight .gi {
|
88
|
+
color: #00c853;
|
89
|
+
background-color: #ccff90;
|
90
|
+
}
|
91
|
+
|
92
|
+
/* Generic.Inserted */
|
93
|
+
.highlight .gp {
|
94
|
+
color: #747369;
|
95
|
+
font-weight: bold;
|
96
|
+
}
|
97
|
+
|
98
|
+
/* Generic.Prompt */
|
99
|
+
.highlight .gs {
|
100
|
+
font-weight: bold;
|
101
|
+
}
|
102
|
+
|
103
|
+
/* Generic.Strong */
|
104
|
+
.highlight .gu {
|
105
|
+
color: #66cccc;
|
106
|
+
font-weight: bold;
|
107
|
+
}
|
108
|
+
|
109
|
+
/* Generic.Subheading */
|
110
|
+
.highlight .kc {
|
111
|
+
color: #cc99cc;
|
112
|
+
}
|
113
|
+
|
114
|
+
/* Keyword.Constant */
|
115
|
+
.highlight .kd {
|
116
|
+
color: #cc99cc;
|
117
|
+
}
|
118
|
+
|
119
|
+
/* Keyword.Declaration */
|
120
|
+
.highlight .kn {
|
121
|
+
color: #66cccc;
|
122
|
+
}
|
123
|
+
|
124
|
+
/* Keyword.Namespace */
|
125
|
+
.highlight .kp {
|
126
|
+
color: #cc99cc;
|
127
|
+
}
|
128
|
+
|
129
|
+
/* Keyword.Pseudo */
|
130
|
+
.highlight .kr {
|
131
|
+
color: #cc99cc;
|
132
|
+
}
|
133
|
+
|
134
|
+
/* Keyword.Reserved */
|
135
|
+
.highlight .kt {
|
136
|
+
color: #ffcc66;
|
137
|
+
}
|
138
|
+
|
139
|
+
/* Keyword.Type */
|
140
|
+
.highlight .ld {
|
141
|
+
color: #99cc99;
|
142
|
+
}
|
143
|
+
|
144
|
+
/* Literal.Date */
|
145
|
+
.highlight .m {
|
146
|
+
color: #f99157;
|
147
|
+
}
|
148
|
+
|
149
|
+
/* Literal.Number */
|
150
|
+
.highlight .s {
|
151
|
+
color: #99cc99;
|
152
|
+
}
|
153
|
+
|
154
|
+
/* Literal.String */
|
155
|
+
.highlight .na {
|
156
|
+
color: #6699cc;
|
157
|
+
}
|
158
|
+
|
159
|
+
/* Name.Attribute */
|
160
|
+
.highlight .nb {
|
161
|
+
color: #f2f0ec;
|
162
|
+
}
|
163
|
+
|
164
|
+
/* Name.Builtin */
|
165
|
+
.highlight .nc {
|
166
|
+
color: #ffcc66;
|
167
|
+
}
|
168
|
+
|
169
|
+
/* Name.Class */
|
170
|
+
.highlight .no {
|
171
|
+
color: #f2777a;
|
172
|
+
}
|
173
|
+
|
174
|
+
/* Name.Constant */
|
175
|
+
.highlight .nd {
|
176
|
+
color: #66cccc;
|
177
|
+
}
|
178
|
+
|
179
|
+
/* Name.Decorator */
|
180
|
+
.highlight .ni {
|
181
|
+
color: #f2f0ec;
|
182
|
+
}
|
183
|
+
|
184
|
+
/* Name.Entity */
|
185
|
+
.highlight .ne {
|
186
|
+
color: #f2777a;
|
187
|
+
}
|
188
|
+
|
189
|
+
/* Name.Exception */
|
190
|
+
.highlight .nf {
|
191
|
+
color: #6699cc;
|
192
|
+
}
|
193
|
+
|
194
|
+
/* Name.Function */
|
195
|
+
.highlight .nl {
|
196
|
+
color: #f2f0ec;
|
197
|
+
}
|
198
|
+
|
199
|
+
/* Name.Label */
|
200
|
+
.highlight .nn {
|
201
|
+
color: #ffcc66;
|
202
|
+
}
|
203
|
+
|
204
|
+
/* Name.Namespace */
|
205
|
+
.highlight .nx {
|
206
|
+
color: #6699cc;
|
207
|
+
}
|
208
|
+
|
209
|
+
/* Name.Other */
|
210
|
+
.highlight .py {
|
211
|
+
color: #f2f0ec;
|
212
|
+
}
|
213
|
+
|
214
|
+
/* Name.Property */
|
215
|
+
.highlight .nt {
|
216
|
+
color: #66cccc;
|
217
|
+
}
|
218
|
+
|
219
|
+
/* Name.Tag */
|
220
|
+
.highlight .nv {
|
221
|
+
color: #f2777a;
|
222
|
+
}
|
223
|
+
|
224
|
+
/* Name.Variable */
|
225
|
+
.highlight .ow {
|
226
|
+
color: #66cccc;
|
227
|
+
}
|
228
|
+
|
229
|
+
/* Operator.Word */
|
230
|
+
.highlight .w {
|
231
|
+
color: #f2f0ec;
|
232
|
+
}
|
233
|
+
|
234
|
+
/* Text.Whitespace */
|
235
|
+
.highlight .mb {
|
236
|
+
color: #f99157;
|
237
|
+
}
|
238
|
+
|
239
|
+
/* Literal.Number.Bin */
|
240
|
+
.highlight .mf {
|
241
|
+
color: #f99157;
|
242
|
+
}
|
243
|
+
|
244
|
+
/* Literal.Number.Float */
|
245
|
+
.highlight .mh {
|
246
|
+
color: #f99157;
|
247
|
+
}
|
248
|
+
|
249
|
+
/* Literal.Number.Hex */
|
250
|
+
.highlight .mi {
|
251
|
+
color: #f99157;
|
252
|
+
}
|
253
|
+
|
254
|
+
/* Literal.Number.Integer */
|
255
|
+
.highlight .mo {
|
256
|
+
color: #f99157;
|
257
|
+
}
|
258
|
+
|
259
|
+
/* Literal.Number.Oct */
|
260
|
+
.highlight .sa {
|
261
|
+
color: #99cc99;
|
262
|
+
}
|
263
|
+
|
264
|
+
/* Literal.String.Affix */
|
265
|
+
.highlight .sb {
|
266
|
+
color: #99cc99;
|
267
|
+
}
|
268
|
+
|
269
|
+
/* Literal.String.Backtick */
|
270
|
+
.highlight .sc {
|
271
|
+
color: #f2f0ec;
|
272
|
+
}
|
273
|
+
|
274
|
+
/* Literal.String.Char */
|
275
|
+
.highlight .dl {
|
276
|
+
color: #99cc99;
|
277
|
+
}
|
278
|
+
|
279
|
+
/* Literal.String.Delimiter */
|
280
|
+
.highlight .sd {
|
281
|
+
color: #747369;
|
282
|
+
}
|
283
|
+
|
284
|
+
/* Literal.String.Doc */
|
285
|
+
.highlight .s2 {
|
286
|
+
color: #99cc99;
|
287
|
+
}
|
288
|
+
|
289
|
+
/* Literal.String.Double */
|
290
|
+
.highlight .se {
|
291
|
+
color: #f99157;
|
292
|
+
}
|
293
|
+
|
294
|
+
/* Literal.String.Escape */
|
295
|
+
.highlight .sh {
|
296
|
+
color: #99cc99;
|
297
|
+
}
|
298
|
+
|
299
|
+
/* Literal.String.Heredoc */
|
300
|
+
.highlight .si {
|
301
|
+
color: #f99157;
|
302
|
+
}
|
303
|
+
|
304
|
+
/* Literal.String.Interpol */
|
305
|
+
.highlight .sx {
|
306
|
+
color: #99cc99;
|
307
|
+
}
|
308
|
+
|
309
|
+
/* Literal.String.Other */
|
310
|
+
.highlight .sr {
|
311
|
+
color: #99cc99;
|
312
|
+
}
|
313
|
+
|
314
|
+
/* Literal.String.Regex */
|
315
|
+
.highlight .s1 {
|
316
|
+
color: #99cc99;
|
317
|
+
}
|
318
|
+
|
319
|
+
/* Literal.String.Single */
|
320
|
+
.highlight .ss {
|
321
|
+
color: #99cc99;
|
322
|
+
}
|
323
|
+
|
324
|
+
/* Literal.String.Symbol */
|
325
|
+
.highlight .bp {
|
326
|
+
color: #f2f0ec;
|
327
|
+
}
|
328
|
+
|
329
|
+
/* Name.Builtin.Pseudo */
|
330
|
+
.highlight .fm {
|
331
|
+
color: #6699cc;
|
332
|
+
}
|
333
|
+
|
334
|
+
/* Name.Function.Magic */
|
335
|
+
.highlight .vc {
|
336
|
+
color: #f2777a;
|
337
|
+
}
|
338
|
+
|
339
|
+
/* Name.Variable.Class */
|
340
|
+
.highlight .vg {
|
341
|
+
color: #f2777a;
|
342
|
+
}
|
343
|
+
|
344
|
+
/* Name.Variable.Global */
|
345
|
+
.highlight .vi {
|
346
|
+
color: #f2777a;
|
347
|
+
}
|
348
|
+
|
349
|
+
/* Name.Variable.Instance */
|
350
|
+
.highlight .vm {
|
351
|
+
color: #f2777a;
|
352
|
+
}
|
353
|
+
|
354
|
+
/* Name.Variable.Magic */
|
355
|
+
.highlight .il {
|
356
|
+
color: #f99157;
|
357
|
+
}
|
@@ -0,0 +1,202 @@
|
|
1
|
+
.highlight .cm {
|
2
|
+
color: #999988;
|
3
|
+
}
|
4
|
+
.highlight .cp {
|
5
|
+
color: #999999;
|
6
|
+
font-weight: bold;
|
7
|
+
}
|
8
|
+
.highlight .c1 {
|
9
|
+
color: #999988;
|
10
|
+
}
|
11
|
+
.highlight .cs {
|
12
|
+
color: #999999;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .c,
|
16
|
+
.highlight .cd {
|
17
|
+
color: #999988;
|
18
|
+
}
|
19
|
+
.highlight .err {
|
20
|
+
color: #a61717;
|
21
|
+
}
|
22
|
+
.highlight .gd {
|
23
|
+
color: #ef5350;
|
24
|
+
background-color: #b71c1c;
|
25
|
+
}
|
26
|
+
.highlight .ge {
|
27
|
+
color: #000000;
|
28
|
+
}
|
29
|
+
.highlight .gr {
|
30
|
+
color: #aa0000;
|
31
|
+
}
|
32
|
+
.highlight .gh {
|
33
|
+
color: #999999;
|
34
|
+
}
|
35
|
+
.highlight .gi {
|
36
|
+
color: #1b5e20;
|
37
|
+
background-color: #66bb6a;
|
38
|
+
}
|
39
|
+
.highlight .go {
|
40
|
+
color: #888888;
|
41
|
+
}
|
42
|
+
.highlight .gp {
|
43
|
+
color: #555555;
|
44
|
+
}
|
45
|
+
.highlight .gs {
|
46
|
+
font-weight: bold;
|
47
|
+
}
|
48
|
+
.highlight .gu {
|
49
|
+
color: #aaaaaa;
|
50
|
+
}
|
51
|
+
.highlight .gt {
|
52
|
+
color: #aa0000;
|
53
|
+
}
|
54
|
+
.highlight .kc {
|
55
|
+
color: #000000;
|
56
|
+
font-weight: bold;
|
57
|
+
}
|
58
|
+
.highlight .kd {
|
59
|
+
color: #000000;
|
60
|
+
font-weight: bold;
|
61
|
+
}
|
62
|
+
.highlight .kn {
|
63
|
+
color: #000000;
|
64
|
+
font-weight: bold;
|
65
|
+
}
|
66
|
+
.highlight .kp {
|
67
|
+
color: #000000;
|
68
|
+
font-weight: bold;
|
69
|
+
}
|
70
|
+
.highlight .kr {
|
71
|
+
color: #000000;
|
72
|
+
font-weight: bold;
|
73
|
+
}
|
74
|
+
.highlight .kt {
|
75
|
+
color: #445588;
|
76
|
+
font-weight: bold;
|
77
|
+
}
|
78
|
+
.highlight .k,
|
79
|
+
.highlight .kv {
|
80
|
+
color: #000000;
|
81
|
+
font-weight: bold;
|
82
|
+
}
|
83
|
+
.highlight .mf {
|
84
|
+
color: #009999;
|
85
|
+
}
|
86
|
+
.highlight .mh {
|
87
|
+
color: #009999;
|
88
|
+
}
|
89
|
+
.highlight .il {
|
90
|
+
color: #009999;
|
91
|
+
}
|
92
|
+
.highlight .mi {
|
93
|
+
color: #009999;
|
94
|
+
}
|
95
|
+
.highlight .mo {
|
96
|
+
color: #009999;
|
97
|
+
}
|
98
|
+
.highlight .m,
|
99
|
+
.highlight .mb,
|
100
|
+
.highlight .mx {
|
101
|
+
color: #009999;
|
102
|
+
}
|
103
|
+
.highlight .sb {
|
104
|
+
color: #ff0040;
|
105
|
+
}
|
106
|
+
.highlight .sc {
|
107
|
+
color: #ff7799;
|
108
|
+
}
|
109
|
+
.highlight .sd {
|
110
|
+
color: rgb(173, 0, 43);
|
111
|
+
}
|
112
|
+
.highlight .s2 {
|
113
|
+
color: #d14;
|
114
|
+
}
|
115
|
+
.highlight .se {
|
116
|
+
color: #d14;
|
117
|
+
}
|
118
|
+
.highlight .sh {
|
119
|
+
color: #d14;
|
120
|
+
}
|
121
|
+
.highlight .si {
|
122
|
+
color: #d14;
|
123
|
+
}
|
124
|
+
.highlight .sx {
|
125
|
+
color: #d14;
|
126
|
+
}
|
127
|
+
.highlight .sr {
|
128
|
+
color: #009926;
|
129
|
+
}
|
130
|
+
.highlight .s1 {
|
131
|
+
color: #d14;
|
132
|
+
}
|
133
|
+
.highlight .ss {
|
134
|
+
color: #990073;
|
135
|
+
}
|
136
|
+
.highlight .s {
|
137
|
+
color: #d14;
|
138
|
+
}
|
139
|
+
.highlight .na {
|
140
|
+
color: #008080;
|
141
|
+
}
|
142
|
+
.highlight .bp {
|
143
|
+
color: #999999;
|
144
|
+
}
|
145
|
+
.highlight .nb {
|
146
|
+
color: #0086b3;
|
147
|
+
}
|
148
|
+
.highlight .nc {
|
149
|
+
color: #445588;
|
150
|
+
font-weight: bold;
|
151
|
+
}
|
152
|
+
.highlight .no {
|
153
|
+
color: #008080;
|
154
|
+
}
|
155
|
+
.highlight .nd {
|
156
|
+
color: #3c5d5d;
|
157
|
+
font-weight: bold;
|
158
|
+
}
|
159
|
+
.highlight .ni {
|
160
|
+
color: #800080;
|
161
|
+
}
|
162
|
+
.highlight .ne {
|
163
|
+
color: #990000;
|
164
|
+
font-weight: bold;
|
165
|
+
}
|
166
|
+
.highlight .nf {
|
167
|
+
color: #990000;
|
168
|
+
font-weight: bold;
|
169
|
+
}
|
170
|
+
.highlight .nl {
|
171
|
+
color: #990000;
|
172
|
+
font-weight: bold;
|
173
|
+
}
|
174
|
+
.highlight .nn {
|
175
|
+
color: #555555;
|
176
|
+
}
|
177
|
+
.highlight .nt {
|
178
|
+
color: #000080;
|
179
|
+
}
|
180
|
+
.highlight .vc {
|
181
|
+
color: #008080;
|
182
|
+
}
|
183
|
+
.highlight .vg {
|
184
|
+
color: #008080;
|
185
|
+
}
|
186
|
+
.highlight .vi {
|
187
|
+
color: #008080;
|
188
|
+
}
|
189
|
+
.highlight .nv {
|
190
|
+
color: #008080;
|
191
|
+
}
|
192
|
+
.highlight .ow {
|
193
|
+
color: #000000;
|
194
|
+
font-weight: bold;
|
195
|
+
}
|
196
|
+
.highlight .o {
|
197
|
+
color: #000000;
|
198
|
+
font-weight: bold;
|
199
|
+
}
|
200
|
+
.highlight .w {
|
201
|
+
color: #bbbbbb;
|
202
|
+
}
|