dendron-jekyll 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +68 -0
  4. data/Rakefile +1 -0
  5. data/_includes/active.html +8 -0
  6. data/_includes/archive-single.html +33 -0
  7. data/_includes/crumbs.html +15 -0
  8. data/_includes/css/custom.scss.liquid +1 -0
  9. data/_includes/css/just-the-docs.scss.liquid +7 -0
  10. data/_includes/documents-collection.html +25 -0
  11. data/_includes/figure +9 -0
  12. data/_includes/head.html +40 -0
  13. data/_includes/head_custom.html +0 -0
  14. data/_includes/js/custom.js +0 -0
  15. data/_includes/nav.html +37 -0
  16. data/_includes/sidebar.html +19 -0
  17. data/_includes/title.html +5 -0
  18. data/_includes/toc +7 -0
  19. data/_includes/toc-mm.html +96 -0
  20. data/_includes/toc.html +16 -0
  21. data/_includes/vendor/anchor_headings.html +100 -0
  22. data/_layouts/about.html +5 -0
  23. data/_layouts/archive.html +30 -0
  24. data/_layouts/default.html +160 -0
  25. data/_layouts/home.html +5 -0
  26. data/_layouts/page.html +5 -0
  27. data/_layouts/post.html +5 -0
  28. data/_layouts/single.html +97 -0
  29. data/_layouts/table_wrappers.html +7 -0
  30. data/_layouts/vendor/compress.html +10 -0
  31. data/_sass/base.scss +108 -0
  32. data/_sass/buttons.scss +118 -0
  33. data/_sass/code.scss +261 -0
  34. data/_sass/color_schemes/dark.scss +17 -0
  35. data/_sass/color_schemes/light.scss +0 -0
  36. data/_sass/content.scss +196 -0
  37. data/_sass/custom/custom.scss +0 -0
  38. data/_sass/labels.scss +37 -0
  39. data/_sass/layout.scss +205 -0
  40. data/_sass/minimal-mistakes/_animations.scss +21 -0
  41. data/_sass/minimal-mistakes/_archive.scss +455 -0
  42. data/_sass/minimal-mistakes/_base.scss +357 -0
  43. data/_sass/minimal-mistakes/_buttons.scss +97 -0
  44. data/_sass/minimal-mistakes/_footer.scss +86 -0
  45. data/_sass/minimal-mistakes/_forms.scss +393 -0
  46. data/_sass/minimal-mistakes/_masthead.scss +93 -0
  47. data/_sass/minimal-mistakes/_mixins.scss +92 -0
  48. data/_sass/minimal-mistakes/_navigation.scss +566 -0
  49. data/_sass/minimal-mistakes/_notices.scss +105 -0
  50. data/_sass/minimal-mistakes/_page.scss +553 -0
  51. data/_sass/minimal-mistakes/_print.scss +252 -0
  52. data/_sass/minimal-mistakes/_reset.scss +187 -0
  53. data/_sass/minimal-mistakes/_search.scss +132 -0
  54. data/_sass/minimal-mistakes/_sidebar.scss +347 -0
  55. data/_sass/minimal-mistakes/_syntax.scss +324 -0
  56. data/_sass/minimal-mistakes/_tables.scss +39 -0
  57. data/_sass/minimal-mistakes/_utilities.scss +593 -0
  58. data/_sass/minimal-mistakes/_variables.scss +169 -0
  59. data/_sass/minimal-mistakes/skins/_air.scss +23 -0
  60. data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
  61. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -0
  62. data/_sass/minimal-mistakes/skins/_dark.scss +28 -0
  63. data/_sass/minimal-mistakes/skins/_default.scss +5 -0
  64. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -0
  65. data/_sass/minimal-mistakes/skins/_mint.scss +23 -0
  66. data/_sass/minimal-mistakes/skins/_neon.scss +57 -0
  67. data/_sass/minimal-mistakes/skins/_plum.scss +64 -0
  68. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -0
  69. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -0
  70. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +95 -0
  71. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -0
  72. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +50 -0
  73. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -0
  74. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -0
  75. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -0
  76. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +71 -0
  77. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -0
  78. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -0
  79. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -0
  80. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -0
  81. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -0
  82. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -0
  83. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -0
  84. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +22 -0
  85. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -0
  86. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -0
  87. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -0
  88. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -0
  89. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +46 -0
  90. data/_sass/minimal-mistakes/vendor/susy/_su.scss +4 -0
  91. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -0
  92. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -0
  93. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -0
  94. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  95. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  96. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  97. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  98. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  99. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  100. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -0
  101. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -0
  102. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -0
  103. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -0
  104. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -0
  105. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -0
  106. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -0
  107. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -0
  108. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -0
  109. data/_sass/modules.scss +25 -0
  110. data/_sass/navigation.scss +196 -0
  111. data/_sass/print.scss +40 -0
  112. data/_sass/search.scss +323 -0
  113. data/_sass/support/_functions.scss +9 -0
  114. data/_sass/support/_variables.scss +135 -0
  115. data/_sass/support/mixins/_buttons.scss +27 -0
  116. data/_sass/support/mixins/_layout.scss +34 -0
  117. data/_sass/support/mixins/_typography.scss +86 -0
  118. data/_sass/support/mixins/mixins.scss +3 -0
  119. data/_sass/support/support.scss +3 -0
  120. data/_sass/tables.scss +58 -0
  121. data/_sass/typography.scss +60 -0
  122. data/_sass/utilities/_colors.scss +239 -0
  123. data/_sass/utilities/_layout.scss +95 -0
  124. data/_sass/utilities/_lists.scss +17 -0
  125. data/_sass/utilities/_spacing.scss +165 -0
  126. data/_sass/utilities/_typography.scss +91 -0
  127. data/_sass/utilities/utilities.scss +5 -0
  128. data/_sass/vendor/normalize.scss/README.md +78 -0
  129. data/_sass/vendor/normalize.scss/normalize.scss +427 -0
  130. data/_sass/vendor/normalize.scss/package.json +70 -0
  131. data/assets/css/just-the-docs-dark.scss +3 -0
  132. data/assets/css/just-the-docs-default.scss +8 -0
  133. data/assets/css/just-the-docs-light.scss +3 -0
  134. data/assets/images/just-the-docs.png +0 -0
  135. data/assets/images/search.svg +1 -0
  136. data/assets/js/just-the-docs.js +473 -0
  137. data/assets/js/vendor/lunr.min.js +6 -0
  138. data/assets/js/zzzz-search-data.json +60 -0
  139. data/bin/just-the-docs +16 -0
  140. data/lib/tasks/search.rake +74 -0
  141. metadata +245 -0
@@ -0,0 +1,347 @@
1
+ /* ==========================================================================
2
+ SIDEBAR
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Default
7
+ ========================================================================== */
8
+
9
+ .sidebar {
10
+ @include clearfix();
11
+ // @include breakpoint(max-width $large) {
12
+ // /* fix z-index order of follow links */
13
+ // position: relative;
14
+ // z-index: 10;
15
+ // -webkit-transform: translate3d(0, 0, 0);
16
+ // transform: translate3d(0, 0, 0);
17
+ // }
18
+
19
+ @include breakpoint($large) {
20
+ float: left;
21
+ width: calc(#{$right-sidebar-width-narrow} - 1em);
22
+ opacity: 0.75;
23
+ -webkit-transition: opacity 0.2s ease-in-out;
24
+ transition: opacity 0.2s ease-in-out;
25
+
26
+ &:hover {
27
+ opacity: 1;
28
+ }
29
+
30
+ &.sticky {
31
+ overflow-y: auto;
32
+ /* calculate height of nav list
33
+ viewport height - nav height - masthead x-padding
34
+ */
35
+ max-height: calc(100vh - #{$nav-height} - 2em);
36
+ }
37
+ }
38
+
39
+ @include breakpoint($x-large) {
40
+ width: calc(#{$right-sidebar-width} - 1em);
41
+ }
42
+
43
+ > * {
44
+ margin-top: 1em;
45
+ margin-bottom: 1em;
46
+ }
47
+
48
+ h2,
49
+ h3,
50
+ h4,
51
+ h5,
52
+ h6 {
53
+ margin-bottom: 0;
54
+ font-family: $sans-serif-narrow;
55
+ }
56
+
57
+ p,
58
+ li {
59
+ font-family: $sans-serif;
60
+ font-size: $type-size-6;
61
+ line-height: 1.5;
62
+ }
63
+
64
+ img {
65
+ width: 100%;
66
+
67
+ &.emoji {
68
+ width: 20px;
69
+ height: 20px;
70
+ }
71
+ }
72
+ }
73
+
74
+ .sidebar__right {
75
+ margin-bottom: 1em;
76
+
77
+ @include breakpoint($large) {
78
+ position: absolute;
79
+ top: 0;
80
+ right: 0;
81
+ width: $right-sidebar-width-narrow;
82
+ margin-right: -1 * $right-sidebar-width-narrow;
83
+ padding-left: 1em;
84
+ z-index: 10;
85
+
86
+ &.sticky {
87
+ @include clearfix();
88
+ position: -webkit-sticky;
89
+ position: sticky;
90
+ top: 2em;
91
+ float: right;
92
+ }
93
+ }
94
+
95
+ @include breakpoint($x-large) {
96
+ width: $right-sidebar-width;
97
+ margin-right: -1 * $right-sidebar-width;
98
+ }
99
+ }
100
+
101
+ .splash .sidebar__right {
102
+ @include breakpoint($large) {
103
+ position: relative;
104
+ float: right;
105
+ margin-right: 0;
106
+ }
107
+
108
+ @include breakpoint($x-large) {
109
+ margin-right: 0;
110
+ }
111
+ }
112
+
113
+ /*
114
+ Author profile and links
115
+ ========================================================================== */
116
+
117
+ .author__avatar {
118
+ display: table-cell;
119
+ vertical-align: top;
120
+ width: 36px;
121
+ height: 36px;
122
+
123
+ @include breakpoint($large) {
124
+ display: block;
125
+ width: auto;
126
+ height: auto;
127
+ }
128
+
129
+ img {
130
+ max-width: 110px;
131
+ border-radius: 50%;
132
+
133
+ @include breakpoint($large) {
134
+ padding: 5px;
135
+ border: 1px solid $border-color;
136
+ }
137
+ }
138
+ }
139
+
140
+ .author__content {
141
+ display: table-cell;
142
+ vertical-align: top;
143
+ padding-left: 15px;
144
+ padding-right: 25px;
145
+ line-height: 1;
146
+
147
+ @include breakpoint($large) {
148
+ display: block;
149
+ width: 100%;
150
+ padding-left: 0;
151
+ padding-right: 0;
152
+ }
153
+
154
+ a {
155
+ color: inherit;
156
+ text-decoration: none;
157
+ }
158
+ }
159
+
160
+ .author__name {
161
+ margin: 0;
162
+
163
+ @include breakpoint($large) {
164
+ margin-top: 10px;
165
+ margin-bottom: 10px;
166
+ }
167
+ }
168
+ .sidebar .author__name {
169
+ font-family: $sans-serif;
170
+ font-size: $type-size-5;
171
+ }
172
+
173
+ .author__bio {
174
+ margin: 0;
175
+
176
+ @include breakpoint($large) {
177
+ margin-top: 10px;
178
+ margin-bottom: 20px;
179
+ }
180
+ }
181
+
182
+ .author__urls-wrapper {
183
+ position: relative;
184
+ display: table-cell;
185
+ vertical-align: middle;
186
+ font-family: $sans-serif;
187
+ z-index: 20;
188
+ position: relative;
189
+ cursor: pointer;
190
+
191
+ li:last-child {
192
+ a {
193
+ margin-bottom: 0;
194
+ }
195
+ }
196
+
197
+ .author__urls {
198
+ span.label {
199
+ padding-left: 5px;
200
+ }
201
+ }
202
+
203
+ @include breakpoint($large) {
204
+ display: block;
205
+ }
206
+
207
+ button {
208
+ position: relative;
209
+ margin-bottom: 0;
210
+
211
+ &:before {
212
+ @supports (pointer-events: none) {
213
+ content: '';
214
+ position: fixed;
215
+ top: 0;
216
+ left: 0;
217
+ width: 100%;
218
+ height: 100%;
219
+ pointer-events: none;
220
+ }
221
+ }
222
+
223
+ &.open {
224
+ &:before {
225
+ pointer-events: auto;
226
+ }
227
+ }
228
+
229
+ @include breakpoint($large) {
230
+ display: none;
231
+ }
232
+ }
233
+ }
234
+
235
+ .author__urls {
236
+ display: none;
237
+ position: absolute;
238
+ right: 0;
239
+ margin-top: 15px;
240
+ padding: 10px;
241
+ list-style-type: none;
242
+ border: 1px solid $border-color;
243
+ border-radius: $border-radius;
244
+ background: $background-color;
245
+ box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
246
+ cursor: default;
247
+
248
+ &.is--visible {
249
+ display: block;
250
+ }
251
+
252
+ @include breakpoint($large) {
253
+ display: block;
254
+ position: relative;
255
+ margin: 0;
256
+ padding: 0;
257
+ border: 0;
258
+ background: transparent;
259
+ box-shadow: none;
260
+ }
261
+
262
+ &:before {
263
+ display: block;
264
+ content: "";
265
+ position: absolute;
266
+ top: -11px;
267
+ left: calc(50% - 10px);
268
+ width: 0;
269
+ border-style: solid;
270
+ border-width: 0 10px 10px;
271
+ border-color: $border-color transparent;
272
+ z-index: 0;
273
+
274
+ @include breakpoint($large) {
275
+ display: none;
276
+ }
277
+ }
278
+
279
+ &:after {
280
+ display: block;
281
+ content: "";
282
+ position: absolute;
283
+ top: -10px;
284
+ left: calc(50% - 10px);
285
+ width: 0;
286
+ border-style: solid;
287
+ border-width: 0 10px 10px;
288
+ border-color: $background-color transparent;
289
+ z-index: 1;
290
+
291
+ @include breakpoint($large) {
292
+ display: none;
293
+ }
294
+ }
295
+
296
+ ul {
297
+ padding: 10px;
298
+ list-style-type: none;
299
+ }
300
+
301
+ li {
302
+ white-space: nowrap;
303
+ }
304
+
305
+ a {
306
+ display: block;
307
+ margin-bottom: 5px;
308
+ padding-right: 5px;
309
+ padding-top: 2px;
310
+ padding-bottom: 2px;
311
+ color: inherit;
312
+ font-size: $type-size-5;
313
+ text-decoration: none;
314
+
315
+ &:hover {
316
+ text-decoration: underline;
317
+ }
318
+ }
319
+ }
320
+
321
+ /*
322
+ Wide Pages
323
+ ========================================================================== */
324
+
325
+ .wide .sidebar__right {
326
+ margin-bottom: 1em;
327
+
328
+ @include breakpoint($large) {
329
+ position: initial;
330
+ top: initial;
331
+ right: initial;
332
+ width: initial;
333
+ margin-right: initial;
334
+ padding-left: initial;
335
+ z-index: initial;
336
+
337
+ &.sticky {
338
+ float: none;
339
+ }
340
+ }
341
+
342
+ @include breakpoint($x-large) {
343
+ width: initial;
344
+ margin-right: initial;
345
+ }
346
+ }
347
+
@@ -0,0 +1,324 @@
1
+ /* ==========================================================================
2
+ Syntax highlighting
3
+ ========================================================================== */
4
+
5
+ div.highlighter-rouge,
6
+ figure.highlight {
7
+ position: relative;
8
+ margin-bottom: 1em;
9
+ background: $base00;
10
+ color: $base05;
11
+ font-family: $monospace;
12
+ font-size: $type-size-6;
13
+ line-height: 1.8;
14
+ border-radius: $border-radius;
15
+
16
+ > pre,
17
+ pre.highlight {
18
+ margin: 0;
19
+ padding: 1em;
20
+ }
21
+ }
22
+
23
+ .highlight table {
24
+ margin-bottom: 0;
25
+ font-size: 1em;
26
+ border: 0;
27
+
28
+ td {
29
+ padding: 0;
30
+ width: calc(100% - 1em);
31
+ border: 0;
32
+
33
+ /* line numbers*/
34
+ &.gutter,
35
+ &.rouge-gutter {
36
+ padding-right: 1em;
37
+ width: 1em;
38
+ color: $base04;
39
+ border-right: 1px solid $base04;
40
+ text-align: right;
41
+ }
42
+
43
+ /* code */
44
+ &.code,
45
+ &.rouge-code {
46
+ padding-left: 1em;
47
+ }
48
+ }
49
+
50
+ pre {
51
+ margin: 0;
52
+ }
53
+ }
54
+
55
+ .highlight pre {
56
+ width: 100%;
57
+ }
58
+
59
+ .highlight .hll {
60
+ background-color: $base06;
61
+ }
62
+ .highlight {
63
+ .c {
64
+ /* Comment */
65
+ color: $base04;
66
+ }
67
+ .err {
68
+ /* Error */
69
+ color: $base08;
70
+ }
71
+ .k {
72
+ /* Keyword */
73
+ color: $base0e;
74
+ }
75
+ .l {
76
+ /* Literal */
77
+ color: $base09;
78
+ }
79
+ .n {
80
+ /* Name */
81
+ color: $base05;
82
+ }
83
+ .o {
84
+ /* Operator */
85
+ color: $base0c;
86
+ }
87
+ .p {
88
+ /* Punctuation */
89
+ color: $base05;
90
+ }
91
+ .cm {
92
+ /* Comment.Multiline */
93
+ color: $base04;
94
+ }
95
+ .cp {
96
+ /* Comment.Preproc */
97
+ color: $base04;
98
+ }
99
+ .c1 {
100
+ /* Comment.Single */
101
+ color: $base04;
102
+ }
103
+ .cs {
104
+ /* Comment.Special */
105
+ color: $base04;
106
+ }
107
+ .gd {
108
+ /* Generic.Deleted */
109
+ color: $base08;
110
+ }
111
+ .ge {
112
+ /* Generic.Emph */
113
+ font-style: italic;
114
+ }
115
+ .gh {
116
+ /* Generic.Heading */
117
+ color: $base05;
118
+ font-weight: bold;
119
+ }
120
+ .gi {
121
+ /* Generic.Inserted */
122
+ color: $base0b;
123
+ }
124
+ .gp {
125
+ /* Generic.Prompt */
126
+ color: $base04;
127
+ font-weight: bold;
128
+ }
129
+ .gs {
130
+ /* Generic.Strong */
131
+ font-weight: bold;
132
+ }
133
+ .gu {
134
+ /* Generic.Subheading */
135
+ color: $base0c;
136
+ font-weight: bold;
137
+ }
138
+ .kc {
139
+ /* Keyword.Constant */
140
+ color: $base0e;
141
+ }
142
+ .kd {
143
+ /* Keyword.Declaration */
144
+ color: $base0e;
145
+ }
146
+ .kn {
147
+ /* Keyword.Namespace */
148
+ color: $base0c;
149
+ }
150
+ .kp {
151
+ /* Keyword.Pseudo */
152
+ color: $base0e;
153
+ }
154
+ .kr {
155
+ /* Keyword.Reserved */
156
+ color: $base0e;
157
+ }
158
+ .kt {
159
+ /* Keyword.Type */
160
+ color: $base0a;
161
+ }
162
+ .ld {
163
+ /* Literal.Date */
164
+ color: $base0b;
165
+ }
166
+ .m {
167
+ /* Literal.Number */
168
+ color: $base09;
169
+ }
170
+ .s {
171
+ /* Literal.String */
172
+ color: $base0b;
173
+ }
174
+ .na {
175
+ /* Name.Attribute */
176
+ color: $base0d;
177
+ }
178
+ .nb {
179
+ /* Name.Builtin */
180
+ color: $base05;
181
+ }
182
+ .nc {
183
+ /* Name.Class */
184
+ color: $base0a;
185
+ }
186
+ .no {
187
+ /* Name.Constant */
188
+ color: $base08;
189
+ }
190
+ .nd {
191
+ /* Name.Decorator */
192
+ color: $base0c;
193
+ }
194
+ .ni {
195
+ /* Name.Entity */
196
+ color: $base05;
197
+ }
198
+ .ne {
199
+ /* Name.Exception */
200
+ color: $base08;
201
+ }
202
+ .nf {
203
+ /* Name.Function */
204
+ color: $base0d;
205
+ }
206
+ .nl {
207
+ /* Name.Label */
208
+ color: $base05;
209
+ }
210
+ .nn {
211
+ /* Name.Namespace */
212
+ color: $base0a;
213
+ }
214
+ .nx {
215
+ /* Name.Other */
216
+ color: $base0d;
217
+ }
218
+ .py {
219
+ /* Name.Property */
220
+ color: $base05;
221
+ }
222
+ .nt {
223
+ /* Name.Tag */
224
+ color: $base0c;
225
+ }
226
+ .nv {
227
+ /* Name.Variable */
228
+ color: $base08;
229
+ }
230
+ .ow {
231
+ /* Operator.Word */
232
+ color: $base0c;
233
+ }
234
+ .w {
235
+ /* Text.Whitespace */
236
+ color: $base05;
237
+ }
238
+ .mf {
239
+ /* Literal.Number.Float */
240
+ color: $base09;
241
+ }
242
+ .mh {
243
+ /* Literal.Number.Hex */
244
+ color: $base09;
245
+ }
246
+ .mi {
247
+ /* Literal.Number.Integer */
248
+ color: $base09;
249
+ }
250
+ .mo {
251
+ /* Literal.Number.Oct */
252
+ color: $base09;
253
+ }
254
+ .sb {
255
+ /* Literal.String.Backtick */
256
+ color: $base0b;
257
+ }
258
+ .sc {
259
+ /* Literal.String.Char */
260
+ color: $base05;
261
+ }
262
+ .sd {
263
+ /* Literal.String.Doc */
264
+ color: $base04;
265
+ }
266
+ .s2 {
267
+ /* Literal.String.Double */
268
+ color: $base0b;
269
+ }
270
+ .se {
271
+ /* Literal.String.Escape */
272
+ color: $base09;
273
+ }
274
+ .sh {
275
+ /* Literal.String.Heredoc */
276
+ color: $base0b;
277
+ }
278
+ .si {
279
+ /* Literal.String.Interpol */
280
+ color: $base09;
281
+ }
282
+ .sx {
283
+ /* Literal.String.Other */
284
+ color: $base0b;
285
+ }
286
+ .sr {
287
+ /* Literal.String.Regex */
288
+ color: $base0b;
289
+ }
290
+ .s1 {
291
+ /* Literal.String.Single */
292
+ color: $base0b;
293
+ }
294
+ .ss {
295
+ /* Literal.String.Symbol */
296
+ color: $base0b;
297
+ }
298
+ .bp {
299
+ /* Name.Builtin.Pseudo */
300
+ color: $base05;
301
+ }
302
+ .vc {
303
+ /* Name.Variable.Class */
304
+ color: $base08;
305
+ }
306
+ .vg {
307
+ /* Name.Variable.Global */
308
+ color: $base08;
309
+ }
310
+ .vi {
311
+ /* Name.Variable.Instance */
312
+ color: $base08;
313
+ }
314
+ .il {
315
+ /* Literal.Number.Integer.Long */
316
+ color: $base09;
317
+ }
318
+ }
319
+
320
+ .gist {
321
+ th, td {
322
+ border-bottom: 0;
323
+ }
324
+ }