just-the-docs 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 440d312f6c68a86a993a1fddc2b61d1641e5fe36effd6f955d83b336028c8451
4
- data.tar.gz: e3ad4e055424dbeee4bb32155d6bb6d6d651a81085d5af0260dd413baaaaebf3
3
+ metadata.gz: af9c235c19d5813f931f4b79f784998e7dd4e350c037855708444595164ae073
4
+ data.tar.gz: 7ce738453ea1a39b96ebaab90ff33ea8e0c73461075c07e6619bcbd60e134936
5
5
  SHA512:
6
- metadata.gz: cc347172d6be7593580c7976001ab4246c1b5b7220257b941693317b55b751c84b4df560a0c51643b02446723f34e06c94e86d33bca9b826f2f05862ff8f6a00
7
- data.tar.gz: 7121dda31f7ca398995f52b9e8808b5949c32788bcb5fbc71863d34cc1027b2b36bfc7cd0aae94d41c22e1c9bdfa0da1334cb66bbc7ebf487cb8c0775759f407
6
+ metadata.gz: ac7f41cab3ead8c6a15b0a3b66b709d3ba77b035c9ce5bbe1b6b5544604b1417937cafe198355f2f5a1d6aba6f7ed07cf76a73d877a917d6372bb4094f00221b
7
+ data.tar.gz: cb86ce993ad345da4612a21b94dd50189acbb43f70114e2d72627fc3a287e86691b09df085cc545d1516d4b158f3e217143bb0b57f4adf2f06846b55a467197b
data/CHANGELOG.md CHANGED
@@ -16,15 +16,108 @@ The project underwent a major maintenance shift in March 2022.
16
16
  This website is built from the `HEAD` of the `main` branch of the theme repository.
17
17
 
18
18
  {: .warning }
19
- This website includes docs for some new features that are not available in `v0.4.1`!
19
+ This website includes docs for some new features that are not available in `v0.5.0`!
20
20
 
21
21
  Code changes to `main` that are *not* in the latest release:
22
22
 
23
- - N/A
23
+ - n/a
24
24
 
25
25
  Docs changes in `main` that are *not* in the latest release:
26
26
 
27
- - N/A
27
+ - n/a
28
+
29
+ ## Release v0.5.0
30
+
31
+ Hope your April is going well! This new release of Just the Docs is relatively minor. It has one **breaking change**: we've reverted the import order of `setup.scss` to be *before* color schemes. In addition, we include two requested fixes: color contrast issues with `::selection` and using Just the Docs with mermaid versions `>=10`.
32
+
33
+ We've marked this as a minor version bump due to the breaking change. In the next section, we briefly outline what migration steps should be. Users who did not migrate to `v0.4.2` or who do not have a custom `setup.scss` are guaranteed no breaking changes.
34
+
35
+ As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
36
+
37
+ ### Migrating to `v0.5.0`
38
+
39
+ **Migration**: users with a custom `setup.scss` cannot rely on variables or functions defined in `color_scheme`. This reverts to the behaviour in `v0.4.1`. Users should instead move those variables or functions to the `color_scheme` files themselves.
40
+
41
+ For more, refer to the [migration guide](https://just-the-docs.github.io/just-the-docs/MIGRATION/).
42
+
43
+ ### Using Release `v0.5.0`
44
+
45
+ Users who have not pinned the theme version will be **automatically upgraded to `v0.5.0` the next time they build their site**.
46
+
47
+ To use this release explicitly as a remote theme:
48
+
49
+ ```yml
50
+ remote_theme: just-the-docs/just-the-docs@v0.5.0
51
+ ```
52
+
53
+ To use this version explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
54
+
55
+ ```ruby
56
+ gem "just-the-docs", "0.5.0"
57
+ ```
58
+
59
+ To use and pin a previous version of the theme, replace the `0.5.0` with the desired release tag.
60
+
61
+ ### Bugfixes
62
+
63
+ - **Reverted (breaking)**: "Fix import order for `setup.scss` (#1184)" by [@mattxwang] in [#1209]
64
+ - Fixed: color contrast issues with `::selection` (reverting to browser defaults) [@mattxwang] in [#1208]
65
+ - Fixed: mermaid `v10`, bundle all mermaid code in component by [@mattxwang] in [#1190]
66
+ - Removed: unused images (`just-the-docs.png`, `search.svg`) by [@mattxwang] in [#1107]
67
+ - Removed: `CODE_OF_CONDUCT`, `docker-compose`, and `Dockerfile` files from site by [@mattxwang] in [#1187]
68
+
69
+ **Full Changelog**: [https://github.com/just-the-docs/just-the-docs/compare/v0.4.2...v0.5.0](https://github.com/just-the-docs/just-the-docs/compare/v0.4.2...v0.5.0)
70
+
71
+ [#1107]: https://github.com/just-the-docs/just-the-docs/pull/1107
72
+ [#1187]: https://github.com/just-the-docs/just-the-docs/pull/1187
73
+ [#1190]: https://github.com/just-the-docs/just-the-docs/pull/1190
74
+ [#1208]: https://github.com/just-the-docs/just-the-docs/pull/1208
75
+ [#1209]: https://github.com/just-the-docs/just-the-docs/pull/1209
76
+
77
+ ## Release v0.4.2
78
+
79
+ Hello! We're back again with another small release. Like `v0.4.1`, this release is a [semver patch](https://semver.org/): it only includes bugfixes, and is fully backwards-compatible.
80
+
81
+ The big highlight of this theme is fixing our light scheme code highlighting contrast issues; this was one of our most-requested features! This change is fully backwards-compatible; users can [opt-in to our old highlighting theme](https://just-the-docs.github.io/just-the-docs/docs/customization/#deprecated-legacy_light) by using `legacy_light` instead of `light`.
82
+
83
+ As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
84
+
85
+ ### Using Release `v0.4.2`
86
+
87
+ Users who have not pinned the theme version will be **automatically upgraded to `v0.4.2` the next time they build their site**.
88
+
89
+ To use this release explicitly as a remote theme:
90
+
91
+ ```yml
92
+ remote_theme: just-the-docs/just-the-docs@v0.4.2
93
+ ```
94
+
95
+ To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
96
+
97
+ ```ruby
98
+ gem "just-the-docs", "0.4.2"
99
+ ```
100
+
101
+ To use and pin a previous version of the theme, replace the `0.4.2` with the desired release tag.
102
+
103
+ ### Bugfixes
104
+
105
+ - Fixed: light scheme code highlighting contrast issues; updated to use Atom's One Light colors, consolidate theme variables by [@mattxwang] in [#1166]
106
+ - Fixed: duplicate import of `color_schemes` by [@mattxwang] in [#1173]
107
+ - Fixed: import order for `setup.scss` by [@mattxwang] in [#1184]
108
+ - Removed: unused dark syntax themes by [@mattxwang] in [#1192]
109
+
110
+ ### Documentation
111
+
112
+ - Added: docs for using mermaid with AsciiDoc by [@flyx] in [#1182]
113
+
114
+ **Full Changelog**: [https://github.com/just-the-docs/just-the-docs/compare/v0.4.1...v0.4.2](https://github.com/just-the-docs/just-the-docs/compare/v0.4.1...v0.4.2)
115
+
116
+ [#1166]: https://github.com/just-the-docs/just-the-docs/pull/1166
117
+ [#1173]: https://github.com/just-the-docs/just-the-docs/pull/1173
118
+ [#1182]: https://github.com/just-the-docs/just-the-docs/pull/1182
119
+ [#1184]: https://github.com/just-the-docs/just-the-docs/pull/1184
120
+ [#1192]: https://github.com/just-the-docs/just-the-docs/pull/1192
28
121
 
29
122
  ## Release v0.4.1
30
123
 
@@ -1,5 +1,45 @@
1
+ {% comment %}
2
+ The complexity of this file comes from a breaking change in Mermaid v10; mermaid.init has been deprecated (and supposedly, didn't work earlier?).
3
+
4
+ So, we check whether the user's Mermaid version is >= 10; if not, we fall back to the previous init syntax.
5
+
6
+ If a user is using a custom mermaid file and doesn't specify a version, we default to the < v10 behaviour. Users who use version v10 or above should specify this in the version key.
7
+ {% endcomment %}
8
+
9
+ {% if site.mermaid.version %}
10
+ {% assign mermaid_major_version = site.mermaid.version | split: "." | first | plus: 0 %}
11
+ {% else %}
12
+ {% assign mermaid_major_version = 9 %}
13
+ {% endif %}
14
+
15
+ {% if mermaid_major_version > 9 %}
16
+
17
+ <script type="module">
18
+ {% if site.mermaid.path %}
19
+ import mermaid from '{{ site.mermaid.path | relative_url }}';
20
+ {% else %}
21
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@{{ site.mermaid.version }}/dist/mermaid.esm.min.mjs';
22
+ {% endif %}
23
+
24
+ var config = {% include mermaid_config.js %};
25
+ mermaid.initialize(config);
26
+ mermaid.run({
27
+ querySelector: '.language-mermaid',
28
+ });
29
+ </script>
30
+
31
+ {% else %}
32
+
33
+ {% if site.mermaid.path %}
34
+ <script src="{{ site.mermaid.path | relative_url }}"></script>
35
+ {% else %}
36
+ <script src="https://cdn.jsdelivr.net/npm/mermaid@{{ site.mermaid.version }}/dist/mermaid.min.js"></script>
37
+ {% endif %}
38
+
1
39
  <script>
2
40
  var config = {% include mermaid_config.js %};
3
41
  mermaid.initialize(config);
4
42
  window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid'));
5
43
  </script>
44
+
45
+ {% endif %}
@@ -4,7 +4,9 @@ $logo: "{{ site.logo | relative_url }}";
4
4
  @import "./support/support";
5
5
  @import "./custom/setup";
6
6
  @import "./color_schemes/light";
7
+ {% unless include.color_scheme == "light" %}
7
8
  @import "./color_schemes/{{ include.color_scheme }}";
9
+ {% endunless %}
8
10
  @import "./modules";
9
11
  {% include css/callouts.scss.liquid color_scheme = include.color_scheme %}
10
12
  {% include css/custom.scss.liquid %}
data/_includes/head.html CHANGED
@@ -22,14 +22,6 @@
22
22
  <script src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
23
23
  {% endif %}
24
24
 
25
- {% if site.mermaid %}
26
- {% if site.mermaid.path %}
27
- <script src="{{ site.mermaid.path | relative_url }}"></script>
28
- {% else %}
29
- <script src="https://cdn.jsdelivr.net/npm/mermaid@{{ site.mermaid.version }}/dist/mermaid.min.js"></script>
30
- {% endif %}
31
- {% endif %}
32
-
33
25
  <script src="{{ '/assets/js/just-the-docs.js' | relative_url }}"></script>
34
26
 
35
27
  <meta name="viewport" content="width=device-width, initial-scale=1">
data/_sass/base.scss CHANGED
@@ -5,11 +5,6 @@
5
5
  box-sizing: border-box;
6
6
  }
7
7
 
8
- ::selection {
9
- color: $white;
10
- background: $link-color;
11
- }
12
-
13
8
  html {
14
9
  @include fs-4;
15
10
 
@@ -1,32 +1,17 @@
1
1
  $body-background-color: $grey-dk-300;
2
- $sidebar-color: $grey-dk-300;
3
- $border-color: $grey-dk-200;
4
- $body-text-color: $grey-lt-300;
5
2
  $body-heading-color: $grey-lt-000;
6
- $nav-child-link-color: $grey-dk-000;
7
- $search-result-preview-color: $grey-dk-000;
3
+ $body-text-color: $grey-lt-300;
8
4
  $link-color: $blue-000;
9
- $btn-primary-color: $blue-200;
5
+ $nav-child-link-color: $grey-dk-000;
6
+ $sidebar-color: $grey-dk-300;
10
7
  $base-button-color: $grey-dk-250;
11
- $search-background-color: $grey-dk-250;
12
- $table-background-color: $grey-dk-250;
13
- $feedback-color: darken($sidebar-color, 3%);
14
-
15
- // The following highlight theme is more legible than that used for the light color scheme
16
-
17
- // @import "./vendor/OneDarkJekyll/syntax-one-dark";
18
- // $code-background-color: #282c34; // OneDarkJekyll default for syntax-one-dark
19
- // $code-linenumber-color: #abb2bf; // OneDarkJekyll .nf for syntax-one-dark
20
-
21
- @import "./vendor/OneDarkJekyll/syntax-one-dark-vivid";
22
-
8
+ $btn-primary-color: $blue-200;
23
9
  $code-background-color: #31343f; // OneDarkJekyll default for syntax-one-dark-vivid
24
10
  $code-linenumber-color: #dee2f7; // OneDarkJekyll .nf for syntax-one-dark-vivid
11
+ $feedback-color: darken($sidebar-color, 3%);
12
+ $table-background-color: $grey-dk-250;
13
+ $search-background-color: $grey-dk-250;
14
+ $search-result-preview-color: $grey-dk-000;
15
+ $border-color: $grey-dk-200;
25
16
 
26
- // @import "./vendor/OneDarkJekyll/syntax-firewatch";
27
- // $code-background-color: #282c34; // OneDarkJekyll default for syntax-firewatch
28
- // $code-linenumber-color: #abb2bf; // OneDarkJekyll .nf for syntax-firewatch
29
-
30
- // @import "./vendor/OneDarkJekyll/syntax-firewatch-green";
31
- // $code-background-color: #282c34; // OneDarkJekyll default for syntax-firewatch-green
32
- // $code-linenumber-color: #abb2bf; // OneDarkJekyll .nf for syntax-firewatch-green
17
+ @import "./vendor/OneDarkJekyll/syntax"; // this is the one-dark-vivid atom syntax theme
@@ -0,0 +1,208 @@
1
+ // Moved from _sass/code.scss
2
+
3
+ .highlight .c {
4
+ color: #586e75;
5
+ } // comment //
6
+ .highlight .err {
7
+ color: #93a1a1;
8
+ } // error //
9
+ .highlight .g {
10
+ color: #93a1a1;
11
+ } // generic //
12
+ .highlight .k {
13
+ color: #859900;
14
+ } // keyword //
15
+ .highlight .l {
16
+ color: #93a1a1;
17
+ } // literal //
18
+ .highlight .n {
19
+ color: #93a1a1;
20
+ } // name //
21
+ .highlight .o {
22
+ color: #859900;
23
+ } // operator //
24
+ .highlight .x {
25
+ color: #cb4b16;
26
+ } // other //
27
+ .highlight .p {
28
+ color: #93a1a1;
29
+ } // punctuation //
30
+ .highlight .cm {
31
+ color: #586e75;
32
+ } // comment.multiline //
33
+ .highlight .cp {
34
+ color: #859900;
35
+ } // comment.preproc //
36
+ .highlight .c1 {
37
+ color: #586e75;
38
+ } // comment.single //
39
+ .highlight .cs {
40
+ color: #859900;
41
+ } // comment.special //
42
+ .highlight .gd {
43
+ color: #2aa198;
44
+ } // generic.deleted //
45
+ .highlight .ge {
46
+ font-style: italic;
47
+ color: #93a1a1;
48
+ } // generic.emph //
49
+ .highlight .gr {
50
+ color: #dc322f;
51
+ } // generic.error //
52
+ .highlight .gh {
53
+ color: #cb4b16;
54
+ } // generic.heading //
55
+ .highlight .gi {
56
+ color: #859900;
57
+ } // generic.inserted //
58
+ .highlight .go {
59
+ color: #93a1a1;
60
+ } // generic.output //
61
+ .highlight .gp {
62
+ color: #93a1a1;
63
+ } // generic.prompt //
64
+ .highlight .gs {
65
+ font-weight: bold;
66
+ color: #93a1a1;
67
+ } // generic.strong //
68
+ .highlight .gu {
69
+ color: #cb4b16;
70
+ } // generic.subheading //
71
+ .highlight .gt {
72
+ color: #93a1a1;
73
+ } // generic.traceback //
74
+ .highlight .kc {
75
+ color: #cb4b16;
76
+ } // keyword.constant //
77
+ .highlight .kd {
78
+ color: #268bd2;
79
+ } // keyword.declaration //
80
+ .highlight .kn {
81
+ color: #859900;
82
+ } // keyword.namespace //
83
+ .highlight .kp {
84
+ color: #859900;
85
+ } // keyword.pseudo //
86
+ .highlight .kr {
87
+ color: #268bd2;
88
+ } // keyword.reserved //
89
+ .highlight .kt {
90
+ color: #dc322f;
91
+ } // keyword.type //
92
+ .highlight .ld {
93
+ color: #93a1a1;
94
+ } // literal.date //
95
+ .highlight .m {
96
+ color: #2aa198;
97
+ } // literal.number //
98
+ .highlight .s {
99
+ color: #2aa198;
100
+ } // literal.string //
101
+ .highlight .na {
102
+ color: #555;
103
+ } // name.attribute //
104
+ .highlight .nb {
105
+ color: #b58900;
106
+ } // name.builtin //
107
+ .highlight .nc {
108
+ color: #268bd2;
109
+ } // name.class //
110
+ .highlight .no {
111
+ color: #cb4b16;
112
+ } // name.constant //
113
+ .highlight .nd {
114
+ color: #268bd2;
115
+ } // name.decorator //
116
+ .highlight .ni {
117
+ color: #cb4b16;
118
+ } // name.entity //
119
+ .highlight .ne {
120
+ color: #cb4b16;
121
+ } // name.exception //
122
+ .highlight .nf {
123
+ color: #268bd2;
124
+ } // name.function //
125
+ .highlight .nl {
126
+ color: #555;
127
+ } // name.label //
128
+ .highlight .nn {
129
+ color: #93a1a1;
130
+ } // name.namespace //
131
+ .highlight .nx {
132
+ color: #555;
133
+ } // name.other //
134
+ .highlight .py {
135
+ color: #93a1a1;
136
+ } // name.property //
137
+ .highlight .nt {
138
+ color: #268bd2;
139
+ } // name.tag //
140
+ .highlight .nv {
141
+ color: #268bd2;
142
+ } // name.variable //
143
+ .highlight .ow {
144
+ color: #859900;
145
+ } // operator.word //
146
+ .highlight .w {
147
+ color: #93a1a1;
148
+ } // text.whitespace //
149
+ .highlight .mf {
150
+ color: #2aa198;
151
+ } // literal.number.float //
152
+ .highlight .mh {
153
+ color: #2aa198;
154
+ } // literal.number.hex //
155
+ .highlight .mi {
156
+ color: #2aa198;
157
+ } // literal.number.integer //
158
+ .highlight .mo {
159
+ color: #2aa198;
160
+ } // literal.number.oct //
161
+ .highlight .sb {
162
+ color: #586e75;
163
+ } // literal.string.backtick //
164
+ .highlight .sc {
165
+ color: #2aa198;
166
+ } // literal.string.char //
167
+ .highlight .sd {
168
+ color: #93a1a1;
169
+ } // literal.string.doc //
170
+ .highlight .s2 {
171
+ color: #2aa198;
172
+ } // literal.string.double //
173
+ .highlight .se {
174
+ color: #cb4b16;
175
+ } // literal.string.escape //
176
+ .highlight .sh {
177
+ color: #93a1a1;
178
+ } // literal.string.heredoc //
179
+ .highlight .si {
180
+ color: #2aa198;
181
+ } // literal.string.interpol //
182
+ .highlight .sx {
183
+ color: #2aa198;
184
+ } // literal.string.other //
185
+ .highlight .sr {
186
+ color: #dc322f;
187
+ } // literal.string.regex //
188
+ .highlight .s1 {
189
+ color: #2aa198;
190
+ } // literal.string.single //
191
+ .highlight .ss {
192
+ color: #2aa198;
193
+ } // literal.string.symbol //
194
+ .highlight .bp {
195
+ color: #268bd2;
196
+ } // name.builtin.pseudo //
197
+ .highlight .vc {
198
+ color: #268bd2;
199
+ } // name.variable.class //
200
+ .highlight .vg {
201
+ color: #268bd2;
202
+ } // name.variable.global //
203
+ .highlight .vi {
204
+ color: #268bd2;
205
+ } // name.variable.instance //
206
+ .highlight .il {
207
+ color: #2aa198;
208
+ } // literal.number.integer.long //
@@ -1,208 +1,15 @@
1
- // Moved from _sass/code.scss
1
+ $body-background-color: $white !default;
2
+ $body-heading-color: $grey-dk-300 !default;
3
+ $body-text-color: $grey-dk-100 !default;
4
+ $link-color: $purple-000 !default;
5
+ $nav-child-link-color: $grey-dk-100 !default;
6
+ $sidebar-color: $grey-lt-000 !default;
7
+ $base-button-color: #f7f7f7 !default;
8
+ $btn-primary-color: $purple-100 !default;
9
+ $code-background-color: $grey-lt-000 !default;
10
+ $feedback-color: darken($sidebar-color, 3%) !default;
11
+ $table-background-color: $white !default;
12
+ $search-background-color: $white !default;
13
+ $search-result-preview-color: $grey-dk-000 !default;
2
14
 
3
- .highlight .c {
4
- color: #586e75;
5
- } // comment //
6
- .highlight .err {
7
- color: #93a1a1;
8
- } // error //
9
- .highlight .g {
10
- color: #93a1a1;
11
- } // generic //
12
- .highlight .k {
13
- color: #859900;
14
- } // keyword //
15
- .highlight .l {
16
- color: #93a1a1;
17
- } // literal //
18
- .highlight .n {
19
- color: #93a1a1;
20
- } // name //
21
- .highlight .o {
22
- color: #859900;
23
- } // operator //
24
- .highlight .x {
25
- color: #cb4b16;
26
- } // other //
27
- .highlight .p {
28
- color: #93a1a1;
29
- } // punctuation //
30
- .highlight .cm {
31
- color: #586e75;
32
- } // comment.multiline //
33
- .highlight .cp {
34
- color: #859900;
35
- } // comment.preproc //
36
- .highlight .c1 {
37
- color: #586e75;
38
- } // comment.single //
39
- .highlight .cs {
40
- color: #859900;
41
- } // comment.special //
42
- .highlight .gd {
43
- color: #2aa198;
44
- } // generic.deleted //
45
- .highlight .ge {
46
- font-style: italic;
47
- color: #93a1a1;
48
- } // generic.emph //
49
- .highlight .gr {
50
- color: #dc322f;
51
- } // generic.error //
52
- .highlight .gh {
53
- color: #cb4b16;
54
- } // generic.heading //
55
- .highlight .gi {
56
- color: #859900;
57
- } // generic.inserted //
58
- .highlight .go {
59
- color: #93a1a1;
60
- } // generic.output //
61
- .highlight .gp {
62
- color: #93a1a1;
63
- } // generic.prompt //
64
- .highlight .gs {
65
- font-weight: bold;
66
- color: #93a1a1;
67
- } // generic.strong //
68
- .highlight .gu {
69
- color: #cb4b16;
70
- } // generic.subheading //
71
- .highlight .gt {
72
- color: #93a1a1;
73
- } // generic.traceback //
74
- .highlight .kc {
75
- color: #cb4b16;
76
- } // keyword.constant //
77
- .highlight .kd {
78
- color: #268bd2;
79
- } // keyword.declaration //
80
- .highlight .kn {
81
- color: #859900;
82
- } // keyword.namespace //
83
- .highlight .kp {
84
- color: #859900;
85
- } // keyword.pseudo //
86
- .highlight .kr {
87
- color: #268bd2;
88
- } // keyword.reserved //
89
- .highlight .kt {
90
- color: #dc322f;
91
- } // keyword.type //
92
- .highlight .ld {
93
- color: #93a1a1;
94
- } // literal.date //
95
- .highlight .m {
96
- color: #2aa198;
97
- } // literal.number //
98
- .highlight .s {
99
- color: #2aa198;
100
- } // literal.string //
101
- .highlight .na {
102
- color: #555;
103
- } // name.attribute //
104
- .highlight .nb {
105
- color: #b58900;
106
- } // name.builtin //
107
- .highlight .nc {
108
- color: #268bd2;
109
- } // name.class //
110
- .highlight .no {
111
- color: #cb4b16;
112
- } // name.constant //
113
- .highlight .nd {
114
- color: #268bd2;
115
- } // name.decorator //
116
- .highlight .ni {
117
- color: #cb4b16;
118
- } // name.entity //
119
- .highlight .ne {
120
- color: #cb4b16;
121
- } // name.exception //
122
- .highlight .nf {
123
- color: #268bd2;
124
- } // name.function //
125
- .highlight .nl {
126
- color: #555;
127
- } // name.label //
128
- .highlight .nn {
129
- color: #93a1a1;
130
- } // name.namespace //
131
- .highlight .nx {
132
- color: #555;
133
- } // name.other //
134
- .highlight .py {
135
- color: #93a1a1;
136
- } // name.property //
137
- .highlight .nt {
138
- color: #268bd2;
139
- } // name.tag //
140
- .highlight .nv {
141
- color: #268bd2;
142
- } // name.variable //
143
- .highlight .ow {
144
- color: #859900;
145
- } // operator.word //
146
- .highlight .w {
147
- color: #93a1a1;
148
- } // text.whitespace //
149
- .highlight .mf {
150
- color: #2aa198;
151
- } // literal.number.float //
152
- .highlight .mh {
153
- color: #2aa198;
154
- } // literal.number.hex //
155
- .highlight .mi {
156
- color: #2aa198;
157
- } // literal.number.integer //
158
- .highlight .mo {
159
- color: #2aa198;
160
- } // literal.number.oct //
161
- .highlight .sb {
162
- color: #586e75;
163
- } // literal.string.backtick //
164
- .highlight .sc {
165
- color: #2aa198;
166
- } // literal.string.char //
167
- .highlight .sd {
168
- color: #93a1a1;
169
- } // literal.string.doc //
170
- .highlight .s2 {
171
- color: #2aa198;
172
- } // literal.string.double //
173
- .highlight .se {
174
- color: #cb4b16;
175
- } // literal.string.escape //
176
- .highlight .sh {
177
- color: #93a1a1;
178
- } // literal.string.heredoc //
179
- .highlight .si {
180
- color: #2aa198;
181
- } // literal.string.interpol //
182
- .highlight .sx {
183
- color: #2aa198;
184
- } // literal.string.other //
185
- .highlight .sr {
186
- color: #dc322f;
187
- } // literal.string.regex //
188
- .highlight .s1 {
189
- color: #2aa198;
190
- } // literal.string.single //
191
- .highlight .ss {
192
- color: #2aa198;
193
- } // literal.string.symbol //
194
- .highlight .bp {
195
- color: #268bd2;
196
- } // name.builtin.pseudo //
197
- .highlight .vc {
198
- color: #268bd2;
199
- } // name.variable.class //
200
- .highlight .vg {
201
- color: #268bd2;
202
- } // name.variable.global //
203
- .highlight .vi {
204
- color: #268bd2;
205
- } // name.variable.instance //
206
- .highlight .il {
207
- color: #2aa198;
208
- } // literal.number.integer.long //
15
+ @import "./vendor/OneLightJekyll/syntax";