jekyll-theme-basically-basic 1.1.3 → 1.2.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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -12
  3. data/LICENSE.md +33 -21
  4. data/README.md +33 -17
  5. data/_includes/contact-list.html +1 -1
  6. data/_includes/head.html +2 -2
  7. data/_includes/navigation.html +2 -2
  8. data/_layouts/default.html +2 -2
  9. data/_layouts/home.html +1 -1
  10. data/_sass/basically-basic.scss +7 -9
  11. data/_sass/basically-basic/_entries.scss +152 -155
  12. data/_sass/basically-basic/_functions.scss +2 -0
  13. data/_sass/basically-basic/_layout.scss +7 -15
  14. data/_sass/basically-basic/_mixins.scss +5 -7
  15. data/_sass/basically-basic/_sidebar.scss +3 -2
  16. data/_sass/basically-basic/_syntax-highlighting.scss +314 -127
  17. data/_sass/basically-basic/_variables.scss +104 -84
  18. data/_sass/basically-basic/{mixins → functions}/_color.scss +0 -0
  19. data/_sass/basically-basic/{mixins → functions}/_fluid-type.scss +0 -0
  20. data/_sass/basically-basic/themes/_soft.scss +30 -12
  21. data/_sass/basically-basic/themes/_steel.scss +30 -12
  22. data/_sass/basically-basic/vendor/{_breakpoint.scss → breakpoint/_breakpoint.scss} +7 -7
  23. data/_sass/basically-basic/vendor/susy/_su.scss +1 -4
  24. data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -0
  25. data/_sass/basically-basic/vendor/susy/_susy.scss +5 -0
  26. data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -0
  27. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  28. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  29. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  30. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  31. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  32. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  33. data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -0
  34. data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -0
  35. data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -0
  36. data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -0
  37. data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -0
  38. data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -0
  39. data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -0
  40. data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -0
  41. data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -0
  42. data/assets/javascripts/main.js +2 -2
  43. metadata +25 -59
  44. data/_sass/basically-basic/vendor/_su.scss +0 -4
  45. data/_sass/basically-basic/vendor/_susy.scss +0 -4
  46. data/_sass/basically-basic/vendor/_susyone.scss +0 -4
  47. data/_sass/basically-basic/vendor/susy/language/_susy.scss +0 -24
  48. data/_sass/basically-basic/vendor/susy/language/_susyone.scss +0 -13
  49. data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +0 -385
  50. data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +0 -200
  51. data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +0 -47
  52. data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +0 -185
  53. data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +0 -81
  54. data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +0 -36
  55. data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +0 -94
  56. data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +0 -64
  57. data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +0 -154
  58. data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +0 -77
  59. data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +0 -94
  60. data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +0 -74
  61. data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +0 -138
  62. data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +0 -216
  63. data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +0 -163
  64. data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +0 -16
  65. data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +0 -18
  66. data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +0 -377
  67. data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +0 -312
  68. data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +0 -51
  69. data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +0 -93
  70. data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +0 -105
  71. data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +0 -92
  72. data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +0 -60
  73. data/_sass/basically-basic/vendor/susy/output/_float.scss +0 -9
  74. data/_sass/basically-basic/vendor/susy/output/_shared.scss +0 -15
  75. data/_sass/basically-basic/vendor/susy/output/_support.scss +0 -9
  76. data/_sass/basically-basic/vendor/susy/output/float/_container.scss +0 -16
  77. data/_sass/basically-basic/vendor/susy/output/float/_end.scss +0 -40
  78. data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +0 -22
  79. data/_sass/basically-basic/vendor/susy/output/float/_span.scss +0 -35
  80. data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +0 -26
  81. data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +0 -21
  82. data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +0 -42
  83. data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +0 -25
  84. data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +0 -23
  85. data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +0 -14
  86. data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +0 -23
  87. data/_sass/basically-basic/vendor/susy/output/support/_background.scss +0 -58
  88. data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +0 -19
  89. data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +0 -18
  90. data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +0 -19
  91. data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +0 -22
  92. data/_sass/basically-basic/vendor/susy/output/support/_support.scss +0 -85
  93. data/_sass/basically-basic/vendor/susy/su/_grid.scss +0 -103
  94. data/_sass/basically-basic/vendor/susy/su/_settings.scss +0 -73
  95. data/_sass/basically-basic/vendor/susy/su/_utilities.scss +0 -111
  96. data/_sass/basically-basic/vendor/susy/su/_validation.scss +0 -57
@@ -0,0 +1,2 @@
1
+ @import "functions/color";
2
+ @import "functions/fluid-type";
@@ -23,7 +23,6 @@
23
23
 
24
24
  .intro,
25
25
  main {
26
-
27
26
  > .inner {
28
27
  padding: 0 0.5rem;
29
28
 
@@ -50,9 +49,10 @@ main {
50
49
  }
51
50
 
52
51
  main {
53
-
54
52
  section {
55
- @include container;
53
+ margin-left: auto;
54
+ margin-right: auto;
55
+ max-width: 100%;
56
56
  }
57
57
  }
58
58
 
@@ -66,9 +66,7 @@ main {
66
66
 
67
67
  .layout--post,
68
68
  .layout--page {
69
-
70
69
  .entry-content {
71
-
72
70
  @include breakpoint($large) {
73
71
  width: span(14 of 16);
74
72
  }
@@ -76,7 +74,6 @@ main {
76
74
  }
77
75
 
78
76
  .layout--about {
79
-
80
77
  .entry-wrap {
81
78
  display: -ms-flexbox;
82
79
  display: flex;
@@ -90,7 +87,6 @@ main {
90
87
  }
91
88
 
92
89
  .entry-content {
93
-
94
90
  @include breakpoint($medium) {
95
91
  -ms-flex: 1;
96
92
  flex: 1;
@@ -118,14 +114,11 @@ main {
118
114
  }
119
115
 
120
116
  .layout--cv {
121
-
122
117
  .entries {
123
-
124
118
  .entry-header {
125
-
126
119
  @include breakpoint($medium) {
127
- @include span(5 of 16);
128
- @include suffix(1 of 16);
120
+ width: span(5 of 16);
121
+ padding-right: gutter(1 of 16);
129
122
 
130
123
  /* remove space after last child element */
131
124
  > *:last-child {
@@ -136,13 +129,13 @@ main {
136
129
 
137
130
  .entry-content {
138
131
  @include breakpoint($medium) {
139
- @include span(11 of 16 last);
132
+ float: right;
133
+ width: span(11 of 16);
140
134
  }
141
135
  }
142
136
  }
143
137
 
144
138
  .entry {
145
-
146
139
  a {
147
140
  color: $accent-color;
148
141
  }
@@ -179,7 +172,6 @@ main {
179
172
  }
180
173
 
181
174
  .taxonomy {
182
-
183
175
  + .taxonomy {
184
176
  margin-top: 0.5rem;
185
177
  }
@@ -1,7 +1,5 @@
1
- @import 'mixins/color';
2
- @import 'mixins/clearfix';
3
- @import 'mixins/fluid-type';
4
- @import 'mixins/float';
5
- @import 'mixins/image';
6
- @import 'mixins/lists';
7
- @import 'mixins/text-truncate';
1
+ @import "mixins/clearfix";
2
+ @import "mixins/float";
3
+ @import "mixins/image";
4
+ @import "mixins/lists";
5
+ @import "mixins/text-truncate";
@@ -48,7 +48,7 @@
48
48
  height: 1px;
49
49
  transition: width 0.3s cubic-bezier(0, 0, 0.3, 1);
50
50
  background-color: $base-color;
51
- content: '';
51
+ content: "";
52
52
  }
53
53
 
54
54
  &:hover {
@@ -93,7 +93,7 @@
93
93
  width: 1.5em;
94
94
  height: 1px;
95
95
  background-color: $base-color;
96
- content: '';
96
+ content: "";
97
97
  }
98
98
 
99
99
  li {
@@ -138,4 +138,5 @@
138
138
  order: 2;
139
139
  margin-left: 0.5rem;
140
140
  font-weight: bold;
141
+ color: $text-color;
141
142
  }
@@ -1,127 +1,314 @@
1
- /* ==========================================================================
2
- Syntax highlighting
3
- ========================================================================== */
4
-
5
- .highlight {
6
- padding: 1em;
7
- background-color: $code-background-color;
8
-
9
- pre {
10
- width: 100%;
11
- margin: 0;
12
- }
13
-
14
- table {
15
- margin: 0;
16
- border: 0;
17
- font-size: 1em;
18
-
19
- tr {
20
- border: 0;
21
- }
22
-
23
- td {
24
- padding: 5px;
25
- border: 0;
26
-
27
- /* line numbers gutter */
28
- &.gutter {
29
- padding-right: 1rem;
30
- }
31
- }
32
-
33
- pre {
34
- margin: 0;
35
- }
36
- }
37
-
38
- /* line numbers */
39
- .lineno {
40
- color: tint($base-color, 50%);
41
- }
42
-
43
- /*
44
- Solarized Light
45
- http://ethanschoonover.com/solarized
46
-
47
- SOLARIZED HEX ROLE
48
- --------- -------- ------------------------------------------
49
- base01 #586e75 body text / default code / primary content
50
- base1 #93a1a1 comments / secondary content
51
- base3 #fdf6e3 background
52
- orange #cb4b16 constants
53
- red #dc322f regex, special keywords
54
- blue #22b3eb reserved keywords
55
- cyan #2aa198 strings, numbers
56
- green #859900 operators, other keywords
57
- ========================================================================== */
58
-
59
- .c { color: #93a1a1; } /* Comment */
60
- .err { color: #586e75; } /* Error */
61
- .g { color: #586e75; } /* Generic */
62
- .k { color: #859900; } /* Keyword */
63
- .l { color: #586e75; } /* Literal */
64
- .n { color: #586e75; } /* Name */
65
- .o { color: #859900; } /* Operator */
66
- .x { color: #cb4b16; } /* Other */
67
- .p { color: #586e75; } /* Punctuation */
68
- .cm { color: #93a1a1; } /* Comment.Multiline */
69
- .cp { color: #859900; } /* Comment.Preproc */
70
- .c1 { color: #93a1a1; } /* Comment.Single */
71
- .cs { color: #859900; } /* Comment.Special */
72
- .gd { color: #2aa198; } /* Generic.Deleted */
73
- .ge { color: #586e75; font-style: italic; } /* Generic.Emph */
74
- .gr { color: #dc322f; } /* Generic.Error */
75
- .gh { color: #cb4b16; } /* Generic.Heading */
76
- .gi { color: #859900; } /* Generic.Inserted */
77
- .go { color: #586e75; } /* Generic.Output */
78
- .gp { color: #586e75; } /* Generic.Prompt */
79
- .gs { color: #586e75; font-weight: bold; } /* Generic.Strong */
80
- .gu { color: #cb4b16; } /* Generic.Subheading */
81
- .gt { color: #586e75; } /* Generic.Traceback */
82
- .kc { color: #cb4b16; } /* Keyword.Constant */
83
- .kd { color: #22b3eb; } /* Keyword.Declaration */
84
- .kn { color: #859900; } /* Keyword.Namespace */
85
- .kp { color: #859900; } /* Keyword.Pseudo */
86
- .kr { color: #22b3eb; } /* Keyword.Reserved */
87
- .kt { color: #dc322f; } /* Keyword.Type */
88
- .ld { color: #586e75; } /* Literal.Date */
89
- .m { color: #2aa198; } /* Literal.Number */
90
- .s { color: #2aa198; } /* Literal.String */
91
- .na { color: #586e75; } /* Name.Attribute */
92
- .nb { color: #b58900; } /* Name.Builtin */
93
- .nc { color: #22b3eb; } /* Name.Class */
94
- .no { color: #cb4b16; } /* Name.Constant */
95
- .nd { color: #22b3eb; } /* Name.Decorator */
96
- .ni { color: #cb4b16; } /* Name.Entity */
97
- .ne { color: #cb4b16; } /* Name.Exception */
98
- .nf { color: #22b3eb; } /* Name.Function */
99
- .nl { color: #586e75; } /* Name.Label */
100
- .nn { color: #586e75; } /* Name.Namespace */
101
- .nx { color: #586e75; } /* Name.Other */
102
- .py { color: #586e75; } /* Name.Property */
103
- .nt { color: #22b3eb; } /* Name.Tag */
104
- .nv { color: #22b3eb; } /* Name.Variable */
105
- .ow { color: #859900; } /* Operator.Word */
106
- .w { color: #586e75; } /* Text.Whitespace */
107
- .mf { color: #2aa198; } /* Literal.Number.Float */
108
- .mh { color: #2aa198; } /* Literal.Number.Hex */
109
- .mi { color: #2aa198; } /* Literal.Number.Integer */
110
- .mo { color: #2aa198; } /* Literal.Number.Oct */
111
- .sb { color: #93a1a1; } /* Literal.String.Backtick */
112
- .sc { color: #2aa198; } /* Literal.String.Char */
113
- .sd { color: #586e75; } /* Literal.String.Doc */
114
- .s2 { color: #2aa198; } /* Literal.String.Double */
115
- .se { color: #cb4b16; } /* Literal.String.Escape */
116
- .sh { color: #586e75; } /* Literal.String.Heredoc */
117
- .si { color: #2aa198; } /* Literal.String.Interpol */
118
- .sx { color: #2aa198; } /* Literal.String.Other */
119
- .sr { color: #dc322f; } /* Literal.String.Regex */
120
- .s1 { color: #2aa198; } /* Literal.String.Single */
121
- .ss { color: #2aa198; } /* Literal.String.Symbol */
122
- .bp { color: #22b3eb; } /* Name.Builtin.Pseudo */
123
- .vc { color: #22b3eb; } /* Name.Variable.Class */
124
- .vg { color: #22b3eb; } /* Name.Variable.Global */
125
- .vi { color: #22b3eb; } /* Name.Variable.Instance */
126
- .il { color: #2aa198; } /* Literal.Number.Integer.Long */
127
- }
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-font-family;
12
+ line-height: 1.8;
13
+
14
+ > pre,
15
+ pre.highlight {
16
+ margin: 0;
17
+ padding: 1em;
18
+ }
19
+ }
20
+
21
+ .highlight table {
22
+ margin-bottom: 0;
23
+ font-size: 1em;
24
+ border: 0;
25
+
26
+ td {
27
+ padding: 0;
28
+ width: calc(100% - 1em);
29
+ border: 0;
30
+
31
+ /* line numbers*/
32
+ &.gutter {
33
+ padding-right: 1em;
34
+ width: 1em;
35
+ color: $base04;
36
+ border-right: 1px solid $base04;
37
+ text-align: right;
38
+ }
39
+
40
+ /* code */
41
+ &.code {
42
+ padding-left: 1em;
43
+ }
44
+ }
45
+
46
+ pre {
47
+ margin: 0;
48
+ }
49
+ }
50
+
51
+ .highlight pre {
52
+ width: 100%;
53
+ }
54
+
55
+ .highlight .hll {
56
+ background-color: $base06;
57
+ }
58
+ .highlight {
59
+ .c {
60
+ /* Comment */
61
+ color: $base04;
62
+ }
63
+ .err {
64
+ /* Error */
65
+ color: $base08;
66
+ }
67
+ .k {
68
+ /* Keyword */
69
+ color: $base0e;
70
+ }
71
+ .l {
72
+ /* Literal */
73
+ color: $base09;
74
+ }
75
+ .n {
76
+ /* Name */
77
+ color: $base05;
78
+ }
79
+ .o {
80
+ /* Operator */
81
+ color: $base0c;
82
+ }
83
+ .p {
84
+ /* Punctuation */
85
+ color: $base05;
86
+ }
87
+ .cm {
88
+ /* Comment.Multiline */
89
+ color: $base04;
90
+ }
91
+ .cp {
92
+ /* Comment.Preproc */
93
+ color: $base04;
94
+ }
95
+ .c1 {
96
+ /* Comment.Single */
97
+ color: $base04;
98
+ }
99
+ .cs {
100
+ /* Comment.Special */
101
+ color: $base04;
102
+ }
103
+ .gd {
104
+ /* Generic.Deleted */
105
+ color: $base08;
106
+ }
107
+ .ge {
108
+ /* Generic.Emph */
109
+ font-style: italic;
110
+ }
111
+ .gh {
112
+ /* Generic.Heading */
113
+ color: $base05;
114
+ font-weight: bold;
115
+ }
116
+ .gi {
117
+ /* Generic.Inserted */
118
+ color: $base0b;
119
+ }
120
+ .gp {
121
+ /* Generic.Prompt */
122
+ color: $base04;
123
+ font-weight: bold;
124
+ }
125
+ .gs {
126
+ /* Generic.Strong */
127
+ font-weight: bold;
128
+ }
129
+ .gu {
130
+ /* Generic.Subheading */
131
+ color: $base0c;
132
+ font-weight: bold;
133
+ }
134
+ .kc {
135
+ /* Keyword.Constant */
136
+ color: $base0e;
137
+ }
138
+ .kd {
139
+ /* Keyword.Declaration */
140
+ color: $base0e;
141
+ }
142
+ .kn {
143
+ /* Keyword.Namespace */
144
+ color: $base0c;
145
+ }
146
+ .kp {
147
+ /* Keyword.Pseudo */
148
+ color: $base0e;
149
+ }
150
+ .kr {
151
+ /* Keyword.Reserved */
152
+ color: $base0e;
153
+ }
154
+ .kt {
155
+ /* Keyword.Type */
156
+ color: $base0a;
157
+ }
158
+ .ld {
159
+ /* Literal.Date */
160
+ color: $base0b;
161
+ }
162
+ .m {
163
+ /* Literal.Number */
164
+ color: $base09;
165
+ }
166
+ .s {
167
+ /* Literal.String */
168
+ color: $base0b;
169
+ }
170
+ .na {
171
+ /* Name.Attribute */
172
+ color: $base0d;
173
+ }
174
+ .nb {
175
+ /* Name.Builtin */
176
+ color: $base05;
177
+ }
178
+ .nc {
179
+ /* Name.Class */
180
+ color: $base0a;
181
+ }
182
+ .no {
183
+ /* Name.Constant */
184
+ color: $base08;
185
+ }
186
+ .nd {
187
+ /* Name.Decorator */
188
+ color: $base0c;
189
+ }
190
+ .ni {
191
+ /* Name.Entity */
192
+ color: $base05;
193
+ }
194
+ .ne {
195
+ /* Name.Exception */
196
+ color: $base08;
197
+ }
198
+ .nf {
199
+ /* Name.Function */
200
+ color: $base0d;
201
+ }
202
+ .nl {
203
+ /* Name.Label */
204
+ color: $base05;
205
+ }
206
+ .nn {
207
+ /* Name.Namespace */
208
+ color: $base0a;
209
+ }
210
+ .nx {
211
+ /* Name.Other */
212
+ color: $base0d;
213
+ }
214
+ .py {
215
+ /* Name.Property */
216
+ color: $base05;
217
+ }
218
+ .nt {
219
+ /* Name.Tag */
220
+ color: $base0c;
221
+ }
222
+ .nv {
223
+ /* Name.Variable */
224
+ color: $base08;
225
+ }
226
+ .ow {
227
+ /* Operator.Word */
228
+ color: $base0c;
229
+ }
230
+ .w {
231
+ /* Text.Whitespace */
232
+ color: $base05;
233
+ }
234
+ .mf {
235
+ /* Literal.Number.Float */
236
+ color: $base09;
237
+ }
238
+ .mh {
239
+ /* Literal.Number.Hex */
240
+ color: $base09;
241
+ }
242
+ .mi {
243
+ /* Literal.Number.Integer */
244
+ color: $base09;
245
+ }
246
+ .mo {
247
+ /* Literal.Number.Oct */
248
+ color: $base09;
249
+ }
250
+ .sb {
251
+ /* Literal.String.Backtick */
252
+ color: $base0b;
253
+ }
254
+ .sc {
255
+ /* Literal.String.Char */
256
+ color: $base05;
257
+ }
258
+ .sd {
259
+ /* Literal.String.Doc */
260
+ color: $base04;
261
+ }
262
+ .s2 {
263
+ /* Literal.String.Double */
264
+ color: $base0b;
265
+ }
266
+ .se {
267
+ /* Literal.String.Escape */
268
+ color: $base09;
269
+ }
270
+ .sh {
271
+ /* Literal.String.Heredoc */
272
+ color: $base0b;
273
+ }
274
+ .si {
275
+ /* Literal.String.Interpol */
276
+ color: $base09;
277
+ }
278
+ .sx {
279
+ /* Literal.String.Other */
280
+ color: $base0b;
281
+ }
282
+ .sr {
283
+ /* Literal.String.Regex */
284
+ color: $base0b;
285
+ }
286
+ .s1 {
287
+ /* Literal.String.Single */
288
+ color: $base0b;
289
+ }
290
+ .ss {
291
+ /* Literal.String.Symbol */
292
+ color: $base0b;
293
+ }
294
+ .bp {
295
+ /* Name.Builtin.Pseudo */
296
+ color: $base05;
297
+ }
298
+ .vc {
299
+ /* Name.Variable.Class */
300
+ color: $base08;
301
+ }
302
+ .vg {
303
+ /* Name.Variable.Global */
304
+ color: $base08;
305
+ }
306
+ .vi {
307
+ /* Name.Variable.Instance */
308
+ color: $base08;
309
+ }
310
+ .il {
311
+ /* Literal.Number.Integer.Long */
312
+ color: $base09;
313
+ }
314
+ }