jekyll-theme-superb 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a972fe88237d448a9a83ff486ef271240bb43902d29fb62b0e6cfee50800314
4
- data.tar.gz: 542bde7431c58aa109e1fdd8315bd7c6095da3f0d2a977ae7cea2a0830ff8a18
3
+ metadata.gz: 15257ecf0efbef70d36e5745e287a9755033b60a70a2c5aabdfbce73f4c92ba8
4
+ data.tar.gz: b061377f12a7d273ae5e7fce42e4ae19fea79b8147748fcb09e6fb01a7b9d888
5
5
  SHA512:
6
- metadata.gz: 38ad183df39727644b6c8c8b3a0ced6a2d1c544007e84cc20c8b46caeebd4c5688182f9425da1e645f94cbc5a88d7f8a880420dc62536a2af96340b39dd76030
7
- data.tar.gz: af5f1b3efa7413293fd13c27fdeac38b6a22638b7a0ebfc134e33097fa9dc05bb3ccc0a055c1a767f72e7ba1d059482e698cc5bf306fa15eb9e9766e9d6031a5
6
+ metadata.gz: 71e11a952dcfa15dcd43afde8fbf928e3843aaa6dcdc4bf07a83cdfbb004efa229ac9d52e9277f6893d979db9bb35f365899b3d7ce634a6af66cb90a1f81da30
7
+ data.tar.gz: 41c49ac29b4a88e349069feb9e861490331d911cf1ca3284f44fa042291de19530ff53540472bff6b4af714634777c68b5c1c9e0c066c615e3cc47a73d98bc0a
@@ -0,0 +1,61 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #408080; font-style: italic } /* Comment */
3
+ .highlight .err { border: 1px solid #FF0000 } /* Error */
4
+ .highlight .k { color: #008000; font-weight: bold } /* Keyword */
5
+ .highlight .o { color: #666666 } /* Operator */
6
+ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
8
+ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #A00000 } /* Generic.Deleted */
11
+ .highlight .ge { font-style: italic } /* Generic.Emph */
12
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
13
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
14
+ .highlight .gi { color: #00A000 } /* Generic.Inserted */
15
+ .highlight .go { color: #808080 } /* Generic.Output */
16
+ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
17
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
18
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19
+ .highlight .gt { color: #0040D0 } /* Generic.Traceback */
20
+ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { color: #008000 } /* Keyword.Pseudo */
24
+ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
25
+ .highlight .kt { color: #B00040 } /* Keyword.Type */
26
+ .highlight .m { color: #666666 } /* Literal.Number */
27
+ .highlight .s { color: #BA2121 } /* Literal.String */
28
+ .highlight .na { color: #7D9029 } /* Name.Attribute */
29
+ .highlight .nb { color: #008000 } /* Name.Builtin */
30
+ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
31
+ .highlight .no { color: #880000 } /* Name.Constant */
32
+ .highlight .nd { color: #AA22FF } /* Name.Decorator */
33
+ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
34
+ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
35
+ .highlight .nf { color: #0000FF } /* Name.Function */
36
+ .highlight .nl { color: #A0A000 } /* Name.Label */
37
+ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
38
+ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
39
+ .highlight .nv { color: #19177C } /* Name.Variable */
40
+ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
41
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
42
+ .highlight .mf { color: #666666 } /* Literal.Number.Float */
43
+ .highlight .mh { color: #666666 } /* Literal.Number.Hex */
44
+ .highlight .mi { color: #666666 } /* Literal.Number.Integer */
45
+ .highlight .mo { color: #666666 } /* Literal.Number.Oct */
46
+ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
47
+ .highlight .sc { color: #BA2121 } /* Literal.String.Char */
48
+ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
49
+ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
50
+ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
51
+ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
52
+ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
53
+ .highlight .sx { color: #008000 } /* Literal.String.Other */
54
+ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
55
+ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
56
+ .highlight .ss { color: #19177C } /* Literal.String.Symbol */
57
+ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
58
+ .highlight .vc { color: #19177C } /* Name.Variable.Class */
59
+ .highlight .vg { color: #19177C } /* Name.Variable.Global */
60
+ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
61
+ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
data/_sass/theme.scss CHANGED
@@ -4,22 +4,356 @@
4
4
 
5
5
 
6
6
  @layer components {
7
- .post, .page {
8
- p {
9
- margin-top: 1.25em;
10
- margin-bottom: 1.25em;
11
- }
7
+ .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
+ }
63
+
64
+ /* Comment.Multiline */
65
+ .highlight .cp {
66
+ color: #BC7A00
67
+ }
68
+
69
+ /* Comment.Preproc */
70
+ .highlight .c1 {
71
+ color: #408080;
72
+ font-style: italic
73
+ }
74
+
75
+ /* Comment.Single */
76
+ .highlight .cs {
77
+ color: #408080;
78
+ font-style: italic
79
+ }
80
+
81
+ /* Comment.Special */
82
+ .highlight .gd {
83
+ color: #A00000
84
+ }
85
+
86
+ /* Generic.Deleted */
87
+ .highlight .ge {
88
+ font-style: italic
89
+ }
90
+
91
+ /* Generic.Emph */
92
+ .highlight .gr {
93
+ color: #FF0000
94
+ }
95
+
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
299
+ }
300
+
301
+ /* Literal.String.Escape */
302
+ .highlight .sh {
303
+ color: #BA2121
304
+ }
305
+
306
+ /* Literal.String.Heredoc */
307
+ .highlight .si {
308
+ color: #BB6688;
309
+ font-weight: bold
310
+ }
311
+
312
+ /* Literal.String.Interpol */
313
+ .highlight .sx {
314
+ color: #008000
315
+ }
316
+
317
+ /* Literal.String.Other */
318
+ .highlight .sr {
319
+ color: #BB6688
320
+ }
321
+
322
+ /* Literal.String.Regex */
323
+ .highlight .s1 {
324
+ color: #BA2121
325
+ }
326
+
327
+ /* Literal.String.Single */
328
+ .highlight .ss {
329
+ color: #19177C
330
+ }
331
+
332
+ /* Literal.String.Symbol */
333
+ .highlight .bp {
334
+ color: #008000
335
+ }
336
+
337
+ /* Name.Builtin.Pseudo */
338
+ .highlight .vc {
339
+ color: #19177C
340
+ }
12
341
 
13
- a {
14
- @apply link link-green;
15
- }
342
+ /* Name.Variable.Class */
343
+ .highlight .vg {
344
+ color: #19177C
345
+ }
16
346
 
17
- code {
18
- @apply bg-porcelain px-2;
19
- }
347
+ /* Name.Variable.Global */
348
+ .highlight .vi {
349
+ color: #19177C
350
+ }
20
351
 
21
- ul, ol {
22
- @apply list list-green;
23
- }
352
+ /* Name.Variable.Instance */
353
+ .highlight .il {
354
+ color: #666666
24
355
  }
25
- }
356
+
357
+ /* Literal.Number.Integer.Long */
358
+ }
359
+ }
data/assets/css/style.css CHANGED
@@ -540,22 +540,14 @@ Ensure the default browser behavior of the `hidden` attribute.
540
540
  color: #000;
541
541
  border-color: #000;
542
542
  }
543
- .list li {
544
- margin-left: 30px;
545
- }
546
- .list li::marker {
547
- color: #aaaaaa;
548
- }
549
- ul.list {
550
- list-style-type: disc;
551
- }
552
- ol.list {
553
- list-style-type: counter;
554
- }
543
+ .post, .page {
544
+
545
+ /* Literal.Number.Integer.Long */
546
+ }
555
547
  .post p, .page p {
556
- margin-top: 1.25em;
557
- margin-bottom: 1.25em;
558
- }
548
+ margin-top: 1.25em;
549
+ margin-bottom: 1.25em;
550
+ }
559
551
  .post a, .page a {
560
552
  transition-property: color;
561
553
  transition-duration: 200ms;
@@ -575,11 +567,26 @@ ol.list {
575
567
  color: #98b88b;
576
568
  border-color: #98b88b;
577
569
  }
570
+ .post a, .page a {
571
+ font-weight: 700;
572
+ }
578
573
  .post code, .page code {
574
+ border-radius: 0.25rem;
579
575
  --tw-bg-opacity: 1;
580
576
  background-color: rgb(241 243 244 / var(--tw-bg-opacity));
581
577
  padding-left: 0.5rem;
582
578
  padding-right: 0.5rem;
579
+ padding-top: 0.25rem;
580
+ padding-bottom: 0.25rem;
581
+ }
582
+ .post figure.highlight, .page figure.highlight {
583
+ --tw-bg-opacity: 1;
584
+ background-color: rgb(241 243 244 / var(--tw-bg-opacity));
585
+ padding: 0.5rem;
586
+ overflow: auto;
587
+ }
588
+ .post figure.highlight code, .page figure.highlight code {
589
+ padding: 0px;
583
590
  }
584
591
  .post ul li, .post ol li, .page ul li, .page ol li {
585
592
  margin-left: 30px;
@@ -596,6 +603,269 @@ ol.post ul, ol.post ol, ol.page ul, ol.page ol {
596
603
  .post ul > li::marker, .post ol > li::marker, .page ul > li::marker, .page ol > li::marker {
597
604
  color: #98b88b;
598
605
  }
606
+ .post .highlight .hll, .page .highlight .hll {
607
+ background-color: #ffffcc
608
+ }
609
+ .post .highlight .c, .page .highlight .c {
610
+ color: #408080;
611
+ font-style: italic
612
+ }
613
+ /* Comment */
614
+ .post .highlight .err, .page .highlight .err {
615
+ border: 1px solid #FF0000
616
+ }
617
+ /* Error */
618
+ .post .highlight .k, .page .highlight .k {
619
+ color: #008000;
620
+ font-weight: bold
621
+ }
622
+ /* Keyword */
623
+ .post .highlight .o, .page .highlight .o {
624
+ color: #666666
625
+ }
626
+ /* Operator */
627
+ .post .highlight .cm, .page .highlight .cm {
628
+ color: #408080;
629
+ font-style: italic
630
+ }
631
+ /* Comment.Multiline */
632
+ .post .highlight .cp, .page .highlight .cp {
633
+ color: #BC7A00
634
+ }
635
+ /* Comment.Preproc */
636
+ .post .highlight .c1, .page .highlight .c1 {
637
+ color: #408080;
638
+ font-style: italic
639
+ }
640
+ /* Comment.Single */
641
+ .post .highlight .cs, .page .highlight .cs {
642
+ color: #408080;
643
+ font-style: italic
644
+ }
645
+ /* Comment.Special */
646
+ .post .highlight .gd, .page .highlight .gd {
647
+ color: #A00000
648
+ }
649
+ /* Generic.Deleted */
650
+ .post .highlight .ge, .page .highlight .ge {
651
+ font-style: italic
652
+ }
653
+ /* Generic.Emph */
654
+ .post .highlight .gr, .page .highlight .gr {
655
+ color: #FF0000
656
+ }
657
+ /* Generic.Error */
658
+ .post .highlight .gh, .page .highlight .gh {
659
+ color: #000080;
660
+ font-weight: bold
661
+ }
662
+ /* Generic.Heading */
663
+ .post .highlight .gi, .page .highlight .gi {
664
+ color: #00A000
665
+ }
666
+ /* Generic.Inserted */
667
+ .post .highlight .go, .page .highlight .go {
668
+ color: #808080
669
+ }
670
+ /* Generic.Output */
671
+ .post .highlight .gp, .page .highlight .gp {
672
+ color: #000080;
673
+ font-weight: bold
674
+ }
675
+ /* Generic.Prompt */
676
+ .post .highlight .gs, .page .highlight .gs {
677
+ font-weight: bold
678
+ }
679
+ /* Generic.Strong */
680
+ .post .highlight .gu, .page .highlight .gu {
681
+ color: #800080;
682
+ font-weight: bold
683
+ }
684
+ /* Generic.Subheading */
685
+ .post .highlight .gt, .page .highlight .gt {
686
+ color: #0040D0
687
+ }
688
+ /* Generic.Traceback */
689
+ .post .highlight .kc, .page .highlight .kc {
690
+ color: #008000;
691
+ font-weight: bold
692
+ }
693
+ /* Keyword.Constant */
694
+ .post .highlight .kd, .page .highlight .kd {
695
+ color: #008000;
696
+ font-weight: bold
697
+ }
698
+ /* Keyword.Declaration */
699
+ .post .highlight .kn, .page .highlight .kn {
700
+ color: #008000;
701
+ font-weight: bold
702
+ }
703
+ /* Keyword.Namespace */
704
+ .post .highlight .kp, .page .highlight .kp {
705
+ color: #008000
706
+ }
707
+ /* Keyword.Pseudo */
708
+ .post .highlight .kr, .page .highlight .kr {
709
+ color: #008000;
710
+ font-weight: bold
711
+ }
712
+ /* Keyword.Reserved */
713
+ .post .highlight .kt, .page .highlight .kt {
714
+ color: #B00040
715
+ }
716
+ /* Keyword.Type */
717
+ .post .highlight .m, .page .highlight .m {
718
+ color: #666666
719
+ }
720
+ /* Literal.Number */
721
+ .post .highlight .s, .page .highlight .s {
722
+ color: #BA2121
723
+ }
724
+ /* Literal.String */
725
+ .post .highlight .na, .page .highlight .na {
726
+ color: #7D9029
727
+ }
728
+ /* Name.Attribute */
729
+ .post .highlight .nb, .page .highlight .nb {
730
+ color: #008000
731
+ }
732
+ /* Name.Builtin */
733
+ .post .highlight .nc, .page .highlight .nc {
734
+ color: #0000FF;
735
+ font-weight: bold
736
+ }
737
+ /* Name.Class */
738
+ .post .highlight .no, .page .highlight .no {
739
+ color: #880000
740
+ }
741
+ /* Name.Constant */
742
+ .post .highlight .nd, .page .highlight .nd {
743
+ color: #AA22FF
744
+ }
745
+ /* Name.Decorator */
746
+ .post .highlight .ni, .page .highlight .ni {
747
+ color: #999999;
748
+ font-weight: bold
749
+ }
750
+ /* Name.Entity */
751
+ .post .highlight .ne, .page .highlight .ne {
752
+ color: #D2413A;
753
+ font-weight: bold
754
+ }
755
+ /* Name.Exception */
756
+ .post .highlight .nf, .page .highlight .nf {
757
+ color: #0000FF
758
+ }
759
+ /* Name.Function */
760
+ .post .highlight .nl, .page .highlight .nl {
761
+ color: #A0A000
762
+ }
763
+ /* Name.Label */
764
+ .post .highlight .nn, .page .highlight .nn {
765
+ color: #0000FF;
766
+ font-weight: bold
767
+ }
768
+ /* Name.Namespace */
769
+ .post .highlight .nt, .page .highlight .nt {
770
+ color: #008000;
771
+ font-weight: bold
772
+ }
773
+ /* Name.Tag */
774
+ .post .highlight .nv, .page .highlight .nv {
775
+ color: #19177C
776
+ }
777
+ /* Name.Variable */
778
+ .post .highlight .ow, .page .highlight .ow {
779
+ color: #AA22FF;
780
+ font-weight: bold
781
+ }
782
+ /* Operator.Word */
783
+ .post .highlight .w, .page .highlight .w {
784
+ color: #bbbbbb
785
+ }
786
+ /* Text.Whitespace */
787
+ .post .highlight .mf, .page .highlight .mf {
788
+ color: #666666
789
+ }
790
+ /* Literal.Number.Float */
791
+ .post .highlight .mh, .page .highlight .mh {
792
+ color: #666666
793
+ }
794
+ /* Literal.Number.Hex */
795
+ .post .highlight .mi, .page .highlight .mi {
796
+ color: #666666
797
+ }
798
+ /* Literal.Number.Integer */
799
+ .post .highlight .mo, .page .highlight .mo {
800
+ color: #666666
801
+ }
802
+ /* Literal.Number.Oct */
803
+ .post .highlight .sb, .page .highlight .sb {
804
+ color: #BA2121
805
+ }
806
+ /* Literal.String.Backtick */
807
+ .post .highlight .sc, .page .highlight .sc {
808
+ color: #BA2121
809
+ }
810
+ /* Literal.String.Char */
811
+ .post .highlight .sd, .page .highlight .sd {
812
+ color: #BA2121;
813
+ font-style: italic
814
+ }
815
+ /* Literal.String.Doc */
816
+ .post .highlight .s2, .page .highlight .s2 {
817
+ color: #BA2121
818
+ }
819
+ /* Literal.String.Double */
820
+ .post .highlight .se, .page .highlight .se {
821
+ color: #BB6622;
822
+ font-weight: bold
823
+ }
824
+ /* Literal.String.Escape */
825
+ .post .highlight .sh, .page .highlight .sh {
826
+ color: #BA2121
827
+ }
828
+ /* Literal.String.Heredoc */
829
+ .post .highlight .si, .page .highlight .si {
830
+ color: #BB6688;
831
+ font-weight: bold
832
+ }
833
+ /* Literal.String.Interpol */
834
+ .post .highlight .sx, .page .highlight .sx {
835
+ color: #008000
836
+ }
837
+ /* Literal.String.Other */
838
+ .post .highlight .sr, .page .highlight .sr {
839
+ color: #BB6688
840
+ }
841
+ /* Literal.String.Regex */
842
+ .post .highlight .s1, .page .highlight .s1 {
843
+ color: #BA2121
844
+ }
845
+ /* Literal.String.Single */
846
+ .post .highlight .ss, .page .highlight .ss {
847
+ color: #19177C
848
+ }
849
+ /* Literal.String.Symbol */
850
+ .post .highlight .bp, .page .highlight .bp {
851
+ color: #008000
852
+ }
853
+ /* Name.Builtin.Pseudo */
854
+ .post .highlight .vc, .page .highlight .vc {
855
+ color: #19177C
856
+ }
857
+ /* Name.Variable.Class */
858
+ .post .highlight .vg, .page .highlight .vg {
859
+ color: #19177C
860
+ }
861
+ /* Name.Variable.Global */
862
+ .post .highlight .vi, .page .highlight .vi {
863
+ color: #19177C
864
+ }
865
+ /* Name.Variable.Instance */
866
+ .post .highlight .il, .page .highlight .il {
867
+ color: #666666
868
+ }
599
869
  .visible {
600
870
  visibility: visible;
601
871
  }
@@ -783,25 +1053,17 @@ ol.post ul, ol.post ol, ol.page ul, ol.page ol {
783
1053
  .duration-300 {
784
1054
  transition-duration: 300ms;
785
1055
  }
786
-
787
-
788
1056
  .hover\:border-b-2:hover {
789
1057
  border-bottom-width: 2px;
790
1058
  }
791
-
792
-
793
1059
  .hover\:border-graphite:hover {
794
1060
  --tw-border-opacity: 1;
795
1061
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
796
1062
  }
797
-
798
-
799
1063
  .hover\:text-green:hover {
800
1064
  --tw-text-opacity: 1;
801
1065
  color: rgb(152 184 139 / var(--tw-text-opacity));
802
1066
  }
803
-
804
-
805
1067
  @media (min-width: 960px) {
806
1068
 
807
1069
  .desktop\:inline {
@@ -843,4 +1105,4 @@ ol.post ul, ol.post ol, ol.page ul, ol.page ol {
843
1105
  font-size: 34px;
844
1106
  line-height: 42px;
845
1107
  }
846
- }
1108
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-superb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivanka Todorova
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-05 00:00:00.000000000 Z
11
+ date: 2022-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -71,6 +71,7 @@ files:
71
71
  - _layouts/home.html
72
72
  - _layouts/page.html
73
73
  - _layouts/post.html
74
+ - _sass/highlighter.css
74
75
  - _sass/theme.scss
75
76
  - assets/css/style.css
76
77
  - assets/js/main.js