oinam-jekyll 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +16 -1
- data/_includes/css/highlighter/autumn.css +66 -0
- data/_includes/css/highlighter/borland.css +52 -0
- data/_includes/css/highlighter/bw.css +39 -0
- data/_includes/css/highlighter/colorful.css +69 -0
- data/_includes/css/highlighter/default.css +1 -1
- data/_includes/css/highlighter/emacs.css +69 -0
- data/_includes/css/highlighter/friendly.css +69 -0
- data/_includes/css/highlighter/fruity.css +78 -0
- data/_includes/css/highlighter/manni.css +69 -0
- data/_includes/css/highlighter/monokai.css +1 -1
- data/_includes/css/highlighter/murphy.css +69 -0
- data/_includes/css/highlighter/native.css +78 -0
- data/_includes/css/highlighter/pastie.css +68 -0
- data/_includes/css/highlighter/tango.css +77 -0
- data/_includes/css/highlighter/trac.css +67 -0
- data/_includes/css/highlighter/vim.css +78 -0
- data/_includes/css/highlighter/vs.css +38 -0
- data/_includes/css/settings.css +30 -13
- data/_includes/css/styles-extended.css +10 -13
- data/_includes/css/styles.css +4 -0
- data/_includes/css/theme/nord.css +1 -1
- data/_includes/header.html +5 -1
- data/_includes/styles.html +2 -3
- data/_layouts/default.html +8 -1
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +7 -5
- metadata +18 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4349698d06ba6aa2680a97660965c8654c8639a35e42cdeae3fda3ee6445b739
|
4
|
+
data.tar.gz: 11be18cb9335942ed1edd589d59aa2917caa5a14870edec650df530171c5fde2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f14e188c4c5ae2bfa64d9d53f0acf52e7759ed821c3285da1bddec249cc473e1e6f4470ce8e3e212c341ae050fae8d0e298dad411e45f4be957e1699834e41b2
|
7
|
+
data.tar.gz: b8136ea7c58b1f9f21e4b463fd8904a33484c08d2aafcd16fa8e69628ee79c9e1e14d12c25caa78f3ffdbc853fa9ba8aaffba365557b3adbd34658882af910b2
|
data/README.md
CHANGED
@@ -13,4 +13,19 @@
|
|
13
13
|
```
|
14
14
|
$ gem build oinam-jekyll.gemspec
|
15
15
|
$ gem push oinam-jekyll-x.x.x.gem
|
16
|
-
```
|
16
|
+
```
|
17
|
+
|
18
|
+
## Todo
|
19
|
+
|
20
|
+
- [ ] Style Tables
|
21
|
+
- [ ] Split the CSS and Javascript on their own files, the inclusion or exclusion should be user defined. Make it an optional config setting.
|
22
|
+
- [ ] Demo: Themes / Color Scheme Preview?
|
23
|
+
- [ ] Split Styles into more cleaner separation -- base, grid, gallery, etc.
|
24
|
+
- [ ] Fix Gallery
|
25
|
+
- [ ] Remove any enforcements such as YouTube embeds. Keep the code for backward compatibility?
|
26
|
+
- [ ] Lunr for Search as default?
|
27
|
+
- [ ] Print Styles based off Gutenberg (or pick something that does not depend on normalize). Add this theme specific styles.
|
28
|
+
- [ ] Reading progress on top bar.
|
29
|
+
- [ ] Look at [Tufte CSS](https://edwardtufte.github.io/tufte-css/) for the layout, styles, and especially that Sidenotes/Footnotes.
|
30
|
+
- [x] Spit out the Styles separate so it can just be referenced on its own from a simple HTML site.
|
31
|
+
- [x] Toggle description in the header.
|
@@ -0,0 +1,66 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #ffffff; }
|
3
|
+
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
|
5
|
+
.highlight .k { color: #0000aa } /* Keyword */
|
6
|
+
.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
|
7
|
+
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
|
8
|
+
.highlight .cp { color: #4c8317 } /* Comment.Preproc */
|
9
|
+
.highlight .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */
|
10
|
+
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
|
11
|
+
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
|
12
|
+
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
|
13
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
14
|
+
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
15
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
16
|
+
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
|
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: #800080; font-weight: bold } /* Generic.Subheading */
|
21
|
+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
22
|
+
.highlight .kc { color: #0000aa } /* Keyword.Constant */
|
23
|
+
.highlight .kd { color: #0000aa } /* Keyword.Declaration */
|
24
|
+
.highlight .kn { color: #0000aa } /* Keyword.Namespace */
|
25
|
+
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
|
26
|
+
.highlight .kr { color: #0000aa } /* Keyword.Reserved */
|
27
|
+
.highlight .kt { color: #00aaaa } /* Keyword.Type */
|
28
|
+
.highlight .m { color: #009999 } /* Literal.Number */
|
29
|
+
.highlight .s { color: #aa5500 } /* Literal.String */
|
30
|
+
.highlight .na { color: #1e90ff } /* Name.Attribute */
|
31
|
+
.highlight .nb { color: #00aaaa } /* Name.Builtin */
|
32
|
+
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
|
33
|
+
.highlight .no { color: #aa0000 } /* Name.Constant */
|
34
|
+
.highlight .nd { color: #888888 } /* Name.Decorator */
|
35
|
+
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
|
36
|
+
.highlight .nf { color: #00aa00 } /* Name.Function */
|
37
|
+
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
|
38
|
+
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
|
39
|
+
.highlight .nv { color: #aa0000 } /* Name.Variable */
|
40
|
+
.highlight .ow { color: #0000aa } /* Operator.Word */
|
41
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
42
|
+
.highlight .mb { color: #009999 } /* Literal.Number.Bin */
|
43
|
+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
44
|
+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
45
|
+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
46
|
+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
47
|
+
.highlight .sa { color: #aa5500 } /* Literal.String.Affix */
|
48
|
+
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
|
49
|
+
.highlight .sc { color: #aa5500 } /* Literal.String.Char */
|
50
|
+
.highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */
|
51
|
+
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
|
52
|
+
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
|
53
|
+
.highlight .se { color: #aa5500 } /* Literal.String.Escape */
|
54
|
+
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
|
55
|
+
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
|
56
|
+
.highlight .sx { color: #aa5500 } /* Literal.String.Other */
|
57
|
+
.highlight .sr { color: #009999 } /* Literal.String.Regex */
|
58
|
+
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
|
59
|
+
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
|
60
|
+
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
|
61
|
+
.highlight .fm { color: #00aa00 } /* Name.Function.Magic */
|
62
|
+
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
|
63
|
+
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
|
64
|
+
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
|
65
|
+
.highlight .vm { color: #aa0000 } /* Name.Variable.Magic */
|
66
|
+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,52 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #ffffff; }
|
3
|
+
.highlight .c { color: #008800; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
5
|
+
.highlight .k { color: #000080; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
|
7
|
+
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
8
|
+
.highlight .cp { color: #008080 } /* Comment.Preproc */
|
9
|
+
.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
|
10
|
+
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
11
|
+
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
12
|
+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
13
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
14
|
+
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
15
|
+
.highlight .gh { color: #999999 } /* Generic.Heading */
|
16
|
+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
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 { color: #000080; font-weight: bold } /* Keyword.Constant */
|
23
|
+
.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
|
24
|
+
.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
|
25
|
+
.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
|
26
|
+
.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
|
27
|
+
.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */
|
28
|
+
.highlight .m { color: #0000FF } /* Literal.Number */
|
29
|
+
.highlight .s { color: #0000FF } /* Literal.String */
|
30
|
+
.highlight .na { color: #FF0000 } /* Name.Attribute */
|
31
|
+
.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */
|
32
|
+
.highlight .ow { font-weight: bold } /* Operator.Word */
|
33
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
34
|
+
.highlight .mb { color: #0000FF } /* Literal.Number.Bin */
|
35
|
+
.highlight .mf { color: #0000FF } /* Literal.Number.Float */
|
36
|
+
.highlight .mh { color: #0000FF } /* Literal.Number.Hex */
|
37
|
+
.highlight .mi { color: #0000FF } /* Literal.Number.Integer */
|
38
|
+
.highlight .mo { color: #0000FF } /* Literal.Number.Oct */
|
39
|
+
.highlight .sa { color: #0000FF } /* Literal.String.Affix */
|
40
|
+
.highlight .sb { color: #0000FF } /* Literal.String.Backtick */
|
41
|
+
.highlight .sc { color: #800080 } /* Literal.String.Char */
|
42
|
+
.highlight .dl { color: #0000FF } /* Literal.String.Delimiter */
|
43
|
+
.highlight .sd { color: #0000FF } /* Literal.String.Doc */
|
44
|
+
.highlight .s2 { color: #0000FF } /* Literal.String.Double */
|
45
|
+
.highlight .se { color: #0000FF } /* Literal.String.Escape */
|
46
|
+
.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */
|
47
|
+
.highlight .si { color: #0000FF } /* Literal.String.Interpol */
|
48
|
+
.highlight .sx { color: #0000FF } /* Literal.String.Other */
|
49
|
+
.highlight .sr { color: #0000FF } /* Literal.String.Regex */
|
50
|
+
.highlight .s1 { color: #0000FF } /* Literal.String.Single */
|
51
|
+
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */
|
52
|
+
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,39 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #ffffff; }
|
3
|
+
.highlight .c { font-style: italic } /* Comment */
|
4
|
+
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
5
|
+
.highlight .k { font-weight: bold } /* Keyword */
|
6
|
+
.highlight .ch { font-style: italic } /* Comment.Hashbang */
|
7
|
+
.highlight .cm { font-style: italic } /* Comment.Multiline */
|
8
|
+
.highlight .cpf { font-style: italic } /* Comment.PreprocFile */
|
9
|
+
.highlight .c1 { font-style: italic } /* Comment.Single */
|
10
|
+
.highlight .cs { font-style: italic } /* Comment.Special */
|
11
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
12
|
+
.highlight .gh { font-weight: bold } /* Generic.Heading */
|
13
|
+
.highlight .gp { font-weight: bold } /* Generic.Prompt */
|
14
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
15
|
+
.highlight .gu { font-weight: bold } /* Generic.Subheading */
|
16
|
+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
17
|
+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
18
|
+
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
|
19
|
+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
20
|
+
.highlight .s { font-style: italic } /* Literal.String */
|
21
|
+
.highlight .nc { font-weight: bold } /* Name.Class */
|
22
|
+
.highlight .ni { font-weight: bold } /* Name.Entity */
|
23
|
+
.highlight .ne { font-weight: bold } /* Name.Exception */
|
24
|
+
.highlight .nn { font-weight: bold } /* Name.Namespace */
|
25
|
+
.highlight .nt { font-weight: bold } /* Name.Tag */
|
26
|
+
.highlight .ow { font-weight: bold } /* Operator.Word */
|
27
|
+
.highlight .sa { font-style: italic } /* Literal.String.Affix */
|
28
|
+
.highlight .sb { font-style: italic } /* Literal.String.Backtick */
|
29
|
+
.highlight .sc { font-style: italic } /* Literal.String.Char */
|
30
|
+
.highlight .dl { font-style: italic } /* Literal.String.Delimiter */
|
31
|
+
.highlight .sd { font-style: italic } /* Literal.String.Doc */
|
32
|
+
.highlight .s2 { font-style: italic } /* Literal.String.Double */
|
33
|
+
.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
|
34
|
+
.highlight .sh { font-style: italic } /* Literal.String.Heredoc */
|
35
|
+
.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
|
36
|
+
.highlight .sx { font-style: italic } /* Literal.String.Other */
|
37
|
+
.highlight .sr { font-style: italic } /* Literal.String.Regex */
|
38
|
+
.highlight .s1 { font-style: italic } /* Literal.String.Single */
|
39
|
+
.highlight .ss { font-style: italic } /* Literal.String.Symbol */
|
@@ -0,0 +1,69 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #ffffff; }
|
3
|
+
.highlight .c { color: #888888 } /* Comment */
|
4
|
+
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
|
5
|
+
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .o { color: #333333 } /* Operator */
|
7
|
+
.highlight .ch { color: #888888 } /* Comment.Hashbang */
|
8
|
+
.highlight .cm { color: #888888 } /* Comment.Multiline */
|
9
|
+
.highlight .cp { color: #557799 } /* Comment.Preproc */
|
10
|
+
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
|
11
|
+
.highlight .c1 { color: #888888 } /* Comment.Single */
|
12
|
+
.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
|
13
|
+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
14
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
|
+
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
16
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
17
|
+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
18
|
+
.highlight .go { color: #888888 } /* Generic.Output */
|
19
|
+
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
20
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
22
|
+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
23
|
+
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
24
|
+
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
25
|
+
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
26
|
+
.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
|
27
|
+
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
28
|
+
.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */
|
29
|
+
.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
|
30
|
+
.highlight .s { background-color: #fff0f0 } /* Literal.String */
|
31
|
+
.highlight .na { color: #0000CC } /* Name.Attribute */
|
32
|
+
.highlight .nb { color: #007020 } /* Name.Builtin */
|
33
|
+
.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */
|
34
|
+
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
|
35
|
+
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
36
|
+
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
|
37
|
+
.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
|
38
|
+
.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */
|
39
|
+
.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
|
40
|
+
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
41
|
+
.highlight .nt { color: #007700 } /* Name.Tag */
|
42
|
+
.highlight .nv { color: #996633 } /* Name.Variable */
|
43
|
+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
44
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45
|
+
.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
|
46
|
+
.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
|
47
|
+
.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
|
48
|
+
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
49
|
+
.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
|
50
|
+
.highlight .sa { background-color: #fff0f0 } /* Literal.String.Affix */
|
51
|
+
.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
|
52
|
+
.highlight .sc { color: #0044DD } /* Literal.String.Char */
|
53
|
+
.highlight .dl { background-color: #fff0f0 } /* Literal.String.Delimiter */
|
54
|
+
.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
|
55
|
+
.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */
|
56
|
+
.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
|
57
|
+
.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
|
58
|
+
.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */
|
59
|
+
.highlight .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */
|
60
|
+
.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
|
61
|
+
.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */
|
62
|
+
.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */
|
63
|
+
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
64
|
+
.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
|
65
|
+
.highlight .vc { color: #336699 } /* Name.Variable.Class */
|
66
|
+
.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
|
67
|
+
.highlight .vi { color: #3333BB } /* Name.Variable.Instance */
|
68
|
+
.highlight .vm { color: #996633 } /* Name.Variable.Magic */
|
69
|
+
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|
@@ -66,4 +66,4 @@
|
|
66
66
|
.highlight .vg { color: #19177C } /* Name.Variable.Global */
|
67
67
|
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
|
68
68
|
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
|
69
|
-
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
69
|
+
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,69 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #f8f8f8; }
|
3
|
+
.highlight .c { color: #008800; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
5
|
+
.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .o { color: #666666 } /* Operator */
|
7
|
+
.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
|
8
|
+
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
9
|
+
.highlight .cp { color: #008800 } /* Comment.Preproc */
|
10
|
+
.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
|
11
|
+
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
12
|
+
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
13
|
+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
14
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
|
+
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
16
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
17
|
+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
18
|
+
.highlight .go { color: #888888 } /* Generic.Output */
|
19
|
+
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
20
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
22
|
+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
23
|
+
.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
|
24
|
+
.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
|
25
|
+
.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
|
26
|
+
.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
|
27
|
+
.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
|
28
|
+
.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
29
|
+
.highlight .m { color: #666666 } /* Literal.Number */
|
30
|
+
.highlight .s { color: #BB4444 } /* Literal.String */
|
31
|
+
.highlight .na { color: #BB4444 } /* Name.Attribute */
|
32
|
+
.highlight .nb { color: #AA22FF } /* Name.Builtin */
|
33
|
+
.highlight .nc { color: #0000FF } /* Name.Class */
|
34
|
+
.highlight .no { color: #880000 } /* Name.Constant */
|
35
|
+
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
36
|
+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
37
|
+
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
38
|
+
.highlight .nf { color: #00A000 } /* Name.Function */
|
39
|
+
.highlight .nl { color: #A0A000 } /* Name.Label */
|
40
|
+
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
41
|
+
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
42
|
+
.highlight .nv { color: #B8860B } /* Name.Variable */
|
43
|
+
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
44
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45
|
+
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
|
46
|
+
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
47
|
+
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
48
|
+
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
49
|
+
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
50
|
+
.highlight .sa { color: #BB4444 } /* Literal.String.Affix */
|
51
|
+
.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */
|
52
|
+
.highlight .sc { color: #BB4444 } /* Literal.String.Char */
|
53
|
+
.highlight .dl { color: #BB4444 } /* Literal.String.Delimiter */
|
54
|
+
.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
|
55
|
+
.highlight .s2 { color: #BB4444 } /* Literal.String.Double */
|
56
|
+
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
57
|
+
.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */
|
58
|
+
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
59
|
+
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
60
|
+
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
61
|
+
.highlight .s1 { color: #BB4444 } /* Literal.String.Single */
|
62
|
+
.highlight .ss { color: #B8860B } /* Literal.String.Symbol */
|
63
|
+
.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
|
64
|
+
.highlight .fm { color: #00A000 } /* Name.Function.Magic */
|
65
|
+
.highlight .vc { color: #B8860B } /* Name.Variable.Class */
|
66
|
+
.highlight .vg { color: #B8860B } /* Name.Variable.Global */
|
67
|
+
.highlight .vi { color: #B8860B } /* Name.Variable.Instance */
|
68
|
+
.highlight .vm { color: #B8860B } /* Name.Variable.Magic */
|
69
|
+
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,69 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #f0f0f0; }
|
3
|
+
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
5
|
+
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .o { color: #666666 } /* Operator */
|
7
|
+
.highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */
|
8
|
+
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
|
9
|
+
.highlight .cp { color: #007020 } /* Comment.Preproc */
|
10
|
+
.highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */
|
11
|
+
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
|
12
|
+
.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
|
13
|
+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
14
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
|
+
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
16
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
17
|
+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
18
|
+
.highlight .go { color: #888888 } /* Generic.Output */
|
19
|
+
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
20
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
22
|
+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
23
|
+
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
|
24
|
+
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
|
25
|
+
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
|
26
|
+
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
|
27
|
+
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
|
28
|
+
.highlight .kt { color: #902000 } /* Keyword.Type */
|
29
|
+
.highlight .m { color: #40a070 } /* Literal.Number */
|
30
|
+
.highlight .s { color: #4070a0 } /* Literal.String */
|
31
|
+
.highlight .na { color: #4070a0 } /* Name.Attribute */
|
32
|
+
.highlight .nb { color: #007020 } /* Name.Builtin */
|
33
|
+
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
|
34
|
+
.highlight .no { color: #60add5 } /* Name.Constant */
|
35
|
+
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
36
|
+
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
|
37
|
+
.highlight .ne { color: #007020 } /* Name.Exception */
|
38
|
+
.highlight .nf { color: #06287e } /* Name.Function */
|
39
|
+
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
|
40
|
+
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
41
|
+
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
|
42
|
+
.highlight .nv { color: #bb60d5 } /* Name.Variable */
|
43
|
+
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
|
44
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45
|
+
.highlight .mb { color: #40a070 } /* Literal.Number.Bin */
|
46
|
+
.highlight .mf { color: #40a070 } /* Literal.Number.Float */
|
47
|
+
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */
|
48
|
+
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */
|
49
|
+
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */
|
50
|
+
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
|
51
|
+
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
|
52
|
+
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
|
53
|
+
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
|
54
|
+
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
|
55
|
+
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
|
56
|
+
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
|
57
|
+
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
|
58
|
+
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
|
59
|
+
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
|
60
|
+
.highlight .sr { color: #235388 } /* Literal.String.Regex */
|
61
|
+
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
|
62
|
+
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
|
63
|
+
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
64
|
+
.highlight .fm { color: #06287e } /* Name.Function.Magic */
|
65
|
+
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
|
66
|
+
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
|
67
|
+
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
|
68
|
+
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
|
69
|
+
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,78 @@
|
|
1
|
+
.highlight .hll { background-color: #333333 }
|
2
|
+
.highlight { background: #111111; color: #ffffff }
|
3
|
+
.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
|
4
|
+
.highlight .err { color: #ffffff } /* Error */
|
5
|
+
.highlight .esc { color: #ffffff } /* Escape */
|
6
|
+
.highlight .g { color: #ffffff } /* Generic */
|
7
|
+
.highlight .k { color: #fb660a; font-weight: bold } /* Keyword */
|
8
|
+
.highlight .l { color: #ffffff } /* Literal */
|
9
|
+
.highlight .n { color: #ffffff } /* Name */
|
10
|
+
.highlight .o { color: #ffffff } /* Operator */
|
11
|
+
.highlight .x { color: #ffffff } /* Other */
|
12
|
+
.highlight .p { color: #ffffff } /* Punctuation */
|
13
|
+
.highlight .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */
|
14
|
+
.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
|
15
|
+
.highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
|
16
|
+
.highlight .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */
|
17
|
+
.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
|
18
|
+
.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
|
19
|
+
.highlight .gd { color: #ffffff } /* Generic.Deleted */
|
20
|
+
.highlight .ge { color: #ffffff } /* Generic.Emph */
|
21
|
+
.highlight .gr { color: #ffffff } /* Generic.Error */
|
22
|
+
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
|
23
|
+
.highlight .gi { color: #ffffff } /* Generic.Inserted */
|
24
|
+
.highlight .go { color: #444444; background-color: #222222 } /* Generic.Output */
|
25
|
+
.highlight .gp { color: #ffffff } /* Generic.Prompt */
|
26
|
+
.highlight .gs { color: #ffffff } /* Generic.Strong */
|
27
|
+
.highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
|
28
|
+
.highlight .gt { color: #ffffff } /* Generic.Traceback */
|
29
|
+
.highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
|
30
|
+
.highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
|
31
|
+
.highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
|
32
|
+
.highlight .kp { color: #fb660a } /* Keyword.Pseudo */
|
33
|
+
.highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
|
34
|
+
.highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
|
35
|
+
.highlight .ld { color: #ffffff } /* Literal.Date */
|
36
|
+
.highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */
|
37
|
+
.highlight .s { color: #0086d2 } /* Literal.String */
|
38
|
+
.highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
|
39
|
+
.highlight .nb { color: #ffffff } /* Name.Builtin */
|
40
|
+
.highlight .nc { color: #ffffff } /* Name.Class */
|
41
|
+
.highlight .no { color: #0086d2 } /* Name.Constant */
|
42
|
+
.highlight .nd { color: #ffffff } /* Name.Decorator */
|
43
|
+
.highlight .ni { color: #ffffff } /* Name.Entity */
|
44
|
+
.highlight .ne { color: #ffffff } /* Name.Exception */
|
45
|
+
.highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */
|
46
|
+
.highlight .nl { color: #ffffff } /* Name.Label */
|
47
|
+
.highlight .nn { color: #ffffff } /* Name.Namespace */
|
48
|
+
.highlight .nx { color: #ffffff } /* Name.Other */
|
49
|
+
.highlight .py { color: #ffffff } /* Name.Property */
|
50
|
+
.highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
|
51
|
+
.highlight .nv { color: #fb660a } /* Name.Variable */
|
52
|
+
.highlight .ow { color: #ffffff } /* Operator.Word */
|
53
|
+
.highlight .w { color: #888888 } /* Text.Whitespace */
|
54
|
+
.highlight .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */
|
55
|
+
.highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
|
56
|
+
.highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
|
57
|
+
.highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
|
58
|
+
.highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
|
59
|
+
.highlight .sa { color: #0086d2 } /* Literal.String.Affix */
|
60
|
+
.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */
|
61
|
+
.highlight .sc { color: #0086d2 } /* Literal.String.Char */
|
62
|
+
.highlight .dl { color: #0086d2 } /* Literal.String.Delimiter */
|
63
|
+
.highlight .sd { color: #0086d2 } /* Literal.String.Doc */
|
64
|
+
.highlight .s2 { color: #0086d2 } /* Literal.String.Double */
|
65
|
+
.highlight .se { color: #0086d2 } /* Literal.String.Escape */
|
66
|
+
.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */
|
67
|
+
.highlight .si { color: #0086d2 } /* Literal.String.Interpol */
|
68
|
+
.highlight .sx { color: #0086d2 } /* Literal.String.Other */
|
69
|
+
.highlight .sr { color: #0086d2 } /* Literal.String.Regex */
|
70
|
+
.highlight .s1 { color: #0086d2 } /* Literal.String.Single */
|
71
|
+
.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */
|
72
|
+
.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */
|
73
|
+
.highlight .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */
|
74
|
+
.highlight .vc { color: #fb660a } /* Name.Variable.Class */
|
75
|
+
.highlight .vg { color: #fb660a } /* Name.Variable.Global */
|
76
|
+
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */
|
77
|
+
.highlight .vm { color: #fb660a } /* Name.Variable.Magic */
|
78
|
+
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,69 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #f0f3f3; }
|
3
|
+
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
|
5
|
+
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .o { color: #555555 } /* Operator */
|
7
|
+
.highlight .ch { color: #0099FF; font-style: italic } /* Comment.Hashbang */
|
8
|
+
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
|
9
|
+
.highlight .cp { color: #009999 } /* Comment.Preproc */
|
10
|
+
.highlight .cpf { color: #0099FF; font-style: italic } /* Comment.PreprocFile */
|
11
|
+
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
|
12
|
+
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
|
13
|
+
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
|
14
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
|
+
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
16
|
+
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
|
17
|
+
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
|
18
|
+
.highlight .go { color: #AAAAAA } /* Generic.Output */
|
19
|
+
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
|
20
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
+
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
|
22
|
+
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
|
23
|
+
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
|
24
|
+
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
|
25
|
+
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
|
26
|
+
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
|
27
|
+
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
|
28
|
+
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
|
29
|
+
.highlight .m { color: #FF6600 } /* Literal.Number */
|
30
|
+
.highlight .s { color: #CC3300 } /* Literal.String */
|
31
|
+
.highlight .na { color: #330099 } /* Name.Attribute */
|
32
|
+
.highlight .nb { color: #336666 } /* Name.Builtin */
|
33
|
+
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
|
34
|
+
.highlight .no { color: #336600 } /* Name.Constant */
|
35
|
+
.highlight .nd { color: #9999FF } /* Name.Decorator */
|
36
|
+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
37
|
+
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
|
38
|
+
.highlight .nf { color: #CC00FF } /* Name.Function */
|
39
|
+
.highlight .nl { color: #9999FF } /* Name.Label */
|
40
|
+
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
|
41
|
+
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
|
42
|
+
.highlight .nv { color: #003333 } /* Name.Variable */
|
43
|
+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
44
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45
|
+
.highlight .mb { color: #FF6600 } /* Literal.Number.Bin */
|
46
|
+
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
|
47
|
+
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
|
48
|
+
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
|
49
|
+
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
|
50
|
+
.highlight .sa { color: #CC3300 } /* Literal.String.Affix */
|
51
|
+
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
|
52
|
+
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
|
53
|
+
.highlight .dl { color: #CC3300 } /* Literal.String.Delimiter */
|
54
|
+
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
|
55
|
+
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
|
56
|
+
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
|
57
|
+
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
|
58
|
+
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
|
59
|
+
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
|
60
|
+
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
|
61
|
+
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
|
62
|
+
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
|
63
|
+
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
|
64
|
+
.highlight .fm { color: #CC00FF } /* Name.Function.Magic */
|
65
|
+
.highlight .vc { color: #003333 } /* Name.Variable.Class */
|
66
|
+
.highlight .vg { color: #003333 } /* Name.Variable.Global */
|
67
|
+
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
|
68
|
+
.highlight .vm { color: #003333 } /* Name.Variable.Magic */
|
69
|
+
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
|
@@ -67,4 +67,4 @@
|
|
67
67
|
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
68
68
|
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
69
69
|
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
70
|
-
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
70
|
+
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|