jekyll-rtd-theme 0.0.1 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +22 -8
- data/_includes/addons/source/github.liquid +3 -9
- data/_includes/assets/js/script.js +1 -0
- data/_includes/breadcrumbs.liquid +25 -23
- data/_includes/footer.liquid +1 -1
- data/_includes/list.liquid +6 -0
- data/_includes/reset/html.liquid +1 -0
- data/_includes/reset/snippets.liquid +11 -3
- data/_includes/reset/variables.liquid +23 -5
- data/_includes/reset/workspace.liquid +17 -0
- data/_includes/toctree_l1.liquid +17 -0
- data/_includes/toctree_ln.liquid +29 -0
- data/_includes/versions.liquid +3 -3
- data/_layouts/default.liquid +8 -11
- data/_layouts/plugins/compress.liquid +1 -1
- data/_sass/rougify/base16.dark.scss +78 -0
- data/_sass/rougify/base16.light.scss +77 -0
- data/_sass/rougify/base16.monokai.dark.scss +78 -0
- data/_sass/rougify/base16.monokai.light.scss +77 -0
- data/_sass/rougify/base16.monokai.scss +78 -0
- data/_sass/rougify/base16.scss +77 -0
- data/_sass/rougify/base16.solarized.dark.scss +78 -0
- data/_sass/rougify/base16.solarized.light.scss +77 -0
- data/_sass/rougify/base16.solarized.scss +77 -0
- data/_sass/rougify/bw.scss +63 -0
- data/_sass/rougify/colorful.scss +170 -0
- data/_sass/rougify/github.scss +209 -0
- data/_sass/rougify/gruvbox.dark.scss +84 -0
- data/_sass/rougify/gruvbox.light.scss +84 -0
- data/_sass/rougify/gruvbox.scss +84 -0
- data/_sass/rougify/igorpro.scss +32 -0
- data/_sass/rougify/magritte.scss +167 -0
- data/_sass/rougify/molokai.scss +208 -0
- data/_sass/rougify/monokai.scss +210 -0
- data/_sass/rougify/monokai.sublime.scss +198 -0
- data/_sass/rougify/pastie.scss +146 -0
- data/_sass/rougify/thankful_eyes.scss +172 -0
- data/_sass/rougify/tulip.scss +163 -0
- data/_sass/style.scss +4 -0
- data/assets/css/fonts/Roboto-Slab-Bold.woff +0 -0
- data/assets/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- data/assets/css/fonts/Roboto-Slab-Regular.woff +0 -0
- data/assets/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- data/assets/css/fonts/fontawesome-webfont.eot +0 -0
- data/assets/css/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/css/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/css/fonts/fontawesome-webfont.woff +0 -0
- data/assets/css/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/css/fonts/lato-bold-italic.woff +0 -0
- data/assets/css/fonts/lato-bold-italic.woff2 +0 -0
- data/assets/css/fonts/lato-bold.woff +0 -0
- data/assets/css/fonts/lato-bold.woff2 +0 -0
- data/assets/css/fonts/lato-normal-italic.woff +0 -0
- data/assets/css/fonts/lato-normal-italic.woff2 +0 -0
- data/assets/css/fonts/lato-normal.woff +0 -0
- data/assets/css/fonts/lato-normal.woff2 +0 -0
- data/assets/css/theme.css +4 -0
- data/assets/favicon.svg +5 -0
- data/assets/js/anchor.min.js +9 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/theme.js +1 -0
- metadata +52 -6
- data/_includes/sidebar.liquid +0 -52
- data/assets/css/style.scss +0 -2
- data/assets/favicon.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38dce7565904ba703d3b6870eec6338eaefd2e4b5526bde0390503c91b4de99b
|
4
|
+
data.tar.gz: d5e3c38ee7c3ce55a1ed7fc8c90aa842ea1568ce8f2effba21a90443ce51621f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc3a218caea7780ce30300ccd4a35dc463daaeb3a1a85ad307b95d1b753f48c32cca9b731cbe05efda2f2600ad83684019eb3a41a1957944e26750eaf2c3142b
|
7
|
+
data.tar.gz: 07a279a1eab91ee5be3c0aa007b9f175f916cf431436f0aae9ba422519d7e32aca4e366e44d0d7750a9900e721fb204a83e883b1a2e0d5201aecab5850251b46
|
data/README.md
CHANGED
@@ -1,16 +1,30 @@
|
|
1
1
|
# jekyll-rtd-theme
|
2
|
+
[![](https://github.com/rundocs/jekyll-rtd-theme/workflows/gh-pages/badge.svg)][repository]
|
3
|
+
[![](https://img.shields.io/gem/v/jekyll-rtd-theme)][rubygem]
|
4
|
+
[![](https://img.shields.io/gem/dt/jekyll-rtd-theme)][rubygem]
|
5
|
+
[![](https://data.jsdelivr.com/v1/package/gh/rundocs/jekyll-rtd-theme/badge)][cdn]
|
6
|
+
[![](https://www.codefactor.io/repository/github/rundocs/jekyll-rtd-theme/badge)][codefactor]
|
2
7
|
|
3
|
-
Just another Jekyll theme for GitHub Pages
|
8
|
+
Just another Jekyll theme for GitHub Pages based on ReadtheDocs's sphinx_rtd_theme styles
|
9
|
+
|
10
|
+
![][demo]
|
4
11
|
|
5
12
|
## Roadmap
|
6
13
|
See the [open issues][issues] for a list of proposed features (and known issues).
|
7
14
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
15
|
+
|
16
|
+
## Documents
|
17
|
+
For complete documentation, see: [https://rundocs.github.io/jekyll-rtd-theme][site]
|
18
|
+
|
19
|
+
## The License
|
20
|
+
The theme is available as open source under the terms of the [MIT License][license].
|
14
21
|
|
15
22
|
|
16
|
-
[
|
23
|
+
[repository]: https://github.com/rundocs/jekyll-rtd-theme
|
24
|
+
[issues]: https://github.com/rundocs/jekyll-rtd-theme/issues
|
25
|
+
[license]: https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE
|
26
|
+
[site]: https://rundocs.github.io/jekyll-rtd-theme
|
27
|
+
[rubygem]: https://rubygems.org/gems/jekyll-rtd-theme
|
28
|
+
[cdn]: https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme/
|
29
|
+
[codefactor]: https://www.codefactor.io/repository/github/rundocs/jekyll-rtd-theme
|
30
|
+
[demo]: https://user-images.githubusercontent.com/68011645/88376699-87980500-cdd0-11ea-8900-7bab8c811bc9.png
|
@@ -1,12 +1,6 @@
|
|
1
1
|
<dl>
|
2
2
|
<dt>{{ __github }}</dt>
|
3
|
-
{
|
4
|
-
|
5
|
-
|
6
|
-
<dd><a href="{{ site.github.issues_url }}"><i class="fa fa-question-circle-o"></i> {{ __issues }}</a></dd>
|
7
|
-
{%- else -%}
|
8
|
-
<dd><a href="#"><i class="fa fa-github"></i> {{ __homepage }}</a></dd>
|
9
|
-
<dd><a href="#"><i class="fa fa-download"></i> {{ __download }}</a></dd>
|
10
|
-
<dd><a href="#"><i class="fa fa-question-circle-o"></i> {{ __issues }}</a></dd>
|
11
|
-
{%- endif -%}
|
3
|
+
<dd><a href="{{ repository_url }}"><i class="fa fa-github"></i> {{ __homepage }}</a></dd>
|
4
|
+
<dd><a href="{{ zip_url }}"><i class="fa fa-download"></i> {{ __download }}</a></dd>
|
5
|
+
<dd><a href="{{ issues_url }}"><i class="fa fa-question-circle-o"></i> {{ __issues }}</a></dd>
|
12
6
|
</dl>
|
@@ -1,32 +1,34 @@
|
|
1
1
|
<div role="navigation" aria-label="breadcrumbs navigation">
|
2
2
|
<ul class="wy-breadcrumbs">
|
3
|
-
<li
|
4
|
-
|
5
|
-
|
3
|
+
<li>
|
4
|
+
<a href="{{ site.baseurl }}/" class="icon icon-home"></a><i class="fa fa-angle-double-right"></i>
|
5
|
+
</li>
|
6
|
+
{%- case page.url -%}
|
7
|
+
{%- when "/search.html" %}
|
6
8
|
<li>{{ __search }}</li>
|
7
|
-
{
|
9
|
+
{%- when "/404.html" %}
|
8
10
|
<li>{{ __404 }}</li>
|
9
|
-
{
|
10
|
-
{
|
11
|
-
{
|
12
|
-
{
|
13
|
-
{
|
14
|
-
{
|
15
|
-
{
|
16
|
-
{
|
11
|
+
{%- else -%}
|
12
|
+
{%- assign blocks = page.path | split: "/" -%}
|
13
|
+
{%- assign length = blocks | size -%}
|
14
|
+
{%- if page.dir == page.url and page.url != "/" -%}
|
15
|
+
{%- assign length = blocks | size | minus: 1 -%}
|
16
|
+
{%- endif -%}
|
17
|
+
{%- for block in blocks limit: length -%}
|
18
|
+
{%- if forloop.last %}
|
17
19
|
<li>{{ page.title }}</li>
|
18
|
-
{
|
19
|
-
{
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
20
|
+
{%- else -%}
|
21
|
+
{%- capture href -%}
|
22
|
+
{{ site.baseurl }}/{% for block in blocks limit: forloop.index %}{{ block | append: "/" }}{% endfor %}
|
23
|
+
{%- endcapture %}
|
24
|
+
<li>
|
25
|
+
<a href="{{ href }}">{{ block | split: "." | last | capitalize }}</a><i class="fa fa-angle-double-right"></i>
|
26
|
+
</li>
|
27
|
+
{%- endif -%}
|
28
|
+
{%- endfor -%}
|
29
|
+
{%- endcase %}
|
24
30
|
<li class="wy-breadcrumbs-aside">
|
25
|
-
{
|
26
|
-
<a href="{% github_edit_link %}" class="fa fa-github" target="_blank"> {{ __edit }}</a>
|
27
|
-
{%- else -%}
|
28
|
-
<a href="#" class="fa fa-github" target="_blank"> {{ __edit }}</a>
|
29
|
-
{%- endif -%}
|
31
|
+
<a href="{{ github_edit_link }}" class="fa fa-github" target="_blank"> {{ __edit }}</a>
|
30
32
|
</li>
|
31
33
|
</ul>
|
32
34
|
<hr>
|
data/_includes/footer.liquid
CHANGED
data/_includes/reset/html.liquid
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
-
{%-
|
2
|
-
|
3
|
-
|
1
|
+
{%- capture site_style -%}
|
2
|
+
@import "style.scss";
|
3
|
+
@import "rougify/{{ site.rougify | default: 'github' }}.scss";
|
4
|
+
{%- if site.fluid -%}
|
5
|
+
@import "fluid.scss";
|
6
|
+
{%- endif -%}
|
7
|
+
{%- endcapture -%}
|
8
|
+
|
9
|
+
{%- capture site_script %}
|
10
|
+
{% include assets/js/script.js %}
|
11
|
+
{%- endcapture -%}
|
@@ -1,8 +1,26 @@
|
|
1
1
|
{%- assign description = content | strip_html | split: " " | join: " " | escape | truncate: 150 -%}
|
2
|
-
{%- assign author = site.github.owner_name -%}
|
3
|
-
{%- assign commit = site.github.build_revision | slice: 0, 7 -%}
|
4
2
|
{%- assign schema_url = page.url | absolute_url | xml_escape -%}
|
5
3
|
{%- assign schema_lastmod = site.time | date_to_xmlschema -%}
|
6
|
-
{%- assign
|
7
|
-
|
8
|
-
{%- assign
|
4
|
+
{%- assign version = "0.1.5" -%}
|
5
|
+
|
6
|
+
{%- assign author = site.author | default: site.github.owner_name -%}
|
7
|
+
{%- assign commit = site.github.build_revision | slice: 0, 7 -%}
|
8
|
+
{%- assign repository_url = site.github.repository_url -%}
|
9
|
+
|
10
|
+
{%- if site.debug -%}
|
11
|
+
{%- assign cdn = site.baseurl -%}
|
12
|
+
{%- else -%}
|
13
|
+
{%- assign cdn = "https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme@" | append: version -%}
|
14
|
+
{%- endif -%}
|
15
|
+
|
16
|
+
{%- if jekyll.environment == "production" -%}
|
17
|
+
{%- assign issues_url = site.github.issues_url -%}
|
18
|
+
{%- assign zip_url = site.github.zip_url -%}
|
19
|
+
{%- capture github_edit_link %}{% github_edit_link %}{% endcapture -%}
|
20
|
+
{%- else -%}
|
21
|
+
{%- assign issues_url = "#" -%}
|
22
|
+
{%- assign zip_url = "#" -%}
|
23
|
+
{%- assign github_edit_link = "#" -%}
|
24
|
+
{%- endif -%}
|
25
|
+
|
26
|
+
{%- assign addons = site.addons | default: "github, gems, analytics" -%}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{%- assign workspace = include.workspace | default: "/" -%}
|
2
|
+
{%- assign workspace_level = workspace | append: "temp/" | split: "/" | size | minus: 1 -%}
|
3
|
+
{%- assign workspace_files = html_files | where_exp: "item", "item.dir == workspace" -%}
|
4
|
+
|
5
|
+
{%- capture items -%}
|
6
|
+
{%- for item in html_dirs -%}
|
7
|
+
{%- assign current_m1 = item.dir | append: "temp/" | split: "/" | size | minus: 2 -%}
|
8
|
+
{%- if workspace_level == current_m1 -%}
|
9
|
+
{%- assign temp = workspace | append: "@@" -%}
|
10
|
+
{%- assign dir = item.dir | replace: workspace, temp | split: "@@" | first -%}
|
11
|
+
{%- if workspace == dir -%}
|
12
|
+
{{ item.dir }}|
|
13
|
+
{%- endif -%}
|
14
|
+
{%- endif -%}
|
15
|
+
{%- endfor -%}
|
16
|
+
{%- endcapture -%}
|
17
|
+
{%- assign workspace_dirs = items | split: "|" -%}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{%- include reset/workspace.liquid %}
|
2
|
+
|
3
|
+
<ul>
|
4
|
+
{%- for item in workspace_files -%}
|
5
|
+
{%- assign level = item.dir | append: "temp/" | split: "/" | size | minus: 1 -%}
|
6
|
+
{%- capture current -%}
|
7
|
+
{%- if page.url == item.url %}current{% endif -%}
|
8
|
+
{%- endcapture %}
|
9
|
+
<li class="toctree-l{{ level }} {{ current }}">
|
10
|
+
<a class="reference internal {{ current }}" href="{{ site.baseurl | append: item.url }}">
|
11
|
+
{{ item.title | default: item.url }}
|
12
|
+
</a>
|
13
|
+
</li>
|
14
|
+
{%- endfor %}
|
15
|
+
</ul>
|
16
|
+
|
17
|
+
{%- for workspace in workspace_dirs %}{% include toctree_ln.liquid %}{% endfor -%}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{%- include reset/workspace.liquid %}
|
2
|
+
|
3
|
+
{%- assign dir = html_pages | where: "url", workspace | first -%}
|
4
|
+
{%- if workspace_level == 2 %}
|
5
|
+
<p class="caption"><span class="caption-text">{{ dir.title | default: dir.url }}</span></p>
|
6
|
+
{%- else %}
|
7
|
+
<a class="reference internal" href="{{ site.baseurl | append: dir.url }}">{{ dir.title | default: dir.url }}</a>
|
8
|
+
{%- endif -%}
|
9
|
+
|
10
|
+
<ul>
|
11
|
+
{%- for item in workspace_files -%}
|
12
|
+
{%- assign level = item.dir | append: "temp/" | split: "/" | size | minus: 2 -%}
|
13
|
+
{%- capture current -%}
|
14
|
+
{%- if page.url == item.url %}current{% endif -%}
|
15
|
+
{%- endcapture %}
|
16
|
+
<li class="toctree-l{{ level }} {{ current }}">
|
17
|
+
<a class="reference internal {{ current }}" href="{{ site.baseurl | append: item.url }}">
|
18
|
+
{%- if item.sort -%}
|
19
|
+
{{ item.sort }}.
|
20
|
+
{%- endif %}
|
21
|
+
{{ item.title | default: item.url }}
|
22
|
+
</a>
|
23
|
+
</li>
|
24
|
+
{%- endfor -%}
|
25
|
+
{%- for workspace in workspace_dirs -%}
|
26
|
+
{%- assign level = workspace | append: "temp/" | split: "/" | size | minus: 3 %}
|
27
|
+
<li class="toctree-l{{ level }}">{% include toctree_ln.liquid %}</li>
|
28
|
+
{%- endfor -%}
|
29
|
+
</ul>
|
data/_includes/versions.liquid
CHANGED
@@ -5,9 +5,9 @@
|
|
5
5
|
<span class="fa fa-caret-down"></span>
|
6
6
|
</span>
|
7
7
|
<div class="rst-other-versions">
|
8
|
-
{%- assign
|
9
|
-
{% for
|
10
|
-
{% include addons/source/{{
|
8
|
+
{%- assign items = addons | split: ", " -%}
|
9
|
+
{% for item in items -%}
|
10
|
+
{% include addons/source/{{ item }}.liquid %}
|
11
11
|
{% endfor -%}
|
12
12
|
<hr>
|
13
13
|
<small>
|
data/_layouts/default.liquid
CHANGED
@@ -33,18 +33,15 @@ layout: plugins/compress
|
|
33
33
|
{%- endif -%}
|
34
34
|
<link rel="canonical" href="{{ schema_url }}">
|
35
35
|
<!-- theme -->
|
36
|
-
<link rel="stylesheet" href="{{ cdn }}/css/theme.css">
|
37
|
-
<
|
38
|
-
<style>{{ site.style | default: site_style | scssify }}</style>
|
39
|
-
{%- if site.fluid -%}
|
40
|
-
<style>{{ site_fluid | scssify }}</style>
|
41
|
-
{%- endif %}
|
36
|
+
<link rel="stylesheet" href="{{ cdn }}/assets/css/theme.css">
|
37
|
+
<style>{{ site_style | scssify }}</style>
|
42
38
|
<!-- icon -->
|
43
|
-
<link rel="icon" href="{{ site.baseurl }}/assets/favicon.
|
39
|
+
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/assets/favicon.svg">
|
44
40
|
<!-- script -->
|
45
|
-
<script src="{{
|
46
|
-
<script src="{{ cdn }}/js/theme.js"></script>
|
47
|
-
<script
|
41
|
+
<script src="{{ cdn }}/assets/js/jquery.min.js"></script>
|
42
|
+
<script src="{{ cdn }}/assets/js/theme.js"></script>
|
43
|
+
<script src="{{ cdn }}/assets/js/anchor.min.js"></script>
|
44
|
+
<script>{{ site_script }}</script>
|
48
45
|
</head>
|
49
46
|
|
50
47
|
<body class="wy-body-for-nav">
|
@@ -59,7 +56,7 @@ layout: plugins/compress
|
|
59
56
|
{% include searchbox.liquid %}
|
60
57
|
</div>
|
61
58
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
62
|
-
{% include
|
59
|
+
{% include toctree_l1.liquid %}
|
63
60
|
</div>
|
64
61
|
{%- if site.embed -%}
|
65
62
|
<div class="wy-embed-wrap">
|
@@ -0,0 +1,78 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight, .highlight .w {
|
4
|
+
color: #d0d0d0;
|
5
|
+
background-color: #151515;
|
6
|
+
}
|
7
|
+
.highlight .err {
|
8
|
+
color: #151515;
|
9
|
+
background-color: #ac4142;
|
10
|
+
}
|
11
|
+
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
|
12
|
+
color: #505050;
|
13
|
+
}
|
14
|
+
.highlight .cp {
|
15
|
+
color: #f4bf75;
|
16
|
+
}
|
17
|
+
.highlight .nt {
|
18
|
+
color: #f4bf75;
|
19
|
+
}
|
20
|
+
.highlight .o, .highlight .ow {
|
21
|
+
color: #d0d0d0;
|
22
|
+
}
|
23
|
+
.highlight .p, .highlight .pi {
|
24
|
+
color: #d0d0d0;
|
25
|
+
}
|
26
|
+
.highlight .gi {
|
27
|
+
color: #90a959;
|
28
|
+
}
|
29
|
+
.highlight .gd {
|
30
|
+
color: #ac4142;
|
31
|
+
}
|
32
|
+
.highlight .gh {
|
33
|
+
color: #6a9fb5;
|
34
|
+
background-color: #151515;
|
35
|
+
font-weight: bold;
|
36
|
+
}
|
37
|
+
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
|
38
|
+
color: #aa759f;
|
39
|
+
}
|
40
|
+
.highlight .kc {
|
41
|
+
color: #d28445;
|
42
|
+
}
|
43
|
+
.highlight .kt {
|
44
|
+
color: #d28445;
|
45
|
+
}
|
46
|
+
.highlight .kd {
|
47
|
+
color: #d28445;
|
48
|
+
}
|
49
|
+
.highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
|
50
|
+
color: #90a959;
|
51
|
+
}
|
52
|
+
.highlight .sr {
|
53
|
+
color: #75b5aa;
|
54
|
+
}
|
55
|
+
.highlight .si {
|
56
|
+
color: #8f5536;
|
57
|
+
}
|
58
|
+
.highlight .se {
|
59
|
+
color: #8f5536;
|
60
|
+
}
|
61
|
+
.highlight .nn {
|
62
|
+
color: #f4bf75;
|
63
|
+
}
|
64
|
+
.highlight .nc {
|
65
|
+
color: #f4bf75;
|
66
|
+
}
|
67
|
+
.highlight .no {
|
68
|
+
color: #f4bf75;
|
69
|
+
}
|
70
|
+
.highlight .na {
|
71
|
+
color: #6a9fb5;
|
72
|
+
}
|
73
|
+
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
74
|
+
color: #90a959;
|
75
|
+
}
|
76
|
+
.highlight .ss {
|
77
|
+
color: #90a959;
|
78
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight, .highlight .w {
|
4
|
+
color: #303030;
|
5
|
+
}
|
6
|
+
.highlight .err {
|
7
|
+
color: #151515;
|
8
|
+
background-color: #ac4142;
|
9
|
+
}
|
10
|
+
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
|
11
|
+
color: #505050;
|
12
|
+
}
|
13
|
+
.highlight .cp {
|
14
|
+
color: #f4bf75;
|
15
|
+
}
|
16
|
+
.highlight .nt {
|
17
|
+
color: #f4bf75;
|
18
|
+
}
|
19
|
+
.highlight .o, .highlight .ow {
|
20
|
+
color: #d0d0d0;
|
21
|
+
}
|
22
|
+
.highlight .p, .highlight .pi {
|
23
|
+
color: #d0d0d0;
|
24
|
+
}
|
25
|
+
.highlight .gi {
|
26
|
+
color: #90a959;
|
27
|
+
}
|
28
|
+
.highlight .gd {
|
29
|
+
color: #ac4142;
|
30
|
+
}
|
31
|
+
.highlight .gh {
|
32
|
+
color: #6a9fb5;
|
33
|
+
background-color: #151515;
|
34
|
+
font-weight: bold;
|
35
|
+
}
|
36
|
+
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
|
37
|
+
color: #aa759f;
|
38
|
+
}
|
39
|
+
.highlight .kc {
|
40
|
+
color: #d28445;
|
41
|
+
}
|
42
|
+
.highlight .kt {
|
43
|
+
color: #d28445;
|
44
|
+
}
|
45
|
+
.highlight .kd {
|
46
|
+
color: #d28445;
|
47
|
+
}
|
48
|
+
.highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
|
49
|
+
color: #90a959;
|
50
|
+
}
|
51
|
+
.highlight .sr {
|
52
|
+
color: #75b5aa;
|
53
|
+
}
|
54
|
+
.highlight .si {
|
55
|
+
color: #8f5536;
|
56
|
+
}
|
57
|
+
.highlight .se {
|
58
|
+
color: #8f5536;
|
59
|
+
}
|
60
|
+
.highlight .nn {
|
61
|
+
color: #f4bf75;
|
62
|
+
}
|
63
|
+
.highlight .nc {
|
64
|
+
color: #f4bf75;
|
65
|
+
}
|
66
|
+
.highlight .no {
|
67
|
+
color: #f4bf75;
|
68
|
+
}
|
69
|
+
.highlight .na {
|
70
|
+
color: #6a9fb5;
|
71
|
+
}
|
72
|
+
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
73
|
+
color: #90a959;
|
74
|
+
}
|
75
|
+
.highlight .ss {
|
76
|
+
color: #90a959;
|
77
|
+
}
|