jekyll-theme-so-simple 3.1.3 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,6 @@
7
7
  code.highlighter-rouge {
8
8
  margin: 0;
9
9
  padding: 0.2em 0.4em;
10
- color: $base05;
11
- background-color: $base00;
12
10
  font-size: 85%;
13
11
  border-radius: 3px;
14
12
  }
@@ -19,8 +17,6 @@ div.highlighter-rouge,
19
17
  figure.highlight {
20
18
  position: relative;
21
19
  margin-bottom: 1em;
22
- background: $base00;
23
- color: $base05;
24
20
  font-family: $monospace-font-family;
25
21
  line-height: 1.8;
26
22
 
@@ -45,8 +41,7 @@ figure.highlight {
45
41
  &.gutter {
46
42
  padding-right: 1em;
47
43
  width: 1em;
48
- color: $base04;
49
- border-right: 1px solid $base04;
44
+ border-right: 1px solid;
50
45
  text-align: right;
51
46
  }
52
47
 
@@ -65,267 +60,6 @@ figure.highlight {
65
60
  width: 100%;
66
61
  }
67
62
 
68
- .highlight .hll {
69
- background-color: $base06;
70
- }
71
- .highlight {
72
- .c {
73
- /* Comment */
74
- color: $base04;
75
- }
76
- .err {
77
- /* Error */
78
- color: $base08;
79
- }
80
- .k {
81
- /* Keyword */
82
- color: $base0e;
83
- }
84
- .l {
85
- /* Literal */
86
- color: $base09;
87
- }
88
- .n {
89
- /* Name */
90
- color: $base05;
91
- }
92
- .o {
93
- /* Operator */
94
- color: $base0c;
95
- }
96
- .p {
97
- /* Punctuation */
98
- color: $base05;
99
- }
100
- .cm {
101
- /* Comment.Multiline */
102
- color: $base04;
103
- }
104
- .cp {
105
- /* Comment.Preproc */
106
- color: $base04;
107
- }
108
- .c1 {
109
- /* Comment.Single */
110
- color: $base04;
111
- }
112
- .cs {
113
- /* Comment.Special */
114
- color: $base04;
115
- }
116
- .gd {
117
- /* Generic.Deleted */
118
- color: $base08;
119
- }
120
- .ge {
121
- /* Generic.Emph */
122
- font-style: italic;
123
- }
124
- .gh {
125
- /* Generic.Heading */
126
- color: $base05;
127
- font-weight: bold;
128
- }
129
- .gi {
130
- /* Generic.Inserted */
131
- color: $base0b;
132
- }
133
- .gp {
134
- /* Generic.Prompt */
135
- color: $base04;
136
- font-weight: bold;
137
- }
138
- .gs {
139
- /* Generic.Strong */
140
- font-weight: bold;
141
- }
142
- .gu {
143
- /* Generic.Subheading */
144
- color: $base0c;
145
- font-weight: bold;
146
- }
147
- .kc {
148
- /* Keyword.Constant */
149
- color: $base0e;
150
- }
151
- .kd {
152
- /* Keyword.Declaration */
153
- color: $base0e;
154
- }
155
- .kn {
156
- /* Keyword.Namespace */
157
- color: $base0c;
158
- }
159
- .kp {
160
- /* Keyword.Pseudo */
161
- color: $base0e;
162
- }
163
- .kr {
164
- /* Keyword.Reserved */
165
- color: $base0e;
166
- }
167
- .kt {
168
- /* Keyword.Type */
169
- color: $base0a;
170
- }
171
- .ld {
172
- /* Literal.Date */
173
- color: $base0b;
174
- }
175
- .m {
176
- /* Literal.Number */
177
- color: $base09;
178
- }
179
- .s {
180
- /* Literal.String */
181
- color: $base0b;
182
- }
183
- .na {
184
- /* Name.Attribute */
185
- color: $base0d;
186
- }
187
- .nb {
188
- /* Name.Builtin */
189
- color: $base05;
190
- }
191
- .nc {
192
- /* Name.Class */
193
- color: $base0a;
194
- }
195
- .no {
196
- /* Name.Constant */
197
- color: $base08;
198
- }
199
- .nd {
200
- /* Name.Decorator */
201
- color: $base0c;
202
- }
203
- .ni {
204
- /* Name.Entity */
205
- color: $base05;
206
- }
207
- .ne {
208
- /* Name.Exception */
209
- color: $base08;
210
- }
211
- .nf {
212
- /* Name.Function */
213
- color: $base0d;
214
- }
215
- .nl {
216
- /* Name.Label */
217
- color: $base05;
218
- }
219
- .nn {
220
- /* Name.Namespace */
221
- color: $base0a;
222
- }
223
- .nx {
224
- /* Name.Other */
225
- color: $base0d;
226
- }
227
- .py {
228
- /* Name.Property */
229
- color: $base05;
230
- }
231
- .nt {
232
- /* Name.Tag */
233
- color: $base0c;
234
- }
235
- .nv {
236
- /* Name.Variable */
237
- color: $base08;
238
- }
239
- .ow {
240
- /* Operator.Word */
241
- color: $base0c;
242
- }
243
- .w {
244
- /* Text.Whitespace */
245
- color: $base05;
246
- }
247
- .mf {
248
- /* Literal.Number.Float */
249
- color: $base09;
250
- }
251
- .mh {
252
- /* Literal.Number.Hex */
253
- color: $base09;
254
- }
255
- .mi {
256
- /* Literal.Number.Integer */
257
- color: $base09;
258
- }
259
- .mo {
260
- /* Literal.Number.Oct */
261
- color: $base09;
262
- }
263
- .sb {
264
- /* Literal.String.Backtick */
265
- color: $base0b;
266
- }
267
- .sc {
268
- /* Literal.String.Char */
269
- color: $base05;
270
- }
271
- .sd {
272
- /* Literal.String.Doc */
273
- color: $base04;
274
- }
275
- .s2 {
276
- /* Literal.String.Double */
277
- color: $base0b;
278
- }
279
- .se {
280
- /* Literal.String.Escape */
281
- color: $base09;
282
- }
283
- .sh {
284
- /* Literal.String.Heredoc */
285
- color: $base0b;
286
- }
287
- .si {
288
- /* Literal.String.Interpol */
289
- color: $base09;
290
- }
291
- .sx {
292
- /* Literal.String.Other */
293
- color: $base0b;
294
- }
295
- .sr {
296
- /* Literal.String.Regex */
297
- color: $base0b;
298
- }
299
- .s1 {
300
- /* Literal.String.Single */
301
- color: $base0b;
302
- }
303
- .ss {
304
- /* Literal.String.Symbol */
305
- color: $base0b;
306
- }
307
- .bp {
308
- /* Name.Builtin.Pseudo */
309
- color: $base05;
310
- }
311
- .vc {
312
- /* Name.Variable.Class */
313
- color: $base08;
314
- }
315
- .vg {
316
- /* Name.Variable.Global */
317
- color: $base08;
318
- }
319
- .vi {
320
- /* Name.Variable.Instance */
321
- color: $base08;
322
- }
323
- .il {
324
- /* Literal.Number.Integer.Long */
325
- color: $base09;
326
- }
327
- }
328
-
329
63
  .gist {
330
64
  td,
331
65
  th {
@@ -14,7 +14,7 @@ table {
14
14
 
15
15
  th,
16
16
  td {
17
- border-bottom: 1px solid $border-color;
17
+ border-bottom: 1px solid;
18
18
  }
19
19
 
20
20
  th {
@@ -51,22 +51,6 @@ $meta-font-family: $serif-font-family !default;
51
51
  $page-title-weight: bold !default;
52
52
  $entry-title-weight: bold !default;
53
53
 
54
- /* Colors */
55
- $base-color: #000 !default;
56
- $text-color: #000 !default;
57
- $accent-color: #34374C !default;
58
- $nav-color: #fff !default;
59
- $background-color: #fff !default;
60
- $nav-background-color: #000 !default;
61
- $code-background-color: tint($base-color, 95%) !default;
62
- $border-color: tint($base-color, 80%) !default;
63
-
64
- $primary-color: #000 !default;
65
- $success-color: #62c462 !default;
66
- $warning-color: #f89406 !default;
67
- $danger-color: #ee5f5b !default;
68
- $info-color: #52adc8 !default;
69
-
70
54
  /* YIQ color contrast */
71
55
  $yiq-contrasted-dark-default: #000 !default;
72
56
  $yiq-contrasted-light-default: #fff !default;
@@ -97,24 +81,6 @@ $vine-color: #00bf8f !default;
97
81
  $youtube-color: #bb0000 !default;
98
82
  $xing-color: #006567 !default;
99
83
 
100
- /* Syntax highlighting (base16) colors */
101
- $base00: #fafafa !default;
102
- $base01: #073642 !default;
103
- $base02: #586e75 !default;
104
- $base03: #657b83 !default;
105
- $base04: #839496 !default;
106
- $base05: #586e75 !default;
107
- $base06: #eee8d5 !default;
108
- $base07: #fdf6e3 !default;
109
- $base08: #dc322f !default;
110
- $base09: #cb4b16 !default;
111
- $base0a: #b58900 !default;
112
- $base0b: #859900 !default;
113
- $base0c: #2aa198 !default;
114
- $base0d: #268bd2 !default;
115
- $base0e: #6c71c4 !default;
116
- $base0f: #d33682 !default;
117
-
118
84
  /* Max-width of the main content */
119
85
  $main-max-width: $medium !default;
120
86
 
@@ -22,7 +22,6 @@
22
22
  padding: 0.75em 1em;
23
23
  clip: auto !important;
24
24
  border-radius: 0.125em;
25
- background-color: $base-color;
26
25
  color: #fff;
27
26
  font-weight: bold;
28
27
  line-height: normal;
@@ -0,0 +1,43 @@
1
+ ---
2
+ ---
3
+
4
+ @charset "utf-8";
5
+
6
+ @import "so-simple/functions";
7
+ @import "so-simple/variables";
8
+ @import "so-simple/notices";
9
+
10
+ /* Colors */
11
+ $base-color: #eaeaea !default;
12
+ $text-color: #eaeaea !default;
13
+ $accent-color: #00adb5 !default;
14
+ $nav-color: #aeaeae !default;
15
+ $background-color: #252a34 !default;
16
+ $nav-background-color: mix(#000, $background-color, 30%) !default;
17
+ $code-background-color: mix(#000, $background-color, 15%) !default;
18
+ $border-color: tint($base-color, 80%) !default;
19
+
20
+ $primary-color: white !default;
21
+ $success-color: rgb(48, 209, 88) !default;
22
+ $warning-color: rgb(255, 214, 10) !default;
23
+ $danger-color: rgb(255, 69, 58) !default;
24
+ $info-color: rgb(100, 210, 255) !default;
25
+
26
+ $base00: #263238;
27
+ $base01: #2e3c43;
28
+ $base02: #314549;
29
+ $base03: #546e7a;
30
+ $base04: #b2ccd6;
31
+ $base05: #eeffff;
32
+ $base06: #eeffff;
33
+ $base07: #ffffff;
34
+ $base08: #f07178;
35
+ $base09: #f78c6c;
36
+ $base0a: #ffcb6b;
37
+ $base0b: #c3e88d;
38
+ $base0c: #89ddff;
39
+ $base0d: #82aaff;
40
+ $base0e: #c792ea;
41
+ $base0f: #ff5370;
42
+
43
+ @import "so-simple/skin";
@@ -0,0 +1,44 @@
1
+ ---
2
+ ---
3
+
4
+ @charset "utf-8";
5
+
6
+ @import "so-simple/functions";
7
+ @import "so-simple/variables";
8
+ @import "so-simple/notices";
9
+
10
+ /* Colors */
11
+ $base-color: #000 !default;
12
+ $text-color: #000 !default;
13
+ $accent-color: #34374C !default;
14
+ $nav-color: #fff !default;
15
+ $background-color: #fff !default;
16
+ $nav-background-color: #000 !default;
17
+ $code-background-color: tint($base-color, 95%) !default;
18
+ $border-color: tint($base-color, 80%) !default;
19
+
20
+ $primary-color: #000 !default;
21
+ $success-color: #62c462 !default;
22
+ $warning-color: #f89406 !default;
23
+ $danger-color: #ee5f5b !default;
24
+ $info-color: #52adc8 !default;
25
+
26
+ /* Syntax highlighting (base16) colors */
27
+ $base00: #fafafa !default;
28
+ $base01: #073642 !default;
29
+ $base02: #586e75 !default;
30
+ $base03: #657b83 !default;
31
+ $base04: #839496 !default;
32
+ $base05: #586e75 !default;
33
+ $base06: #eee8d5 !default;
34
+ $base07: #fdf6e3 !default;
35
+ $base08: #dc322f !default;
36
+ $base09: #cb4b16 !default;
37
+ $base0a: #b58900 !default;
38
+ $base0b: #859900 !default;
39
+ $base0c: #2aa198 !default;
40
+ $base0d: #268bd2 !default;
41
+ $base0e: #6c71c4 !default;
42
+ $base0f: #d33682 !default;
43
+
44
+ @import "so-simple/skin";