jekyll-theme-fast 0.1.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.
@@ -0,0 +1,210 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .c, .highlight .cd {
4
+ color: #75715e;
5
+ font-style: italic;
6
+ }
7
+ .highlight .cm {
8
+ color: #75715e;
9
+ font-style: italic;
10
+ }
11
+ .highlight .c1 {
12
+ color: #75715e;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #75715e;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .cs {
20
+ color: #75715e;
21
+ font-weight: bold;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #960050;
26
+ background-color: #1e0010;
27
+ }
28
+ .highlight .gi {
29
+ color: #ffffff;
30
+ background-color: #324932;
31
+ }
32
+ .highlight .gd {
33
+ color: #ffffff;
34
+ background-color: #493131;
35
+ }
36
+ .highlight .ge {
37
+ color: #000000;
38
+ font-style: italic;
39
+ }
40
+ .highlight .gr {
41
+ color: #aa0000;
42
+ }
43
+ .highlight .gt {
44
+ color: #aa0000;
45
+ }
46
+ .highlight .gh {
47
+ color: #999999;
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 .k, .highlight .kv {
62
+ color: #66d9ef;
63
+ font-weight: bold;
64
+ }
65
+ .highlight .kc {
66
+ color: #66d9ef;
67
+ font-weight: bold;
68
+ }
69
+ .highlight .kd {
70
+ color: #66d9ef;
71
+ font-weight: bold;
72
+ }
73
+ .highlight .kp {
74
+ color: #66d9ef;
75
+ font-weight: bold;
76
+ }
77
+ .highlight .kr {
78
+ color: #66d9ef;
79
+ font-weight: bold;
80
+ }
81
+ .highlight .kt {
82
+ color: #66d9ef;
83
+ font-weight: bold;
84
+ }
85
+ .highlight .kn {
86
+ color: #f92672;
87
+ font-weight: bold;
88
+ }
89
+ .highlight .ow {
90
+ color: #f92672;
91
+ font-weight: bold;
92
+ }
93
+ .highlight .o {
94
+ color: #f92672;
95
+ font-weight: bold;
96
+ }
97
+ .highlight .mf {
98
+ color: #ae81ff;
99
+ }
100
+ .highlight .mh {
101
+ color: #ae81ff;
102
+ }
103
+ .highlight .il {
104
+ color: #ae81ff;
105
+ }
106
+ .highlight .mi {
107
+ color: #ae81ff;
108
+ }
109
+ .highlight .mo {
110
+ color: #ae81ff;
111
+ }
112
+ .highlight .m, .highlight .mb, .highlight .mx {
113
+ color: #ae81ff;
114
+ }
115
+ .highlight .se {
116
+ color: #ae81ff;
117
+ }
118
+ .highlight .sb {
119
+ color: #e6db74;
120
+ }
121
+ .highlight .sc {
122
+ color: #e6db74;
123
+ }
124
+ .highlight .sd {
125
+ color: #e6db74;
126
+ }
127
+ .highlight .s2 {
128
+ color: #e6db74;
129
+ }
130
+ .highlight .sh {
131
+ color: #e6db74;
132
+ }
133
+ .highlight .si {
134
+ color: #e6db74;
135
+ }
136
+ .highlight .sx {
137
+ color: #e6db74;
138
+ }
139
+ .highlight .sr {
140
+ color: #e6db74;
141
+ }
142
+ .highlight .s1 {
143
+ color: #e6db74;
144
+ }
145
+ .highlight .ss {
146
+ color: #e6db74;
147
+ }
148
+ .highlight .s {
149
+ color: #e6db74;
150
+ }
151
+ .highlight .na {
152
+ color: #a6e22e;
153
+ }
154
+ .highlight .nc {
155
+ color: #a6e22e;
156
+ font-weight: bold;
157
+ }
158
+ .highlight .nd {
159
+ color: #a6e22e;
160
+ font-weight: bold;
161
+ }
162
+ .highlight .ne {
163
+ color: #a6e22e;
164
+ font-weight: bold;
165
+ }
166
+ .highlight .nf {
167
+ color: #a6e22e;
168
+ font-weight: bold;
169
+ }
170
+ .highlight .no {
171
+ color: #66d9ef;
172
+ }
173
+ .highlight .bp {
174
+ color: #f8f8f2;
175
+ }
176
+ .highlight .nb {
177
+ color: #f8f8f2;
178
+ }
179
+ .highlight .ni {
180
+ color: #f8f8f2;
181
+ }
182
+ .highlight .nn {
183
+ color: #f8f8f2;
184
+ }
185
+ .highlight .vc {
186
+ color: #f8f8f2;
187
+ }
188
+ .highlight .vg {
189
+ color: #f8f8f2;
190
+ }
191
+ .highlight .vi {
192
+ color: #f8f8f2;
193
+ }
194
+ .highlight .nv {
195
+ color: #f8f8f2;
196
+ }
197
+ .highlight .w {
198
+ color: #f8f8f2;
199
+ }
200
+ .highlight .nl {
201
+ color: #f8f8f2;
202
+ font-weight: bold;
203
+ }
204
+ .highlight .nt {
205
+ color: #f92672;
206
+ }
207
+ .highlight {
208
+ color: #f8f8f2;
209
+ background-color: #49483e;
210
+ }
@@ -0,0 +1,187 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .gh {
4
+ color: #999999;
5
+ }
6
+ .highlight .sr {
7
+ color: #f6aa11;
8
+ }
9
+ .highlight .go {
10
+ color: #888888;
11
+ }
12
+ .highlight .gp {
13
+ color: #555555;
14
+ }
15
+ .highlight .gs {
16
+ }
17
+ .highlight .gu {
18
+ color: #aaaaaa;
19
+ }
20
+ .highlight .nb {
21
+ color: #f6aa11;
22
+ }
23
+ .highlight .cm {
24
+ color: #75715e;
25
+ }
26
+ .highlight .cp {
27
+ color: #75715e;
28
+ }
29
+ .highlight .c1 {
30
+ color: #75715e;
31
+ }
32
+ .highlight .cs {
33
+ color: #75715e;
34
+ }
35
+ .highlight .c, .highlight .cd {
36
+ color: #75715e;
37
+ }
38
+ .highlight .err {
39
+ color: #960050;
40
+ }
41
+ .highlight .gr {
42
+ color: #960050;
43
+ }
44
+ .highlight .gt {
45
+ color: #960050;
46
+ }
47
+ .highlight .gd {
48
+ color: #49483e;
49
+ }
50
+ .highlight .gi {
51
+ color: #49483e;
52
+ }
53
+ .highlight .ge {
54
+ color: #49483e;
55
+ }
56
+ .highlight .kc {
57
+ color: #66d9ef;
58
+ }
59
+ .highlight .kd {
60
+ color: #66d9ef;
61
+ }
62
+ .highlight .kr {
63
+ color: #66d9ef;
64
+ }
65
+ .highlight .no {
66
+ color: #66d9ef;
67
+ }
68
+ .highlight .kt {
69
+ color: #66d9ef;
70
+ }
71
+ .highlight .mf {
72
+ color: #ae81ff;
73
+ }
74
+ .highlight .mh {
75
+ color: #ae81ff;
76
+ }
77
+ .highlight .il {
78
+ color: #ae81ff;
79
+ }
80
+ .highlight .mi {
81
+ color: #ae81ff;
82
+ }
83
+ .highlight .mo {
84
+ color: #ae81ff;
85
+ }
86
+ .highlight .m, .highlight .mb, .highlight .mx {
87
+ color: #ae81ff;
88
+ }
89
+ .highlight .sc {
90
+ color: #ae81ff;
91
+ }
92
+ .highlight .se {
93
+ color: #ae81ff;
94
+ }
95
+ .highlight .ss {
96
+ color: #ae81ff;
97
+ }
98
+ .highlight .sd {
99
+ color: #e6db74;
100
+ }
101
+ .highlight .s2 {
102
+ color: #e6db74;
103
+ }
104
+ .highlight .sb {
105
+ color: #e6db74;
106
+ }
107
+ .highlight .sh {
108
+ color: #e6db74;
109
+ }
110
+ .highlight .si {
111
+ color: #e6db74;
112
+ }
113
+ .highlight .sx {
114
+ color: #e6db74;
115
+ }
116
+ .highlight .s1 {
117
+ color: #e6db74;
118
+ }
119
+ .highlight .s {
120
+ color: #e6db74;
121
+ }
122
+ .highlight .na {
123
+ color: #a6e22e;
124
+ }
125
+ .highlight .nc {
126
+ color: #a6e22e;
127
+ }
128
+ .highlight .nd {
129
+ color: #a6e22e;
130
+ }
131
+ .highlight .ne {
132
+ color: #a6e22e;
133
+ }
134
+ .highlight .nf {
135
+ color: #a6e22e;
136
+ }
137
+ .highlight .vc {
138
+ color: #ffffff;
139
+ }
140
+ .highlight .nn {
141
+ color: #ffffff;
142
+ }
143
+ .highlight .nl {
144
+ color: #ffffff;
145
+ }
146
+ .highlight .ni {
147
+ color: #ffffff;
148
+ }
149
+ .highlight .bp {
150
+ color: #ffffff;
151
+ }
152
+ .highlight .vg {
153
+ color: #ffffff;
154
+ }
155
+ .highlight .vi {
156
+ color: #ffffff;
157
+ }
158
+ .highlight .nv {
159
+ color: #ffffff;
160
+ }
161
+ .highlight .w {
162
+ color: #ffffff;
163
+ }
164
+ .highlight {
165
+ color: #ffffff;
166
+ }
167
+ .highlight .n, .highlight .py, .highlight .nx {
168
+ color: #ffffff;
169
+ }
170
+ .highlight .ow {
171
+ color: #f92672;
172
+ }
173
+ .highlight .nt {
174
+ color: #f92672;
175
+ }
176
+ .highlight .k, .highlight .kv {
177
+ color: #f92672;
178
+ }
179
+ .highlight .kn {
180
+ color: #f92672;
181
+ }
182
+ .highlight .kp {
183
+ color: #f92672;
184
+ }
185
+ .highlight .o {
186
+ color: #f92672;
187
+ }
@@ -0,0 +1,173 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight {
4
+ color: #faf6e4;
5
+ background-color: #122b3b;
6
+ }
7
+ .highlight .gl {
8
+ color: #dee5e7;
9
+ background-color: #4e5d62;
10
+ }
11
+ .highlight .gp {
12
+ color: #a8e1fe;
13
+ font-weight: bold;
14
+ }
15
+ .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
16
+ color: #6c8b9f;
17
+ font-style: italic;
18
+ }
19
+ .highlight .cp {
20
+ color: #b2fd6d;
21
+ font-weight: bold;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #fefeec;
26
+ background-color: #cc0000;
27
+ }
28
+ .highlight .gr {
29
+ color: #cc0000;
30
+ font-weight: bold;
31
+ font-style: italic;
32
+ }
33
+ .highlight .k, .highlight .kd, .highlight .kv {
34
+ color: #f6dd62;
35
+ font-weight: bold;
36
+ }
37
+ .highlight .o, .highlight .ow {
38
+ color: #4df4ff;
39
+ font-weight: bold;
40
+ }
41
+ .highlight .p, .highlight .pi {
42
+ color: #4df4ff;
43
+ }
44
+ .highlight .gd {
45
+ color: #cc0000;
46
+ }
47
+ .highlight .gi {
48
+ color: #b2fd6d;
49
+ }
50
+ .highlight .ge {
51
+ font-style: italic;
52
+ }
53
+ .highlight .gs {
54
+ font-weight: bold;
55
+ }
56
+ .highlight .gt {
57
+ color: #dee5e7;
58
+ background-color: #4e5d62;
59
+ }
60
+ .highlight .kc {
61
+ color: #f696db;
62
+ font-weight: bold;
63
+ }
64
+ .highlight .kn {
65
+ color: #ffb000;
66
+ font-weight: bold;
67
+ }
68
+ .highlight .kp {
69
+ color: #ffb000;
70
+ font-weight: bold;
71
+ }
72
+ .highlight .kr {
73
+ color: #ffb000;
74
+ font-weight: bold;
75
+ }
76
+ .highlight .gh {
77
+ color: #ffb000;
78
+ font-weight: bold;
79
+ }
80
+ .highlight .gu {
81
+ color: #ffb000;
82
+ font-weight: bold;
83
+ }
84
+ .highlight .kt {
85
+ color: #b2fd6d;
86
+ font-weight: bold;
87
+ }
88
+ .highlight .no {
89
+ color: #b2fd6d;
90
+ font-weight: bold;
91
+ }
92
+ .highlight .nc {
93
+ color: #b2fd6d;
94
+ font-weight: bold;
95
+ }
96
+ .highlight .nd {
97
+ color: #b2fd6d;
98
+ font-weight: bold;
99
+ }
100
+ .highlight .nn {
101
+ color: #b2fd6d;
102
+ font-weight: bold;
103
+ }
104
+ .highlight .bp {
105
+ color: #b2fd6d;
106
+ font-weight: bold;
107
+ }
108
+ .highlight .ne {
109
+ color: #b2fd6d;
110
+ font-weight: bold;
111
+ }
112
+ .highlight .nl {
113
+ color: #ffb000;
114
+ font-weight: bold;
115
+ }
116
+ .highlight .nt {
117
+ color: #ffb000;
118
+ font-weight: bold;
119
+ }
120
+ .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
121
+ color: #f696db;
122
+ font-weight: bold;
123
+ }
124
+ .highlight .ld {
125
+ color: #f696db;
126
+ font-weight: bold;
127
+ }
128
+ .highlight .ss {
129
+ color: #f696db;
130
+ font-weight: bold;
131
+ }
132
+ .highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
133
+ color: #fff0a6;
134
+ font-weight: bold;
135
+ }
136
+ .highlight .se {
137
+ color: #4df4ff;
138
+ font-weight: bold;
139
+ }
140
+ .highlight .sc {
141
+ color: #4df4ff;
142
+ font-weight: bold;
143
+ }
144
+ .highlight .si {
145
+ color: #4df4ff;
146
+ font-weight: bold;
147
+ }
148
+ .highlight .nb {
149
+ font-weight: bold;
150
+ }
151
+ .highlight .ni {
152
+ color: #999999;
153
+ font-weight: bold;
154
+ }
155
+ .highlight .w {
156
+ color: #BBBBBB;
157
+ }
158
+ .highlight .go {
159
+ color: #BBBBBB;
160
+ }
161
+ .highlight .nf {
162
+ color: #a8e1fe;
163
+ }
164
+ .highlight .py {
165
+ color: #a8e1fe;
166
+ }
167
+ .highlight .na {
168
+ color: #a8e1fe;
169
+ }
170
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
171
+ color: #a8e1fe;
172
+ font-weight: bold;
173
+ }