├── .gitignore
├── 404.html
├── CNAME
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── _config.yml
├── _includes
├── head.html
├── pagination.html
└── signoff.html
├── _layouts
└── default.html
├── _posts
├── 2013-05-06-more-post.md
└── 2017-03-12-scribble-the-jekyll-theme.md
├── about.md
├── feed.xml
├── images
├── 404.png
├── fav.png
├── line.png
├── scribble.png
├── scribble2.png
└── scribble3.png
├── index.html
└── stylesheets
├── style.css
└── syntax.css
/.gitignore:
--------------------------------------------------------------------------------
1 | _site/
2 | .sass-cache
3 | .ruby-version
--------------------------------------------------------------------------------
/404.html:
--------------------------------------------------------------------------------
1 | ---
2 | permalink: /404.html
3 | layout: null
4 | ---
5 |
6 |
7 |
8 |
9 | Scribble
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | 
20 | Home
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | scribble.muan.co
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source 'http://rubygems.org'
2 |
3 | gem 'github-pages'
4 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GEM
2 | remote: http://rubygems.org/
3 | specs:
4 | activesupport (4.2.7)
5 | i18n (~> 0.7)
6 | json (~> 1.7, >= 1.7.7)
7 | minitest (~> 5.1)
8 | thread_safe (~> 0.3, >= 0.3.4)
9 | tzinfo (~> 1.1)
10 | addressable (2.5.0)
11 | public_suffix (~> 2.0, >= 2.0.2)
12 | coffee-script (2.4.1)
13 | coffee-script-source
14 | execjs
15 | coffee-script-source (1.12.2)
16 | colorator (1.1.0)
17 | ethon (0.10.1)
18 | ffi (>= 1.3.0)
19 | execjs (2.7.0)
20 | faraday (0.11.0)
21 | multipart-post (>= 1.2, < 3)
22 | ffi (1.9.18)
23 | forwardable-extended (2.6.0)
24 | gemoji (3.0.0)
25 | github-pages (127)
26 | activesupport (= 4.2.7)
27 | github-pages-health-check (= 1.3.3)
28 | jekyll (= 3.4.1)
29 | jekyll-avatar (= 0.4.2)
30 | jekyll-coffeescript (= 1.0.1)
31 | jekyll-default-layout (= 0.1.4)
32 | jekyll-feed (= 0.9.1)
33 | jekyll-gist (= 1.4.0)
34 | jekyll-github-metadata (= 2.3.1)
35 | jekyll-mentions (= 1.2.0)
36 | jekyll-optional-front-matter (= 0.1.2)
37 | jekyll-paginate (= 1.1.0)
38 | jekyll-readme-index (= 0.0.4)
39 | jekyll-redirect-from (= 0.12.1)
40 | jekyll-relative-links (= 0.3.0)
41 | jekyll-sass-converter (= 1.5.0)
42 | jekyll-seo-tag (= 2.1.0)
43 | jekyll-sitemap (= 1.0.0)
44 | jekyll-swiss (= 0.4.0)
45 | jekyll-theme-architect (= 0.0.3)
46 | jekyll-theme-cayman (= 0.0.3)
47 | jekyll-theme-dinky (= 0.0.3)
48 | jekyll-theme-hacker (= 0.0.3)
49 | jekyll-theme-leap-day (= 0.0.3)
50 | jekyll-theme-merlot (= 0.0.3)
51 | jekyll-theme-midnight (= 0.0.3)
52 | jekyll-theme-minimal (= 0.0.3)
53 | jekyll-theme-modernist (= 0.0.3)
54 | jekyll-theme-primer (= 0.1.7)
55 | jekyll-theme-slate (= 0.0.3)
56 | jekyll-theme-tactile (= 0.0.3)
57 | jekyll-theme-time-machine (= 0.0.3)
58 | jekyll-titles-from-headings (= 0.1.4)
59 | jemoji (= 0.8.0)
60 | kramdown (= 1.13.2)
61 | liquid (= 3.0.6)
62 | listen (= 3.0.6)
63 | mercenary (~> 0.3)
64 | minima (= 2.0.0)
65 | nokogiri (= 1.6.8.1)
66 | rouge (= 1.11.1)
67 | terminal-table (~> 1.4)
68 | github-pages-health-check (1.3.3)
69 | addressable (~> 2.3)
70 | net-dns (~> 0.8)
71 | octokit (~> 4.0)
72 | public_suffix (~> 2.0)
73 | typhoeus (~> 0.7)
74 | html-pipeline (2.5.0)
75 | activesupport (>= 2)
76 | nokogiri (>= 1.4)
77 | i18n (0.8.1)
78 | jekyll (3.4.1)
79 | addressable (~> 2.4)
80 | colorator (~> 1.0)
81 | jekyll-sass-converter (~> 1.0)
82 | jekyll-watch (~> 1.1)
83 | kramdown (~> 1.3)
84 | liquid (~> 3.0)
85 | mercenary (~> 0.3.3)
86 | pathutil (~> 0.9)
87 | rouge (~> 1.7)
88 | safe_yaml (~> 1.0)
89 | jekyll-avatar (0.4.2)
90 | jekyll (~> 3.0)
91 | jekyll-coffeescript (1.0.1)
92 | coffee-script (~> 2.2)
93 | jekyll-default-layout (0.1.4)
94 | jekyll (~> 3.0)
95 | jekyll-feed (0.9.1)
96 | jekyll (~> 3.3)
97 | jekyll-gist (1.4.0)
98 | octokit (~> 4.2)
99 | jekyll-github-metadata (2.3.1)
100 | jekyll (~> 3.1)
101 | octokit (~> 4.0, != 4.4.0)
102 | jekyll-mentions (1.2.0)
103 | activesupport (~> 4.0)
104 | html-pipeline (~> 2.3)
105 | jekyll (~> 3.0)
106 | jekyll-optional-front-matter (0.1.2)
107 | jekyll (~> 3.0)
108 | jekyll-paginate (1.1.0)
109 | jekyll-readme-index (0.0.4)
110 | jekyll (~> 3.0)
111 | jekyll-redirect-from (0.12.1)
112 | jekyll (~> 3.3)
113 | jekyll-relative-links (0.3.0)
114 | jekyll (~> 3.3)
115 | jekyll-sass-converter (1.5.0)
116 | sass (~> 3.4)
117 | jekyll-seo-tag (2.1.0)
118 | jekyll (~> 3.3)
119 | jekyll-sitemap (1.0.0)
120 | jekyll (~> 3.3)
121 | jekyll-swiss (0.4.0)
122 | jekyll-theme-architect (0.0.3)
123 | jekyll (~> 3.3)
124 | jekyll-theme-cayman (0.0.3)
125 | jekyll (~> 3.3)
126 | jekyll-theme-dinky (0.0.3)
127 | jekyll (~> 3.3)
128 | jekyll-theme-hacker (0.0.3)
129 | jekyll (~> 3.3)
130 | jekyll-theme-leap-day (0.0.3)
131 | jekyll (~> 3.3)
132 | jekyll-theme-merlot (0.0.3)
133 | jekyll (~> 3.3)
134 | jekyll-theme-midnight (0.0.3)
135 | jekyll (~> 3.3)
136 | jekyll-theme-minimal (0.0.3)
137 | jekyll (~> 3.3)
138 | jekyll-theme-modernist (0.0.3)
139 | jekyll (~> 3.3)
140 | jekyll-theme-primer (0.1.7)
141 | jekyll (~> 3.3)
142 | jekyll-theme-slate (0.0.3)
143 | jekyll (~> 3.3)
144 | jekyll-theme-tactile (0.0.3)
145 | jekyll (~> 3.3)
146 | jekyll-theme-time-machine (0.0.3)
147 | jekyll (~> 3.3)
148 | jekyll-titles-from-headings (0.1.4)
149 | jekyll (~> 3.3)
150 | jekyll-watch (1.5.0)
151 | listen (~> 3.0, < 3.1)
152 | jemoji (0.8.0)
153 | activesupport (~> 4.0)
154 | gemoji (~> 3.0)
155 | html-pipeline (~> 2.2)
156 | jekyll (>= 3.0)
157 | json (1.8.6)
158 | kramdown (1.13.2)
159 | liquid (3.0.6)
160 | listen (3.0.6)
161 | rb-fsevent (>= 0.9.3)
162 | rb-inotify (>= 0.9.7)
163 | mercenary (0.3.6)
164 | mini_portile2 (2.1.0)
165 | minima (2.0.0)
166 | minitest (5.10.1)
167 | multipart-post (2.0.0)
168 | net-dns (0.8.0)
169 | nokogiri (1.6.8.1)
170 | mini_portile2 (~> 2.1.0)
171 | octokit (4.6.2)
172 | sawyer (~> 0.8.0, >= 0.5.3)
173 | pathutil (0.14.0)
174 | forwardable-extended (~> 2.6)
175 | public_suffix (2.0.5)
176 | rb-fsevent (0.9.8)
177 | rb-inotify (0.9.8)
178 | ffi (>= 0.5.0)
179 | rouge (1.11.1)
180 | safe_yaml (1.0.4)
181 | sass (3.4.23)
182 | sawyer (0.8.1)
183 | addressable (>= 2.3.5, < 2.6)
184 | faraday (~> 0.8, < 1.0)
185 | terminal-table (1.7.3)
186 | unicode-display_width (~> 1.1.1)
187 | thread_safe (0.3.6)
188 | typhoeus (0.8.0)
189 | ethon (>= 0.8.0)
190 | tzinfo (1.2.2)
191 | thread_safe (~> 0.1)
192 | unicode-display_width (1.1.3)
193 |
194 | PLATFORMS
195 | ruby
196 |
197 | DEPENDENCIES
198 | github-pages
199 |
200 | BUNDLED WITH
201 | 1.10.6
202 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2013 Mu-An Chiou
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 | THE SOFTWARE.
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Scribble
2 |
3 | A Jekyll theme. [Demo :point_left:](http://scribble.muan.co/posts/scribble-the-jekyll-theme).
4 |
5 | 
6 |
7 | ## Get started
8 |
9 | 1. [Fork the repository](https://github.com/muan/scribble/fork)
10 |
11 | 2. Clone the repository: `git clone https://github.com/username/scribble`
12 |
13 | 3. Run `bundle install`
14 |
15 | 4. Run Jekyll: `bundle exec jekyll serve -w`
16 |
17 | 5. Go to http://localhost:4000 for your site.
18 |
19 | ---
20 |
21 | ## Make it yours
22 |
23 | 1. Edit `_config.yml`, adn then rerun `jekyll serve -w`
24 |
25 | 2. Change `about.md` for blog intro
26 |
27 | 3. For domain settings see [the guide from GitHub](https://help.github.com/articles/setting-up-a-custom-domain-with-pages)
28 |
29 | ## The end
30 |
31 | Like it? [Tell me](http://twitter.com/muanchiou).
32 | Problem? [Use GitHub Issues](https://github.com/muan/scribble).
33 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | # ----------- CONFIGURABLE START -----------
2 | title: "Scribble"
3 | description: "Such theme, very cool."
4 | url: http://scribble.muan.co # Site url, without a slash at the end.
5 | signoff: "muan" # Your name
6 | facebook_appid: # APP ID for like button, remove from /_includes/share.html if unwanted.
7 | google_analytics: # Set tracking, remove from /javascripts/basic.js if unwanted.
8 | share: false # Turn on twitter and facebook share buttons
9 |
10 | links:
11 | - name: Posts
12 | url: /
13 | external: false
14 | - name: About me
15 | url: /about
16 | external: false
17 | # ------------ CONFIGURABLE END ------------
18 |
19 | permalink: /posts/:title
20 | defaults:
21 | - values:
22 | layout: "default"
--------------------------------------------------------------------------------
/_includes/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | {% if page.date %}
8 |
9 |
10 |
11 | {% else %}
12 |
13 |
14 |
15 | {% endif %}
16 |
17 |
18 | {% if site.google_analytics %}
19 |
29 | {% endif %}
30 |
31 | {% if site.facebook_appid %}
32 |
33 |
40 | {% endif %}
41 |
--------------------------------------------------------------------------------
/_includes/pagination.html:
--------------------------------------------------------------------------------
1 |
2 | {% if page.previous %}
3 | ‹
4 | {% endif %}
5 | {% if page.next %}
6 | ›
7 | {% endif %}
8 |
--------------------------------------------------------------------------------
/_includes/signoff.html:
--------------------------------------------------------------------------------
1 |
2 | Til next time,
3 | {{ site.signoff }}
4 | {{ page.date | date: "at %H:%M" }}
5 |
6 |
7 |
--------------------------------------------------------------------------------
/_layouts/default.html:
--------------------------------------------------------------------------------
1 | {% assign is_post = page.date %}
2 |
3 |
4 |
5 |
6 |
7 | {{ page.title }} - {{ site.title }}
8 | {% include head.html %}
9 |
10 |
11 |
17 |
18 |
26 |
27 |
28 | {% if page.title %}
29 |
30 | {% if page.date %}
{{ page.date | date_to_string }}
{% endif %}
31 |
32 | {% if is_post %}
33 | {% endif %}
34 | {{ page.title }}
35 |
36 | {% if is_post and site.share %}
37 |
38 |
39 |
40 | {% endif %}
41 |
42 | {% endif %}
43 |
44 | {{ content }}
45 |
46 | {% if is_post %}{% include signoff.html %}{% endif %}
47 |
48 | {% if is_post %}{% include pagination.html %}{% endif %}
49 |
50 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/_posts/2013-05-06-more-post.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lorem Ipsum Dolor Sit Amet Consectetur Elit
3 | date: 2013-05-06 15:27:31
4 | ---
5 |
6 | I am a placeholder post. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
7 |
8 | > Sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Abore et dolore magna aliqua. Ut enim ad minim veniam, quis.
9 | >
10 | > – Akei Yue
11 |
12 | 1. List with code
13 |
14 | ```
15 | not highlighted
16 | multi line
17 | ```
18 |
19 | 2. List with code
20 | ```javascript
21 | var dom = document.getElementById('boom')
22 | console.log(dom);
23 | ```
24 |
25 | ---
26 |
27 | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
28 |
29 | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
30 |
31 | ```html
32 |
37 | ```
--------------------------------------------------------------------------------
/_posts/2017-03-12-scribble-the-jekyll-theme.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Scribble, a Jekyll theme
3 | date: 2017-03-12 00:06:52
4 | ---
5 |
6 | Instruction as follows. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in.
7 |
8 | ## Get started
9 |
10 | 1. [Fork the repository](https://github.com/muan/scribble/fork)
11 |
12 | 2. Clone the repository: `git clone https://github.com/username/scribble`
13 |
14 | 3. Run `bundle install`
15 |
16 | 4. Run Jekyll: `jekyll serve -w`
17 |
18 | 5. Go to http://localhost:4000 for your site.
19 |
20 | ---
21 |
22 | ## Make it yours
23 |
24 | 1. Edit `_config.yml`, adn then rerun `jekyll serve -w`
25 |
26 | 2. Change `about.md` for blog intro
27 |
28 | 3. For domain settings see [the guide from GitHub](https://help.github.com/articles/setting-up-a-custom-domain-with-pages)
29 |
30 | ---
31 |
32 | Get it on GitHub ♥
33 |
34 | ---
35 |
36 | ## The end
37 |
38 | Like it? [Tell me](http://twitter.com/muanchiou).
39 | Problem? [Use GitHub Issues](https://github.com/muan/scribble).
--------------------------------------------------------------------------------
/about.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: About me
3 | ---
4 |
5 | Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Donec elementum ligula eu sapien consequat eleifend.
6 |
7 | Donec nec dolor erat, condimentum sagittis sem. Praesent porttitor porttitor risus, dapibus rutrum ipsum gravida et. Integer lectus nisi, facilisis sit amet eleifend nec, pharetra ut augue. Integer quam nunc, consequat nec egestas ac, volutpat ac nisi.
8 |
9 | Find me on [GitHub](https://github.com/muan) or [Twitter](https://twitter.com/muanchiou).
10 |
--------------------------------------------------------------------------------
/feed.xml:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | ---
4 |
5 |
6 |
7 | {{ site.title }}
8 | {{ site.description }}
9 | {{ site.url }}
10 |
11 | {% for post in site.posts limit:10 %}
12 | -
13 | {{ post.title }}
14 | {{ post.content | xml_escape | replace: 'javascript||' | replace: 'shell||' | replace: 'ruby||' | replace: 'html||' }}
15 | {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}
16 | {{ site.url }}{{ post.url }}
17 | {{ site.url }}{{ post.url }}
18 |
19 | {% endfor %}
20 |
21 |
22 |
--------------------------------------------------------------------------------
/images/404.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/404.png
--------------------------------------------------------------------------------
/images/fav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/fav.png
--------------------------------------------------------------------------------
/images/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/line.png
--------------------------------------------------------------------------------
/images/scribble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/scribble.png
--------------------------------------------------------------------------------
/images/scribble2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/scribble2.png
--------------------------------------------------------------------------------
/images/scribble3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muan/scribble/5569955f544c46322787669ef59d8f73766aeec4/images/scribble3.png
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 | ---
2 | ---
3 |
4 |
14 |
--------------------------------------------------------------------------------
/stylesheets/style.css:
--------------------------------------------------------------------------------
1 | @import "https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css";
2 |
3 | .bg-super-white { background: #f9f9f9; }
4 | .top-50 { top: 50% }
5 | .link:hover { background: url(/images/line.png) repeat-x left bottom; }
6 |
7 | /* Markdown styles */
8 | .markdown-body a {
9 | text-decoration: none;
10 | color: #357edd;
11 | }
12 | .markdown-body .highlighter-rouge {
13 | padding: .25rem .5rem;
14 | }
15 | .markdown-body pre {
16 | margin: 0;
17 | overflow: auto;
18 | }
19 | .markdown-body > .highlighter-rouge,
20 | .markdown-body > blockquote {
21 | padding: .5rem 4rem;
22 | margin: 2em -4rem;
23 | }
24 | .markdown-body > hr {
25 | margin: 2em -4rem;
26 | border: 0;
27 | border-bottom: 1px dotted #CCC;
28 | }
29 | .markdown-body blockquote {
30 | background: #f9f9f9;
31 | border-left: .2rem solid #ccc;
32 | padding-left: 3.8rem;
33 | }
34 | /* end Markdown styles */
35 |
--------------------------------------------------------------------------------
/stylesheets/syntax.css:
--------------------------------------------------------------------------------
1 | .highlighter-rouge { background: #f4f4f4; }
2 | .highlight .c { color: #999988; font-style: italic } /* Comment */
3 | .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4 | .highlight .k { font-weight: bold } /* Keyword */
5 | .highlight .o { font-weight: bold } /* Operator */
6 | .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7 | .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8 | .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9 | .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10 | .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11 | .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12 | .highlight .ge { font-style: italic } /* Generic.Emph */
13 | .highlight .gr { color: #aa0000 } /* Generic.Error */
14 | .highlight .gh { color: #999999 } /* Generic.Heading */
15 | .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16 | .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17 | .highlight .go { color: #888888 } /* Generic.Output */
18 | .highlight .gp { color: #555555 } /* Generic.Prompt */
19 | .highlight .gs { font-weight: bold } /* Generic.Strong */
20 | .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
21 | .highlight .gt { color: #aa0000 } /* Generic.Traceback */
22 | .highlight .kc { font-weight: bold } /* Keyword.Constant */
23 | .highlight .kd { font-weight: bold } /* Keyword.Declaration */
24 | .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25 | .highlight .kr { font-weight: bold } /* Keyword.Reserved */
26 | .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27 | .highlight .m { color: #009999 } /* Literal.Number */
28 | .highlight .s { color: #d14 } /* Literal.String */
29 | .highlight .na { color: #008080 } /* Name.Attribute */
30 | .highlight .nb { color: #0086B3 } /* Name.Builtin */
31 | .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32 | .highlight .no { color: #008080 } /* Name.Constant */
33 | .highlight .ni { color: #800080 } /* Name.Entity */
34 | .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35 | .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36 | .highlight .nn { color: #555555 } /* Name.Namespace */
37 | .highlight .nt { color: #000080 } /* Name.Tag */
38 | .highlight .nv { color: #008080 } /* Name.Variable */
39 | .highlight .ow { font-weight: bold } /* Operator.Word */
40 | .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41 | .highlight .mf { color: #009999 } /* Literal.Number.Float */
42 | .highlight .mh { color: #009999 } /* Literal.Number.Hex */
43 | .highlight .mi { color: #009999 } /* Literal.Number.Integer */
44 | .highlight .mo { color: #009999 } /* Literal.Number.Oct */
45 | .highlight .sb { color: #d14 } /* Literal.String.Backtick */
46 | .highlight .sc { color: #d14 } /* Literal.String.Char */
47 | .highlight .sd { color: #d14 } /* Literal.String.Doc */
48 | .highlight .s2 { color: #d14 } /* Literal.String.Double */
49 | .highlight .se { color: #d14 } /* Literal.String.Escape */
50 | .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51 | .highlight .si { color: #d14 } /* Literal.String.Interpol */
52 | .highlight .sx { color: #d14 } /* Literal.String.Other */
53 | .highlight .sr { color: #009926 } /* Literal.String.Regex */
54 | .highlight .s1 { color: #d14 } /* Literal.String.Single */
55 | .highlight .ss { color: #990073 } /* Literal.String.Symbol */
56 | .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57 | .highlight .vc { color: #008080 } /* Name.Variable.Class */
58 | .highlight .vg { color: #008080 } /* Name.Variable.Global */
59 | .highlight .vi { color: #008080 } /* Name.Variable.Instance */
60 | .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
--------------------------------------------------------------------------------