jekyll-theme-penumbra 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/LICENSE +20 -20
- data/README.md +26 -26
- data/_config.yml +20 -20
- data/_includes/color-scheme.html +7 -7
- data/_includes/head-custom-google-analytics.html +10 -10
- data/_includes/head-custom.html +12 -12
- data/_includes/header.html +16 -16
- data/_includes/ie-support.html +2 -2
- data/_includes/links-mobile.html +6 -6
- data/_includes/sidebar.html +8 -8
- data/_layouts/default.html +35 -35
- data/_layouts/post.html +14 -14
- data/_sass/colors.scss +126 -126
- data/_sass/fonts.scss +55 -55
- data/_sass/jekyll-theme-penumbra.scss +360 -360
- data/_sass/penumbra.scss +4 -4
- data/_sass/rouge-github.scss +219 -219
- data/assets/css/colors-auto-default-dark.scss +16 -16
- data/assets/css/colors-auto.scss +14 -14
- data/assets/css/colors-dark.scss +14 -14
- data/assets/css/colors-light.scss +8 -8
- data/assets/css/style.scss +75 -75
- data/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg +336 -336
- data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg +334 -334
- data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg +337 -337
- data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg +335 -335
- data/assets/js/footer.fix.js +15 -15
- data/assets/js/scale.fix.js +27 -27
- metadata +8 -7
data/_sass/penumbra.scss
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// Placeholder file. If your site uses
|
2
|
-
// @import "{{ site.theme }}";
|
3
|
-
// Then using this theme with jekyll-remote-theme will work fine.
|
4
|
-
@import "jekyll-theme-penumbra";
|
1
|
+
// Placeholder file. If your site uses
|
2
|
+
// @import "{{ site.theme }}";
|
3
|
+
// Then using this theme with jekyll-remote-theme will work fine.
|
4
|
+
@import "jekyll-theme-penumbra";
|
data/_sass/rouge-github.scss
CHANGED
@@ -1,219 +1,219 @@
|
|
1
|
-
.highlight table td { padding: 5px; }
|
2
|
-
.highlight table pre { margin: 0; }
|
3
|
-
.highlight .cm {
|
4
|
-
color: #999988;
|
5
|
-
font-style: italic;
|
6
|
-
}
|
7
|
-
.highlight .cp {
|
8
|
-
color: #999999;
|
9
|
-
font-weight: bold;
|
10
|
-
}
|
11
|
-
.highlight .c1 {
|
12
|
-
color: #999988;
|
13
|
-
font-style: italic;
|
14
|
-
}
|
15
|
-
.highlight .cs {
|
16
|
-
color: #999999;
|
17
|
-
font-weight: bold;
|
18
|
-
font-style: italic;
|
19
|
-
}
|
20
|
-
.highlight .c, .highlight .cd {
|
21
|
-
color: #999988;
|
22
|
-
font-style: italic;
|
23
|
-
}
|
24
|
-
.highlight .err {
|
25
|
-
color: #a61717;
|
26
|
-
background-color: #e3d2d2;
|
27
|
-
}
|
28
|
-
.highlight .gd {
|
29
|
-
// color: #000000;
|
30
|
-
color: var(--clr-code-bold-text);
|
31
|
-
background-color: #ffdddd;
|
32
|
-
}
|
33
|
-
.highlight .ge {
|
34
|
-
// color: #000000;
|
35
|
-
color: var(--clr-code-bold-text);
|
36
|
-
font-style: italic;
|
37
|
-
}
|
38
|
-
.highlight .gr {
|
39
|
-
color: #aa0000;
|
40
|
-
}
|
41
|
-
.highlight .gh {
|
42
|
-
color: #999999;
|
43
|
-
}
|
44
|
-
.highlight .gi {
|
45
|
-
// color: #000000;
|
46
|
-
color: var(--clr-code-bold-text);
|
47
|
-
background-color: #ddffdd;
|
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 .gt {
|
62
|
-
color: #aa0000;
|
63
|
-
}
|
64
|
-
.highlight .kc {
|
65
|
-
// color: #000000;
|
66
|
-
color: var(--clr-code-bold-text);
|
67
|
-
font-weight: bold;
|
68
|
-
}
|
69
|
-
.highlight .kd {
|
70
|
-
// color: #000000;
|
71
|
-
color: var(--clr-code-bold-text);
|
72
|
-
font-weight: bold;
|
73
|
-
}
|
74
|
-
.highlight .kn {
|
75
|
-
// color: #000000;
|
76
|
-
color: var(--clr-code-bold-text);
|
77
|
-
font-weight: bold;
|
78
|
-
}
|
79
|
-
.highlight .kp {
|
80
|
-
// color: #000000;
|
81
|
-
color: var(--clr-code-bold-text);
|
82
|
-
font-weight: bold;
|
83
|
-
}
|
84
|
-
.highlight .kr {
|
85
|
-
// color: #000000;
|
86
|
-
color: var(--clr-code-bold-text);
|
87
|
-
font-weight: bold;
|
88
|
-
}
|
89
|
-
.highlight .kt {
|
90
|
-
color: #445588;
|
91
|
-
font-weight: bold;
|
92
|
-
}
|
93
|
-
.highlight .k, .highlight .kv {
|
94
|
-
// color: #000000;
|
95
|
-
color: var(--clr-code-bold-text);
|
96
|
-
font-weight: bold;
|
97
|
-
}
|
98
|
-
.highlight .mf {
|
99
|
-
color: #009999;
|
100
|
-
}
|
101
|
-
.highlight .mh {
|
102
|
-
color: #009999;
|
103
|
-
}
|
104
|
-
.highlight .il {
|
105
|
-
color: #009999;
|
106
|
-
}
|
107
|
-
.highlight .mi {
|
108
|
-
color: #009999;
|
109
|
-
}
|
110
|
-
.highlight .mo {
|
111
|
-
color: #009999;
|
112
|
-
}
|
113
|
-
.highlight .m, .highlight .mb, .highlight .mx {
|
114
|
-
color: #009999;
|
115
|
-
}
|
116
|
-
.highlight .sb {
|
117
|
-
color: #d14;
|
118
|
-
}
|
119
|
-
.highlight .sc {
|
120
|
-
color: #d14;
|
121
|
-
}
|
122
|
-
.highlight .sd {
|
123
|
-
color: #d14;
|
124
|
-
}
|
125
|
-
.highlight .s2 {
|
126
|
-
color: #d14;
|
127
|
-
}
|
128
|
-
.highlight .se {
|
129
|
-
color: #d14;
|
130
|
-
}
|
131
|
-
.highlight .sh {
|
132
|
-
color: #d14;
|
133
|
-
}
|
134
|
-
.highlight .si {
|
135
|
-
color: #d14;
|
136
|
-
}
|
137
|
-
.highlight .sx {
|
138
|
-
color: #d14;
|
139
|
-
}
|
140
|
-
.highlight .sr {
|
141
|
-
color: #009926;
|
142
|
-
}
|
143
|
-
.highlight .s1 {
|
144
|
-
color: #d14;
|
145
|
-
}
|
146
|
-
.highlight .ss {
|
147
|
-
color: #990073;
|
148
|
-
}
|
149
|
-
.highlight .s {
|
150
|
-
color: #d14;
|
151
|
-
}
|
152
|
-
.highlight .na {
|
153
|
-
color: #008080;
|
154
|
-
}
|
155
|
-
.highlight .bp {
|
156
|
-
color: #999999;
|
157
|
-
}
|
158
|
-
.highlight .nb {
|
159
|
-
color: #0086B3;
|
160
|
-
}
|
161
|
-
.highlight .nc {
|
162
|
-
color: #445588;
|
163
|
-
font-weight: bold;
|
164
|
-
}
|
165
|
-
.highlight .no {
|
166
|
-
color: #008080;
|
167
|
-
}
|
168
|
-
.highlight .nd {
|
169
|
-
color: #3c5d5d;
|
170
|
-
font-weight: bold;
|
171
|
-
}
|
172
|
-
.highlight .ni {
|
173
|
-
color: #800080;
|
174
|
-
}
|
175
|
-
.highlight .ne {
|
176
|
-
color: #990000;
|
177
|
-
font-weight: bold;
|
178
|
-
}
|
179
|
-
.highlight .nf {
|
180
|
-
color: #990000;
|
181
|
-
font-weight: bold;
|
182
|
-
}
|
183
|
-
.highlight .nl {
|
184
|
-
color: #990000;
|
185
|
-
font-weight: bold;
|
186
|
-
}
|
187
|
-
.highlight .nn {
|
188
|
-
color: #555555;
|
189
|
-
}
|
190
|
-
.highlight .nt {
|
191
|
-
color: #000080;
|
192
|
-
}
|
193
|
-
.highlight .vc {
|
194
|
-
color: #008080;
|
195
|
-
}
|
196
|
-
.highlight .vg {
|
197
|
-
color: #008080;
|
198
|
-
}
|
199
|
-
.highlight .vi {
|
200
|
-
color: #008080;
|
201
|
-
}
|
202
|
-
.highlight .nv {
|
203
|
-
color: #008080;
|
204
|
-
}
|
205
|
-
.highlight .ow {
|
206
|
-
color: #000000;
|
207
|
-
font-weight: bold;
|
208
|
-
}
|
209
|
-
.highlight .o {
|
210
|
-
// color: #000000;
|
211
|
-
color: var(--clr-code-bold-text);
|
212
|
-
font-weight: bold;
|
213
|
-
}
|
214
|
-
.highlight .w {
|
215
|
-
color: #bbbbbb;
|
216
|
-
}
|
217
|
-
// .highlight {
|
218
|
-
// background-color: #f8f8f8;
|
219
|
-
// }
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight .cm {
|
4
|
+
color: #999988;
|
5
|
+
font-style: italic;
|
6
|
+
}
|
7
|
+
.highlight .cp {
|
8
|
+
color: #999999;
|
9
|
+
font-weight: bold;
|
10
|
+
}
|
11
|
+
.highlight .c1 {
|
12
|
+
color: #999988;
|
13
|
+
font-style: italic;
|
14
|
+
}
|
15
|
+
.highlight .cs {
|
16
|
+
color: #999999;
|
17
|
+
font-weight: bold;
|
18
|
+
font-style: italic;
|
19
|
+
}
|
20
|
+
.highlight .c, .highlight .cd {
|
21
|
+
color: #999988;
|
22
|
+
font-style: italic;
|
23
|
+
}
|
24
|
+
.highlight .err {
|
25
|
+
color: #a61717;
|
26
|
+
background-color: #e3d2d2;
|
27
|
+
}
|
28
|
+
.highlight .gd {
|
29
|
+
// color: #000000;
|
30
|
+
color: var(--clr-code-bold-text);
|
31
|
+
background-color: #ffdddd;
|
32
|
+
}
|
33
|
+
.highlight .ge {
|
34
|
+
// color: #000000;
|
35
|
+
color: var(--clr-code-bold-text);
|
36
|
+
font-style: italic;
|
37
|
+
}
|
38
|
+
.highlight .gr {
|
39
|
+
color: #aa0000;
|
40
|
+
}
|
41
|
+
.highlight .gh {
|
42
|
+
color: #999999;
|
43
|
+
}
|
44
|
+
.highlight .gi {
|
45
|
+
// color: #000000;
|
46
|
+
color: var(--clr-code-bold-text);
|
47
|
+
background-color: #ddffdd;
|
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 .gt {
|
62
|
+
color: #aa0000;
|
63
|
+
}
|
64
|
+
.highlight .kc {
|
65
|
+
// color: #000000;
|
66
|
+
color: var(--clr-code-bold-text);
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
.highlight .kd {
|
70
|
+
// color: #000000;
|
71
|
+
color: var(--clr-code-bold-text);
|
72
|
+
font-weight: bold;
|
73
|
+
}
|
74
|
+
.highlight .kn {
|
75
|
+
// color: #000000;
|
76
|
+
color: var(--clr-code-bold-text);
|
77
|
+
font-weight: bold;
|
78
|
+
}
|
79
|
+
.highlight .kp {
|
80
|
+
// color: #000000;
|
81
|
+
color: var(--clr-code-bold-text);
|
82
|
+
font-weight: bold;
|
83
|
+
}
|
84
|
+
.highlight .kr {
|
85
|
+
// color: #000000;
|
86
|
+
color: var(--clr-code-bold-text);
|
87
|
+
font-weight: bold;
|
88
|
+
}
|
89
|
+
.highlight .kt {
|
90
|
+
color: #445588;
|
91
|
+
font-weight: bold;
|
92
|
+
}
|
93
|
+
.highlight .k, .highlight .kv {
|
94
|
+
// color: #000000;
|
95
|
+
color: var(--clr-code-bold-text);
|
96
|
+
font-weight: bold;
|
97
|
+
}
|
98
|
+
.highlight .mf {
|
99
|
+
color: #009999;
|
100
|
+
}
|
101
|
+
.highlight .mh {
|
102
|
+
color: #009999;
|
103
|
+
}
|
104
|
+
.highlight .il {
|
105
|
+
color: #009999;
|
106
|
+
}
|
107
|
+
.highlight .mi {
|
108
|
+
color: #009999;
|
109
|
+
}
|
110
|
+
.highlight .mo {
|
111
|
+
color: #009999;
|
112
|
+
}
|
113
|
+
.highlight .m, .highlight .mb, .highlight .mx {
|
114
|
+
color: #009999;
|
115
|
+
}
|
116
|
+
.highlight .sb {
|
117
|
+
color: #d14;
|
118
|
+
}
|
119
|
+
.highlight .sc {
|
120
|
+
color: #d14;
|
121
|
+
}
|
122
|
+
.highlight .sd {
|
123
|
+
color: #d14;
|
124
|
+
}
|
125
|
+
.highlight .s2 {
|
126
|
+
color: #d14;
|
127
|
+
}
|
128
|
+
.highlight .se {
|
129
|
+
color: #d14;
|
130
|
+
}
|
131
|
+
.highlight .sh {
|
132
|
+
color: #d14;
|
133
|
+
}
|
134
|
+
.highlight .si {
|
135
|
+
color: #d14;
|
136
|
+
}
|
137
|
+
.highlight .sx {
|
138
|
+
color: #d14;
|
139
|
+
}
|
140
|
+
.highlight .sr {
|
141
|
+
color: #009926;
|
142
|
+
}
|
143
|
+
.highlight .s1 {
|
144
|
+
color: #d14;
|
145
|
+
}
|
146
|
+
.highlight .ss {
|
147
|
+
color: #990073;
|
148
|
+
}
|
149
|
+
.highlight .s {
|
150
|
+
color: #d14;
|
151
|
+
}
|
152
|
+
.highlight .na {
|
153
|
+
color: #008080;
|
154
|
+
}
|
155
|
+
.highlight .bp {
|
156
|
+
color: #999999;
|
157
|
+
}
|
158
|
+
.highlight .nb {
|
159
|
+
color: #0086B3;
|
160
|
+
}
|
161
|
+
.highlight .nc {
|
162
|
+
color: #445588;
|
163
|
+
font-weight: bold;
|
164
|
+
}
|
165
|
+
.highlight .no {
|
166
|
+
color: #008080;
|
167
|
+
}
|
168
|
+
.highlight .nd {
|
169
|
+
color: #3c5d5d;
|
170
|
+
font-weight: bold;
|
171
|
+
}
|
172
|
+
.highlight .ni {
|
173
|
+
color: #800080;
|
174
|
+
}
|
175
|
+
.highlight .ne {
|
176
|
+
color: #990000;
|
177
|
+
font-weight: bold;
|
178
|
+
}
|
179
|
+
.highlight .nf {
|
180
|
+
color: #990000;
|
181
|
+
font-weight: bold;
|
182
|
+
}
|
183
|
+
.highlight .nl {
|
184
|
+
color: #990000;
|
185
|
+
font-weight: bold;
|
186
|
+
}
|
187
|
+
.highlight .nn {
|
188
|
+
color: #555555;
|
189
|
+
}
|
190
|
+
.highlight .nt {
|
191
|
+
color: #000080;
|
192
|
+
}
|
193
|
+
.highlight .vc {
|
194
|
+
color: #008080;
|
195
|
+
}
|
196
|
+
.highlight .vg {
|
197
|
+
color: #008080;
|
198
|
+
}
|
199
|
+
.highlight .vi {
|
200
|
+
color: #008080;
|
201
|
+
}
|
202
|
+
.highlight .nv {
|
203
|
+
color: #008080;
|
204
|
+
}
|
205
|
+
.highlight .ow {
|
206
|
+
color: #000000;
|
207
|
+
font-weight: bold;
|
208
|
+
}
|
209
|
+
.highlight .o {
|
210
|
+
// color: #000000;
|
211
|
+
color: var(--clr-code-bold-text);
|
212
|
+
font-weight: bold;
|
213
|
+
}
|
214
|
+
.highlight .w {
|
215
|
+
color: #bbbbbb;
|
216
|
+
}
|
217
|
+
// .highlight {
|
218
|
+
// background-color: #f8f8f8;
|
219
|
+
// }
|
@@ -1,17 +1,17 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
|
4
|
-
//this mode is like colors-auto but if the device does not support @media prefers-color-scheme it will default to dark mode
|
5
|
-
|
6
|
-
@import "colors";
|
7
|
-
|
8
|
-
:root {
|
9
|
-
@include colors;
|
10
|
-
@include dark-colors;
|
11
|
-
}
|
12
|
-
|
13
|
-
@media print, (prefers-color-scheme: light) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink
|
14
|
-
:root {
|
15
|
-
@include light-colors;
|
16
|
-
}
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
//this mode is like colors-auto but if the device does not support @media prefers-color-scheme it will default to dark mode
|
5
|
+
|
6
|
+
@import "colors";
|
7
|
+
|
8
|
+
:root {
|
9
|
+
@include colors;
|
10
|
+
@include dark-colors;
|
11
|
+
}
|
12
|
+
|
13
|
+
@media print, (prefers-color-scheme: light) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink
|
14
|
+
:root {
|
15
|
+
@include light-colors;
|
16
|
+
}
|
17
17
|
}
|
data/assets/css/colors-auto.scss
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
|
4
|
-
@import "colors";
|
5
|
-
|
6
|
-
:root {
|
7
|
-
@include colors;
|
8
|
-
@include light-colors;
|
9
|
-
}
|
10
|
-
|
11
|
-
@media screen and (prefers-color-scheme: dark) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink
|
12
|
-
:root{
|
13
|
-
@include dark-colors;
|
14
|
-
}
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
@import "colors";
|
5
|
+
|
6
|
+
:root {
|
7
|
+
@include colors;
|
8
|
+
@include light-colors;
|
9
|
+
}
|
10
|
+
|
11
|
+
@media screen and (prefers-color-scheme: dark) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink
|
12
|
+
:root{
|
13
|
+
@include dark-colors;
|
14
|
+
}
|
15
15
|
}
|
data/assets/css/colors-dark.scss
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
|
4
|
-
@import "colors";
|
5
|
-
|
6
|
-
:root {
|
7
|
-
@include colors;
|
8
|
-
@include dark-colors;
|
9
|
-
}
|
10
|
-
|
11
|
-
@media print {
|
12
|
-
:root {
|
13
|
-
@include light-colors;
|
14
|
-
}
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
@import "colors";
|
5
|
+
|
6
|
+
:root {
|
7
|
+
@include colors;
|
8
|
+
@include dark-colors;
|
9
|
+
}
|
10
|
+
|
11
|
+
@media print {
|
12
|
+
:root {
|
13
|
+
@include light-colors;
|
14
|
+
}
|
15
15
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
|
4
|
-
@import "colors";
|
5
|
-
|
6
|
-
:root {
|
7
|
-
@include colors;
|
8
|
-
@include light-colors;
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
@import "colors";
|
5
|
+
|
6
|
+
:root {
|
7
|
+
@include colors;
|
8
|
+
@include light-colors;
|
9
9
|
}
|