jekyll-rtd-theme 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -12
  3. data/_includes/reset/snippets.liquid +11 -3
  4. data/_includes/reset/variables.liquid +9 -3
  5. data/_includes/reset/version.spec +1 -0
  6. data/_includes/versions.liquid +3 -3
  7. data/_layouts/default.liquid +5 -9
  8. data/_layouts/plugins/compress.liquid +1 -1
  9. data/_sass/rougify/base16.dark.scss +78 -0
  10. data/_sass/rougify/base16.light.scss +77 -0
  11. data/_sass/rougify/base16.monokai.dark.scss +78 -0
  12. data/_sass/rougify/base16.monokai.light.scss +77 -0
  13. data/_sass/rougify/base16.monokai.scss +78 -0
  14. data/_sass/rougify/base16.scss +77 -0
  15. data/_sass/rougify/base16.solarized.dark.scss +78 -0
  16. data/_sass/rougify/base16.solarized.light.scss +77 -0
  17. data/_sass/rougify/base16.solarized.scss +77 -0
  18. data/_sass/rougify/bw.scss +63 -0
  19. data/_sass/rougify/colorful.scss +170 -0
  20. data/_sass/rougify/github.scss +209 -0
  21. data/_sass/rougify/gruvbox.dark.scss +84 -0
  22. data/_sass/rougify/gruvbox.light.scss +84 -0
  23. data/_sass/rougify/gruvbox.scss +84 -0
  24. data/_sass/rougify/igorpro.scss +32 -0
  25. data/_sass/rougify/magritte.scss +167 -0
  26. data/_sass/rougify/molokai.scss +208 -0
  27. data/_sass/rougify/monokai.scss +210 -0
  28. data/_sass/rougify/monokai.sublime.scss +198 -0
  29. data/_sass/rougify/pastie.scss +146 -0
  30. data/_sass/rougify/thankful_eyes.scss +172 -0
  31. data/_sass/rougify/tulip.scss +163 -0
  32. data/assets/css/fonts/Roboto-Slab-Bold.woff +0 -0
  33. data/assets/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  34. data/assets/css/fonts/Roboto-Slab-Regular.woff +0 -0
  35. data/assets/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  36. data/assets/css/fonts/fontawesome-webfont.eot +0 -0
  37. data/assets/css/fonts/fontawesome-webfont.svg +2671 -0
  38. data/assets/css/fonts/fontawesome-webfont.ttf +0 -0
  39. data/assets/css/fonts/fontawesome-webfont.woff +0 -0
  40. data/assets/css/fonts/fontawesome-webfont.woff2 +0 -0
  41. data/assets/css/fonts/lato-bold-italic.woff +0 -0
  42. data/assets/css/fonts/lato-bold-italic.woff2 +0 -0
  43. data/assets/css/fonts/lato-bold.woff +0 -0
  44. data/assets/css/fonts/lato-bold.woff2 +0 -0
  45. data/assets/css/fonts/lato-normal-italic.woff +0 -0
  46. data/assets/css/fonts/lato-normal-italic.woff2 +0 -0
  47. data/assets/css/fonts/lato-normal.woff +0 -0
  48. data/assets/css/fonts/lato-normal.woff2 +0 -0
  49. data/assets/css/theme.css +4 -0
  50. data/assets/js/jquery.min.js +2 -0
  51. data/assets/js/theme.js +1 -0
  52. metadata +45 -1
@@ -0,0 +1,84 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #282828;
5
+ background-color: #fbf1c7;
6
+ }
7
+ .highlight .err {
8
+ color: #9d0006;
9
+ background-color: #fbf1c7;
10
+ font-weight: bold;
11
+ }
12
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
13
+ color: #928374;
14
+ font-style: italic;
15
+ }
16
+ .highlight .cp {
17
+ color: #427b58;
18
+ }
19
+ .highlight .nt {
20
+ color: #9d0006;
21
+ }
22
+ .highlight .o, .highlight .ow {
23
+ color: #282828;
24
+ }
25
+ .highlight .p, .highlight .pi {
26
+ color: #282828;
27
+ }
28
+ .highlight .gi {
29
+ color: #79740e;
30
+ background-color: #fbf1c7;
31
+ }
32
+ .highlight .gd {
33
+ color: #9d0006;
34
+ background-color: #fbf1c7;
35
+ }
36
+ .highlight .gh {
37
+ color: #79740e;
38
+ font-weight: bold;
39
+ }
40
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
41
+ color: #9d0006;
42
+ }
43
+ .highlight .kc {
44
+ color: #8f3f71;
45
+ }
46
+ .highlight .kt {
47
+ color: #b57614;
48
+ }
49
+ .highlight .kd {
50
+ color: #af3a03;
51
+ }
52
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
53
+ color: #79740e;
54
+ font-style: italic;
55
+ }
56
+ .highlight .si {
57
+ color: #79740e;
58
+ font-style: italic;
59
+ }
60
+ .highlight .sr {
61
+ color: #79740e;
62
+ font-style: italic;
63
+ }
64
+ .highlight .se {
65
+ color: #af3a03;
66
+ }
67
+ .highlight .nn {
68
+ color: #427b58;
69
+ }
70
+ .highlight .nc {
71
+ color: #427b58;
72
+ }
73
+ .highlight .no {
74
+ color: #8f3f71;
75
+ }
76
+ .highlight .na {
77
+ color: #79740e;
78
+ }
79
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
80
+ color: #8f3f71;
81
+ }
82
+ .highlight .ss {
83
+ color: #076678;
84
+ }
@@ -0,0 +1,84 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #fbf1c7;
5
+ background-color: #282828;
6
+ }
7
+ .highlight .err {
8
+ color: #fb4934;
9
+ background-color: #282828;
10
+ font-weight: bold;
11
+ }
12
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
13
+ color: #928374;
14
+ font-style: italic;
15
+ }
16
+ .highlight .cp {
17
+ color: #8ec07c;
18
+ }
19
+ .highlight .nt {
20
+ color: #fb4934;
21
+ }
22
+ .highlight .o, .highlight .ow {
23
+ color: #fbf1c7;
24
+ }
25
+ .highlight .p, .highlight .pi {
26
+ color: #fbf1c7;
27
+ }
28
+ .highlight .gi {
29
+ color: #b8bb26;
30
+ background-color: #282828;
31
+ }
32
+ .highlight .gd {
33
+ color: #fb4934;
34
+ background-color: #282828;
35
+ }
36
+ .highlight .gh {
37
+ color: #b8bb26;
38
+ font-weight: bold;
39
+ }
40
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
41
+ color: #fb4934;
42
+ }
43
+ .highlight .kc {
44
+ color: #d3869b;
45
+ }
46
+ .highlight .kt {
47
+ color: #fabd2f;
48
+ }
49
+ .highlight .kd {
50
+ color: #fe8019;
51
+ }
52
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
53
+ color: #b8bb26;
54
+ font-style: italic;
55
+ }
56
+ .highlight .si {
57
+ color: #b8bb26;
58
+ font-style: italic;
59
+ }
60
+ .highlight .sr {
61
+ color: #b8bb26;
62
+ font-style: italic;
63
+ }
64
+ .highlight .se {
65
+ color: #fe8019;
66
+ }
67
+ .highlight .nn {
68
+ color: #8ec07c;
69
+ }
70
+ .highlight .nc {
71
+ color: #8ec07c;
72
+ }
73
+ .highlight .no {
74
+ color: #d3869b;
75
+ }
76
+ .highlight .na {
77
+ color: #b8bb26;
78
+ }
79
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
80
+ color: #d3869b;
81
+ }
82
+ .highlight .ss {
83
+ color: #83a598;
84
+ }
@@ -0,0 +1,32 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #444444;
5
+ }
6
+ .highlight .cp {
7
+ color: #CC00A3;
8
+ }
9
+ .highlight .cs {
10
+ color: #CC00A3;
11
+ }
12
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
13
+ color: #FF0000;
14
+ }
15
+ .highlight .kc {
16
+ color: #C34E00;
17
+ }
18
+ .highlight .kd {
19
+ color: #0000FF;
20
+ }
21
+ .highlight .kr {
22
+ color: #007575;
23
+ }
24
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kt, .highlight .kv {
25
+ color: #0000FF;
26
+ }
27
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
28
+ color: #009C00;
29
+ }
30
+ .highlight .nb, .highlight .bp {
31
+ color: #C34E00;
32
+ }
@@ -0,0 +1,167 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight {
4
+ color: #000707;
5
+ background-color: #f3ffff;
6
+ }
7
+ .highlight .gl {
8
+ color: #f3ffff;
9
+ background-color: #000707;
10
+ }
11
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
12
+ color: #006c6c;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #920241;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .err {
20
+ color: #f3ffff;
21
+ background-color: #f22700;
22
+ }
23
+ .highlight .gr {
24
+ color: #f22700;
25
+ font-weight: bold;
26
+ font-style: italic;
27
+ }
28
+ .highlight .k, .highlight .kd, .highlight .kv {
29
+ color: #19003a;
30
+ font-weight: bold;
31
+ }
32
+ .highlight .o, .highlight .ow {
33
+ color: #4c48fe;
34
+ font-weight: bold;
35
+ }
36
+ .highlight .p, .highlight .pi {
37
+ color: #4c48fe;
38
+ }
39
+ .highlight .gd {
40
+ color: #f22700;
41
+ }
42
+ .highlight .gi {
43
+ color: #007500;
44
+ }
45
+ .highlight .ge {
46
+ font-style: italic;
47
+ }
48
+ .highlight .gs {
49
+ font-weight: bold;
50
+ }
51
+ .highlight .gt {
52
+ color: #000000;
53
+ background-color: #d8d9ff;
54
+ }
55
+ .highlight .kc {
56
+ color: #007500;
57
+ font-weight: bold;
58
+ }
59
+ .highlight .kn {
60
+ color: #007500;
61
+ font-weight: bold;
62
+ }
63
+ .highlight .kp {
64
+ color: #007500;
65
+ font-weight: bold;
66
+ }
67
+ .highlight .kr {
68
+ color: #007500;
69
+ font-weight: bold;
70
+ }
71
+ .highlight .gh {
72
+ color: #007500;
73
+ font-weight: bold;
74
+ }
75
+ .highlight .gu {
76
+ color: #007500;
77
+ font-weight: bold;
78
+ }
79
+ .highlight .kt {
80
+ color: #920241;
81
+ font-weight: bold;
82
+ }
83
+ .highlight .no {
84
+ color: #920241;
85
+ font-weight: bold;
86
+ }
87
+ .highlight .nc {
88
+ color: #920241;
89
+ font-weight: bold;
90
+ }
91
+ .highlight .nd {
92
+ color: #920241;
93
+ font-weight: bold;
94
+ }
95
+ .highlight .nn {
96
+ color: #920241;
97
+ font-weight: bold;
98
+ }
99
+ .highlight .bp {
100
+ color: #920241;
101
+ font-weight: bold;
102
+ }
103
+ .highlight .ne {
104
+ color: #920241;
105
+ font-weight: bold;
106
+ }
107
+ .highlight .nl {
108
+ color: #840084;
109
+ font-weight: bold;
110
+ }
111
+ .highlight .nt {
112
+ color: #840084;
113
+ font-weight: bold;
114
+ }
115
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
116
+ color: #007500;
117
+ font-weight: bold;
118
+ }
119
+ .highlight .ld {
120
+ color: #007500;
121
+ font-weight: bold;
122
+ }
123
+ .highlight .ss {
124
+ color: #007500;
125
+ }
126
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
127
+ color: #7c0000;
128
+ font-weight: bold;
129
+ }
130
+ .highlight .se {
131
+ color: #840084;
132
+ font-weight: bold;
133
+ }
134
+ .highlight .sc {
135
+ color: #840084;
136
+ font-weight: bold;
137
+ }
138
+ .highlight .si {
139
+ color: #840084;
140
+ font-weight: bold;
141
+ }
142
+ .highlight .nb {
143
+ font-weight: bold;
144
+ }
145
+ .highlight .ni {
146
+ color: #999999;
147
+ font-weight: bold;
148
+ }
149
+ .highlight .w {
150
+ color: #BBBBBB;
151
+ }
152
+ .highlight .go {
153
+ color: #19003a;
154
+ }
155
+ .highlight .nf, .highlight .fm {
156
+ color: #ff0089;
157
+ }
158
+ .highlight .py {
159
+ color: #ff0089;
160
+ }
161
+ .highlight .na {
162
+ color: #ff0089;
163
+ }
164
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
165
+ color: #ff0089;
166
+ font-weight: bold;
167
+ }
@@ -0,0 +1,208 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
4
+ color: #5e5d83;
5
+ font-style: italic;
6
+ }
7
+ .highlight .cm {
8
+ color: #5e5d83;
9
+ font-style: italic;
10
+ }
11
+ .highlight .c1 {
12
+ color: #5e5d83;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #465457;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .cs {
20
+ color: #465457;
21
+ font-weight: bold;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #f8f8f2;
26
+ background-color: #403d3d;
27
+ }
28
+ .highlight .gi {
29
+ color: #a6e22e;
30
+ }
31
+ .highlight .gd {
32
+ color: #f92672;
33
+ }
34
+ .highlight .ge {
35
+ color: #1b1d1e;
36
+ font-style: italic;
37
+ }
38
+ .highlight .gr {
39
+ color: #f92672;
40
+ }
41
+ .highlight .gt {
42
+ color: #f92672;
43
+ }
44
+ .highlight .gh {
45
+ color: #403d3d;
46
+ }
47
+ .highlight .go {
48
+ color: #403d3d;
49
+ }
50
+ .highlight .gp {
51
+ color: #66d9ef;
52
+ }
53
+ .highlight .gs {
54
+ font-weight: bold;
55
+ }
56
+ .highlight .gu {
57
+ color: #465457;
58
+ }
59
+ .highlight .k, .highlight .kv {
60
+ color: #66d9ef;
61
+ font-weight: bold;
62
+ }
63
+ .highlight .kc {
64
+ color: #66d9ef;
65
+ font-weight: bold;
66
+ }
67
+ .highlight .kd {
68
+ color: #66d9ef;
69
+ font-weight: bold;
70
+ }
71
+ .highlight .kp {
72
+ color: #66d9ef;
73
+ font-weight: bold;
74
+ }
75
+ .highlight .kr {
76
+ color: #66d9ef;
77
+ font-weight: bold;
78
+ }
79
+ .highlight .kt {
80
+ color: #66d9ef;
81
+ font-weight: bold;
82
+ }
83
+ .highlight .kn {
84
+ color: #f92672;
85
+ font-weight: bold;
86
+ }
87
+ .highlight .ow {
88
+ color: #f92672;
89
+ font-weight: bold;
90
+ }
91
+ .highlight .o {
92
+ color: #f92672;
93
+ font-weight: bold;
94
+ }
95
+ .highlight .mf {
96
+ color: #af87ff;
97
+ }
98
+ .highlight .mh {
99
+ color: #af87ff;
100
+ }
101
+ .highlight .il {
102
+ color: #af87ff;
103
+ }
104
+ .highlight .mi {
105
+ color: #af87ff;
106
+ }
107
+ .highlight .mo {
108
+ color: #af87ff;
109
+ }
110
+ .highlight .m, .highlight .mb, .highlight .mx {
111
+ color: #af87ff;
112
+ }
113
+ .highlight .se {
114
+ color: #af87ff;
115
+ }
116
+ .highlight .sb {
117
+ color: #d7d787;
118
+ }
119
+ .highlight .sc {
120
+ color: #d7d787;
121
+ }
122
+ .highlight .sd {
123
+ color: #d7d787;
124
+ }
125
+ .highlight .s2 {
126
+ color: #d7d787;
127
+ }
128
+ .highlight .sh {
129
+ color: #d7d787;
130
+ }
131
+ .highlight .si {
132
+ color: #d7d787;
133
+ }
134
+ .highlight .sx {
135
+ color: #d7d787;
136
+ }
137
+ .highlight .sr {
138
+ color: #d7d787;
139
+ }
140
+ .highlight .s1 {
141
+ color: #d7d787;
142
+ }
143
+ .highlight .ss {
144
+ color: #d7d787;
145
+ }
146
+ .highlight .s, .highlight .sa, .highlight .dl {
147
+ color: #d7d787;
148
+ }
149
+ .highlight .na {
150
+ color: #a6e22e;
151
+ }
152
+ .highlight .nc {
153
+ color: #a6e22e;
154
+ font-weight: bold;
155
+ }
156
+ .highlight .nd {
157
+ color: #a6e22e;
158
+ font-weight: bold;
159
+ }
160
+ .highlight .ne {
161
+ color: #a6e22e;
162
+ font-weight: bold;
163
+ }
164
+ .highlight .nf, .highlight .fm {
165
+ color: #a6e22e;
166
+ font-weight: bold;
167
+ }
168
+ .highlight .no {
169
+ color: #66d9ef;
170
+ }
171
+ .highlight .bp {
172
+ color: #f8f8f2;
173
+ }
174
+ .highlight .nb {
175
+ color: #f8f8f2;
176
+ }
177
+ .highlight .ni {
178
+ color: #f8f8f2;
179
+ }
180
+ .highlight .nn {
181
+ color: #f8f8f2;
182
+ }
183
+ .highlight .vc {
184
+ color: #f8f8f2;
185
+ }
186
+ .highlight .vg {
187
+ color: #f8f8f2;
188
+ }
189
+ .highlight .vi {
190
+ color: #f8f8f2;
191
+ }
192
+ .highlight .nv, .highlight .vm {
193
+ color: #f8f8f2;
194
+ }
195
+ .highlight .w {
196
+ color: #f8f8f2;
197
+ }
198
+ .highlight .nl {
199
+ color: #f8f8f2;
200
+ font-weight: bold;
201
+ }
202
+ .highlight .nt {
203
+ color: #f92672;
204
+ }
205
+ .highlight {
206
+ color: #f8f8f2;
207
+ background-color: #1b1d1e;
208
+ }