jekyll-theme-superb 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/_sass/theme.scss CHANGED
@@ -1,3 +1,5 @@
1
+ @import './base16.solarized.light.css';
2
+
1
3
  @tailwind base;
2
4
  @tailwind components;
3
5
  @tailwind utilities;
@@ -5,355 +7,80 @@
5
7
 
6
8
  @layer components {
7
9
  .post, .page {
8
- p {
9
- margin-top: 1.25em;
10
- margin-bottom: 1.25em;
11
- }
12
-
13
- a {
14
- @apply link link-green font-bold;
15
- }
16
-
17
- code {
18
- @apply bg-porcelain px-2 py-1 rounded;
19
- }
20
-
21
- figure.highlight {
22
- @apply bg-porcelain p-2;
23
- overflow: auto;
24
- code {
25
- @apply p-0;
26
- }
27
- }
28
-
29
- ul, ol {
30
- @apply list list-green;
31
- }
32
-
33
- .highlight .hll {
34
- background-color: #ffffcc
35
- }
36
-
37
- .highlight .c {
38
- color: #408080;
39
- font-style: italic
40
- }
41
-
42
- /* Comment */
43
- .highlight .err {
44
- border: 1px solid #FF0000
45
- }
46
-
47
- /* Error */
48
- .highlight .k {
49
- color: #008000;
50
- font-weight: bold
51
- }
52
-
53
- /* Keyword */
54
- .highlight .o {
55
- color: #666666
56
- }
57
-
58
- /* Operator */
59
- .highlight .cm {
60
- color: #408080;
61
- font-style: italic
62
- }
10
+ @apply font-sans text-base;
63
11
 
64
- /* Comment.Multiline */
65
- .highlight .cp {
66
- color: #BC7A00
12
+ h1 {
13
+ @apply text-h1 font-serif;
67
14
  }
68
15
 
69
- /* Comment.Preproc */
70
- .highlight .c1 {
71
- color: #408080;
72
- font-style: italic
16
+ h2 {
17
+ @apply text-h2 font-serif;
73
18
  }
74
19
 
75
- /* Comment.Single */
76
- .highlight .cs {
77
- color: #408080;
78
- font-style: italic
20
+ h3 {
21
+ @apply text-h3 font-serif;
79
22
  }
80
23
 
81
- /* Comment.Special */
82
- .highlight .gd {
83
- color: #A00000
24
+ h4 {
25
+ @apply text-h4 font-serif;
84
26
  }
85
27
 
86
- /* Generic.Deleted */
87
- .highlight .ge {
88
- font-style: italic
28
+ h5 {
29
+ @apply text-h5 font-serif;
89
30
  }
90
31
 
91
- /* Generic.Emph */
92
- .highlight .gr {
93
- color: #FF0000
32
+ h6 {
33
+ @apply text-h6 font-serif;
94
34
  }
95
35
 
96
- /* Generic.Error */
97
- .highlight .gh {
98
- color: #000080;
99
- font-weight: bold
100
- }
101
-
102
- /* Generic.Heading */
103
- .highlight .gi {
104
- color: #00A000
105
- }
106
-
107
- /* Generic.Inserted */
108
- .highlight .go {
109
- color: #808080
110
- }
111
-
112
- /* Generic.Output */
113
- .highlight .gp {
114
- color: #000080;
115
- font-weight: bold
116
- }
117
-
118
- /* Generic.Prompt */
119
- .highlight .gs {
120
- font-weight: bold
121
- }
122
-
123
- /* Generic.Strong */
124
- .highlight .gu {
125
- color: #800080;
126
- font-weight: bold
127
- }
128
-
129
- /* Generic.Subheading */
130
- .highlight .gt {
131
- color: #0040D0
132
- }
133
-
134
- /* Generic.Traceback */
135
- .highlight .kc {
136
- color: #008000;
137
- font-weight: bold
138
- }
139
-
140
- /* Keyword.Constant */
141
- .highlight .kd {
142
- color: #008000;
143
- font-weight: bold
144
- }
145
-
146
- /* Keyword.Declaration */
147
- .highlight .kn {
148
- color: #008000;
149
- font-weight: bold
150
- }
151
-
152
- /* Keyword.Namespace */
153
- .highlight .kp {
154
- color: #008000
155
- }
156
-
157
- /* Keyword.Pseudo */
158
- .highlight .kr {
159
- color: #008000;
160
- font-weight: bold
161
- }
162
-
163
- /* Keyword.Reserved */
164
- .highlight .kt {
165
- color: #B00040
166
- }
167
-
168
- /* Keyword.Type */
169
- .highlight .m {
170
- color: #666666
171
- }
172
-
173
- /* Literal.Number */
174
- .highlight .s {
175
- color: #BA2121
176
- }
177
-
178
- /* Literal.String */
179
- .highlight .na {
180
- color: #7D9029
181
- }
182
-
183
- /* Name.Attribute */
184
- .highlight .nb {
185
- color: #008000
186
- }
187
-
188
- /* Name.Builtin */
189
- .highlight .nc {
190
- color: #0000FF;
191
- font-weight: bold
192
- }
193
-
194
- /* Name.Class */
195
- .highlight .no {
196
- color: #880000
197
- }
198
-
199
- /* Name.Constant */
200
- .highlight .nd {
201
- color: #AA22FF
202
- }
203
-
204
- /* Name.Decorator */
205
- .highlight .ni {
206
- color: #999999;
207
- font-weight: bold
208
- }
209
-
210
- /* Name.Entity */
211
- .highlight .ne {
212
- color: #D2413A;
213
- font-weight: bold
214
- }
215
-
216
- /* Name.Exception */
217
- .highlight .nf {
218
- color: #0000FF
219
- }
220
-
221
- /* Name.Function */
222
- .highlight .nl {
223
- color: #A0A000
224
- }
225
-
226
- /* Name.Label */
227
- .highlight .nn {
228
- color: #0000FF;
229
- font-weight: bold
230
- }
231
-
232
- /* Name.Namespace */
233
- .highlight .nt {
234
- color: #008000;
235
- font-weight: bold
236
- }
237
-
238
- /* Name.Tag */
239
- .highlight .nv {
240
- color: #19177C
241
- }
242
-
243
- /* Name.Variable */
244
- .highlight .ow {
245
- color: #AA22FF;
246
- font-weight: bold
247
- }
248
-
249
- /* Operator.Word */
250
- .highlight .w {
251
- color: #bbbbbb
252
- }
253
-
254
- /* Text.Whitespace */
255
- .highlight .mf {
256
- color: #666666
257
- }
258
-
259
- /* Literal.Number.Float */
260
- .highlight .mh {
261
- color: #666666
262
- }
263
-
264
- /* Literal.Number.Hex */
265
- .highlight .mi {
266
- color: #666666
267
- }
268
-
269
- /* Literal.Number.Integer */
270
- .highlight .mo {
271
- color: #666666
272
- }
273
-
274
- /* Literal.Number.Oct */
275
- .highlight .sb {
276
- color: #BA2121
277
- }
278
-
279
- /* Literal.String.Backtick */
280
- .highlight .sc {
281
- color: #BA2121
282
- }
283
-
284
- /* Literal.String.Char */
285
- .highlight .sd {
286
- color: #BA2121;
287
- font-style: italic
288
- }
289
-
290
- /* Literal.String.Doc */
291
- .highlight .s2 {
292
- color: #BA2121
293
- }
294
-
295
- /* Literal.String.Double */
296
- .highlight .se {
297
- color: #BB6622;
298
- font-weight: bold
36
+ p {
37
+ @apply font-sans text-base bg-white;
38
+ margin-top: 1.25em;
39
+ margin-bottom: 1.25em;
299
40
  }
300
41
 
301
- /* Literal.String.Escape */
302
- .highlight .sh {
303
- color: #BA2121
42
+ a {
43
+ @apply link font-bold;
304
44
  }
305
45
 
306
- /* Literal.String.Heredoc */
307
- .highlight .si {
308
- color: #BB6688;
309
- font-weight: bold
46
+ code {
47
+ @apply bg-porcelain px-1 py-1 rounded text-base;
310
48
  }
311
49
 
312
- /* Literal.String.Interpol */
313
- .highlight .sx {
314
- color: #008000
50
+ ul {
51
+ @apply list list-green list-disc;
315
52
  }
316
53
 
317
- /* Literal.String.Other */
318
- .highlight .sr {
319
- color: #BB6688
54
+ ol {
55
+ @apply list list-green list-decimal;
320
56
  }
321
57
 
322
- /* Literal.String.Regex */
323
- .highlight .s1 {
324
- color: #BA2121
58
+ hr {
59
+ @apply border-porcelain my-4;
325
60
  }
326
61
 
327
- /* Literal.String.Single */
328
- .highlight .ss {
329
- color: #19177C
330
- }
62
+ blockquote {
63
+ @apply border-l-8 border-porcelain py-2 pl-6;
64
+ p {
65
+ margin: 0;
66
+ }
331
67
 
332
- /* Literal.String.Symbol */
333
- .highlight .bp {
334
- color: #008000
68
+ margin-top: 1.25em;
69
+ margin-bottom: 1.25em;
335
70
  }
336
71
 
337
- /* Name.Builtin.Pseudo */
338
- .highlight .vc {
339
- color: #19177C
340
- }
72
+ figure.highlight {
73
+ overflow: auto;
341
74
 
342
- /* Name.Variable.Class */
343
- .highlight .vg {
344
- color: #19177C
345
- }
75
+ @apply bg-porcelain rounded-lg px-6;
346
76
 
347
- /* Name.Variable.Global */
348
- .highlight .vi {
349
- color: #19177C
350
- }
77
+ code {
78
+ @apply bg-transparent;
79
+ }
351
80
 
352
- /* Name.Variable.Instance */
353
- .highlight .il {
354
- color: #666666
81
+ .rouge-table {
82
+ @apply border-porcelain;
83
+ }
355
84
  }
356
-
357
- /* Literal.Number.Integer.Long */
358
85
  }
359
86
  }