Skip to content

Commit 08620ff

Browse files
committed
1 parent 0a0e34a commit 08620ff

22 files changed

+1307
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
> This folder was downloaded from https://jwarby.github.io/jekyll-pygments-themes/languages/javascript.html
2+
3+
# jekyll-pygments-themes
4+
5+
A set of CSS theme files for Pygments (Python-based code highlighting tool)
6+
created from the original built-in Pygments styles, ready for use with Jekyll.
7+
8+
## Theme Previews and Custom Theme Builder
9+
10+
- <https://jwarby.github.io/jekyll-pygments-themes>
11+
12+
## Using Themes Without Jekyll
13+
14+
If you want to use the themes with something other than Jekyll, you may need to
15+
remove or change the CSS style prefix of `.highlight`.
16+
17+
## Links
18+
19+
- [Jekyll](http://jekyllrb.com/) ([direct link to code highlighting documentation](http://jekyllrb.com/docs/templates/#code-snippet-highlighting))
20+
- [Pygments](http://pygments.org)
21+
22+
## Hacking
23+
24+
If you want to hack on the site, check out the [gh-pages](https://github.com/jwarby/jekyll-pygments-themes/tree/gh-pages) branch.
25+
26+
## Acknowledgements
27+
28+
Forked from [richleland/pygments-css](https://github.com/richleland/pygments-css).
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This is free and unencumbered software released into the public domain.
2+
3+
Anyone is free to copy, modify, publish, use, compile, sell, or
4+
distribute this software, either in source code form or as a compiled
5+
binary, for any purpose, commercial or non-commercial, and by any
6+
means.
7+
8+
In jurisdictions that recognize copyright laws, the author or authors
9+
of this software dedicate any and all copyright interest in the
10+
software to the public domain. We make this dedication for the benefit
11+
of the public at large and to the detriment of our heirs and
12+
successors. We intend this dedication to be an overt act of
13+
relinquishment in perpetuity of all present and future rights to this
14+
software under copyright law.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.
23+
24+
For more information, please refer to <http://unlicense.org>
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
3+
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */
4+
.highlight .k { color: #0000aa } /* Keyword */
5+
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
6+
.highlight .cp { color: #4c8317 } /* Comment.Preproc */
7+
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
8+
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
9+
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
10+
.highlight .ge { font-style: italic } /* Generic.Emph */
11+
.highlight .gr { color: #aa0000 } /* Generic.Error */
12+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
13+
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
14+
.highlight .go { color: #888888 } /* Generic.Output */
15+
.highlight .gp { color: #555555 } /* Generic.Prompt */
16+
.highlight .gs { font-weight: bold } /* Generic.Strong */
17+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
18+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
19+
.highlight .kc { color: #0000aa } /* Keyword.Constant */
20+
.highlight .kd { color: #0000aa } /* Keyword.Declaration */
21+
.highlight .kn { color: #0000aa } /* Keyword.Namespace */
22+
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
23+
.highlight .kr { color: #0000aa } /* Keyword.Reserved */
24+
.highlight .kt { color: #00aaaa } /* Keyword.Type */
25+
.highlight .m { color: #009999 } /* Literal.Number */
26+
.highlight .s { color: #aa5500 } /* Literal.String */
27+
.highlight .na { color: #1e90ff } /* Name.Attribute */
28+
.highlight .nb { color: #00aaaa } /* Name.Builtin */
29+
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
30+
.highlight .no { color: #aa0000 } /* Name.Constant */
31+
.highlight .nd { color: #888888 } /* Name.Decorator */
32+
.highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */
33+
.highlight .nf { color: #00aa00 } /* Name.Function */
34+
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
35+
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
36+
.highlight .nv { color: #aa0000 } /* Name.Variable */
37+
.highlight .ow { color: #0000aa } /* Operator.Word */
38+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
39+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
40+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
41+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
42+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
43+
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
44+
.highlight .sc { color: #aa5500 } /* Literal.String.Char */
45+
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
46+
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
47+
.highlight .se { color: #aa5500 } /* Literal.String.Escape */
48+
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
49+
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
50+
.highlight .sx { color: #aa5500 } /* Literal.String.Other */
51+
.highlight .sr { color: #009999 } /* Literal.String.Regex */
52+
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
53+
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
54+
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
55+
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
56+
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
57+
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
58+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { color: #008800; font-style: italic } /* Comment */
3+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4+
.highlight .k { color: #000080; font-weight: bold } /* Keyword */
5+
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
6+
.highlight .cp { color: #008080 } /* Comment.Preproc */
7+
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
8+
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
9+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
10+
.highlight .ge { font-style: italic } /* Generic.Emph */
11+
.highlight .gr { color: #aa0000 } /* Generic.Error */
12+
.highlight .gh { color: #999999 } /* Generic.Heading */
13+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
14+
.highlight .go { color: #888888 } /* Generic.Output */
15+
.highlight .gp { color: #555555 } /* Generic.Prompt */
16+
.highlight .gs { font-weight: bold } /* Generic.Strong */
17+
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
18+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
19+
.highlight .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
20+
.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
21+
.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
22+
.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
23+
.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
24+
.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */
25+
.highlight .m { color: #0000FF } /* Literal.Number */
26+
.highlight .s { color: #0000FF } /* Literal.String */
27+
.highlight .na { color: #FF0000 } /* Name.Attribute */
28+
.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */
29+
.highlight .ow { font-weight: bold } /* Operator.Word */
30+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
31+
.highlight .mf { color: #0000FF } /* Literal.Number.Float */
32+
.highlight .mh { color: #0000FF } /* Literal.Number.Hex */
33+
.highlight .mi { color: #0000FF } /* Literal.Number.Integer */
34+
.highlight .mo { color: #0000FF } /* Literal.Number.Oct */
35+
.highlight .sb { color: #0000FF } /* Literal.String.Backtick */
36+
.highlight .sc { color: #800080 } /* Literal.String.Char */
37+
.highlight .sd { color: #0000FF } /* Literal.String.Doc */
38+
.highlight .s2 { color: #0000FF } /* Literal.String.Double */
39+
.highlight .se { color: #0000FF } /* Literal.String.Escape */
40+
.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */
41+
.highlight .si { color: #0000FF } /* Literal.String.Interpol */
42+
.highlight .sx { color: #0000FF } /* Literal.String.Other */
43+
.highlight .sr { color: #0000FF } /* Literal.String.Regex */
44+
.highlight .s1 { color: #0000FF } /* Literal.String.Single */
45+
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */
46+
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */

vendor/assets/jekyll/pygments/bw.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { font-style: italic } /* Comment */
3+
.highlight .err { border: 1px solid #FF0000 } /* Error */
4+
.highlight .k { font-weight: bold } /* Keyword */
5+
.highlight .cm { font-style: italic } /* Comment.Multiline */
6+
.highlight .c1 { font-style: italic } /* Comment.Single */
7+
.highlight .cs { font-style: italic } /* Comment.Special */
8+
.highlight .ge { font-style: italic } /* Generic.Emph */
9+
.highlight .gh { font-weight: bold } /* Generic.Heading */
10+
.highlight .gp { font-weight: bold } /* Generic.Prompt */
11+
.highlight .gs { font-weight: bold } /* Generic.Strong */
12+
.highlight .gu { font-weight: bold } /* Generic.Subheading */
13+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
14+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
15+
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
16+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
17+
.highlight .s { font-style: italic } /* Literal.String */
18+
.highlight .nc { font-weight: bold } /* Name.Class */
19+
.highlight .ni { font-weight: bold } /* Name.Entity */
20+
.highlight .ne { font-weight: bold } /* Name.Exception */
21+
.highlight .nn { font-weight: bold } /* Name.Namespace */
22+
.highlight .nt { font-weight: bold } /* Name.Tag */
23+
.highlight .ow { font-weight: bold } /* Operator.Word */
24+
.highlight .sb { font-style: italic } /* Literal.String.Backtick */
25+
.highlight .sc { font-style: italic } /* Literal.String.Char */
26+
.highlight .sd { font-style: italic } /* Literal.String.Doc */
27+
.highlight .s2 { font-style: italic } /* Literal.String.Double */
28+
.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
29+
.highlight .sh { font-style: italic } /* Literal.String.Heredoc */
30+
.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
31+
.highlight .sx { font-style: italic } /* Literal.String.Other */
32+
.highlight .sr { font-style: italic } /* Literal.String.Regex */
33+
.highlight .s1 { font-style: italic } /* Literal.String.Single */
34+
.highlight .ss { font-style: italic } /* Literal.String.Symbol */
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { color: #808080 } /* Comment */
3+
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */
4+
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
5+
.highlight .o { color: #303030 } /* Operator */
6+
.highlight .cm { color: #808080 } /* Comment.Multiline */
7+
.highlight .cp { color: #507090 } /* Comment.Preproc */
8+
.highlight .c1 { color: #808080 } /* Comment.Single */
9+
.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
10+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
11+
.highlight .ge { font-style: italic } /* Generic.Emph */
12+
.highlight .gr { color: #FF0000 } /* Generic.Error */
13+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
14+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
15+
.highlight .go { color: #808080 } /* Generic.Output */
16+
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
17+
.highlight .gs { font-weight: bold } /* Generic.Strong */
18+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19+
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
20+
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
21+
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
22+
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
23+
.highlight .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */
24+
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
25+
.highlight .kt { color: #303090; font-weight: bold } /* Keyword.Type */
26+
.highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */
27+
.highlight .s { background-color: #fff0f0 } /* Literal.String */
28+
.highlight .na { color: #0000C0 } /* Name.Attribute */
29+
.highlight .nb { color: #007020 } /* Name.Builtin */
30+
.highlight .nc { color: #B00060; font-weight: bold } /* Name.Class */
31+
.highlight .no { color: #003060; font-weight: bold } /* Name.Constant */
32+
.highlight .nd { color: #505050; font-weight: bold } /* Name.Decorator */
33+
.highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */
34+
.highlight .ne { color: #F00000; font-weight: bold } /* Name.Exception */
35+
.highlight .nf { color: #0060B0; font-weight: bold } /* Name.Function */
36+
.highlight .nl { color: #907000; font-weight: bold } /* Name.Label */
37+
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
38+
.highlight .nt { color: #007000 } /* Name.Tag */
39+
.highlight .nv { color: #906030 } /* Name.Variable */
40+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
43+
.highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
44+
.highlight .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
45+
.highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
46+
.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #0040D0 } /* Literal.String.Char */
48+
.highlight .sd { color: #D04020 } /* Literal.String.Doc */
49+
.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */
50+
.highlight .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
51+
.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
52+
.highlight .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
53+
.highlight .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */
54+
.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
55+
.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */
56+
.highlight .ss { color: #A06000 } /* Literal.String.Symbol */
57+
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #306090 } /* Name.Variable.Class */
59+
.highlight .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */
60+
.highlight .vi { color: #3030B0 } /* Name.Variable.Instance */
61+
.highlight .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { color: #408080; font-style: italic } /* Comment */
3+
.highlight .err { border: 1px solid #FF0000 } /* Error */
4+
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
5+
.highlight .o { color: #666666 } /* Operator */
6+
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
7+
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
8+
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
9+
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
10+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
11+
.highlight .ge { font-style: italic } /* Generic.Emph */
12+
.highlight .gr { color: #FF0000 } /* Generic.Error */
13+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
14+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
15+
.highlight .go { color: #808080 } /* Generic.Output */
16+
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
17+
.highlight .gs { font-weight: bold } /* Generic.Strong */
18+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19+
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
20+
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
21+
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
22+
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
23+
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
24+
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
25+
.highlight .kt { color: #B00040 } /* Keyword.Type */
26+
.highlight .m { color: #666666 } /* Literal.Number */
27+
.highlight .s { color: #BA2121 } /* Literal.String */
28+
.highlight .na { color: #7D9029 } /* Name.Attribute */
29+
.highlight .nb { color: #008000 } /* Name.Builtin */
30+
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
31+
.highlight .no { color: #880000 } /* Name.Constant */
32+
.highlight .nd { color: #AA22FF } /* Name.Decorator */
33+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
34+
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
35+
.highlight .nf { color: #0000FF } /* Name.Function */
36+
.highlight .nl { color: #A0A000 } /* Name.Label */
37+
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
38+
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
39+
.highlight .nv { color: #19177C } /* Name.Variable */
40+
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #666666 } /* Literal.Number.Float */
43+
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
44+
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
45+
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
46+
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
48+
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
49+
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
50+
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
51+
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
52+
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
53+
.highlight .sx { color: #008000 } /* Literal.String.Other */
54+
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
55+
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
56+
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
57+
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #19177C } /* Name.Variable.Class */
59+
.highlight .vg { color: #19177C } /* Name.Variable.Global */
60+
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
61+
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)