jekyll-theme-github-like 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +4 -4
  3. data/_includes/footer.html +3 -9
  4. data/_includes/head.html +7 -42
  5. data/_includes/header.html +9 -92
  6. data/_layouts/about.html +1 -1
  7. data/_layouts/default.html +2 -2
  8. data/_layouts/home.html +12 -9
  9. data/_layouts/post.html +46 -52
  10. data/assets/css/highlight.css +20 -0
  11. data/assets/css/jekyll-pygments-themes/README.md +23 -0
  12. data/assets/css/jekyll-pygments-themes/UNLICENSE.txt +24 -0
  13. data/assets/css/jekyll-pygments-themes/autumn.css +58 -0
  14. data/assets/css/jekyll-pygments-themes/borland.css +46 -0
  15. data/assets/css/jekyll-pygments-themes/bw.css +34 -0
  16. data/assets/css/jekyll-pygments-themes/colorful.css +61 -0
  17. data/assets/css/jekyll-pygments-themes/default.css +61 -0
  18. data/assets/css/jekyll-pygments-themes/emacs.css +61 -0
  19. data/assets/css/jekyll-pygments-themes/friendly.css +61 -0
  20. data/assets/css/jekyll-pygments-themes/fruity.css +70 -0
  21. data/assets/css/jekyll-pygments-themes/github.css +61 -0
  22. data/assets/css/jekyll-pygments-themes/manni.css +61 -0
  23. data/assets/css/jekyll-pygments-themes/monokai.css +65 -0
  24. data/assets/css/jekyll-pygments-themes/murphy.css +61 -0
  25. data/assets/css/jekyll-pygments-themes/native.css +70 -0
  26. data/assets/css/jekyll-pygments-themes/pastie.css +60 -0
  27. data/assets/css/jekyll-pygments-themes/perldoc.css +58 -0
  28. data/assets/css/jekyll-pygments-themes/tango.css +69 -0
  29. data/assets/css/jekyll-pygments-themes/trac.css +59 -0
  30. data/assets/css/jekyll-pygments-themes/vim.css +70 -0
  31. data/assets/css/jekyll-pygments-themes/vs.css +33 -0
  32. data/assets/css/jekyll-pygments-themes/zenburn.css +136 -0
  33. metadata +29 -16
  34. data/assets/css/code-2090a1c97bc1.css.map +0 -1
  35. data/assets/css/code-3d7b701fc6eb.css +0 -3
  36. data/assets/css/dark-27e9c50c7b31.css.map +0 -1
  37. data/assets/css/dark-d4a90c367f0c.css +0 -3
  38. data/assets/css/github-308036f32a6e.css.map +0 -1
  39. data/assets/css/github-fee1576e5bd2.css +0 -3
  40. data/assets/css/global-4c98d4f439a2.css.map +0 -1
  41. data/assets/css/global-ef47aa3710b2.css +0 -11
  42. data/assets/css/primer-665d09058d18.css +0 -13
  43. data/assets/css/primer-fa192ab78abe.css.map +0 -1
@@ -0,0 +1,70 @@
1
+ .highlight pre { background-color: #404040 }
2
+ .highlight .hll { background-color: #404040 }
3
+ .highlight .c { color: #999999; font-style: italic } /* Comment */
4
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
5
+ .highlight .g { color: #d0d0d0 } /* Generic */
6
+ .highlight .k { color: #6ab825; font-weight: bold } /* Keyword */
7
+ .highlight .l { color: #d0d0d0 } /* Literal */
8
+ .highlight .n { color: #d0d0d0 } /* Name */
9
+ .highlight .o { color: #d0d0d0 } /* Operator */
10
+ .highlight .x { color: #d0d0d0 } /* Other */
11
+ .highlight .p { color: #d0d0d0 } /* Punctuation */
12
+ .highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
13
+ .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
14
+ .highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
15
+ .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
16
+ .highlight .gd { color: #d22323 } /* Generic.Deleted */
17
+ .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
18
+ .highlight .gr { color: #d22323 } /* Generic.Error */
19
+ .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
20
+ .highlight .gi { color: #589819 } /* Generic.Inserted */
21
+ .highlight .go { color: #cccccc } /* Generic.Output */
22
+ .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
23
+ .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
24
+ .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
25
+ .highlight .gt { color: #d22323 } /* Generic.Traceback */
26
+ .highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
27
+ .highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
28
+ .highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
29
+ .highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
30
+ .highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
31
+ .highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
32
+ .highlight .ld { color: #d0d0d0 } /* Literal.Date */
33
+ .highlight .m { color: #3677a9 } /* Literal.Number */
34
+ .highlight .s { color: #ed9d13 } /* Literal.String */
35
+ .highlight .na { color: #bbbbbb } /* Name.Attribute */
36
+ .highlight .nb { color: #24909d } /* Name.Builtin */
37
+ .highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
38
+ .highlight .no { color: #40ffff } /* Name.Constant */
39
+ .highlight .nd { color: #ffa500 } /* Name.Decorator */
40
+ .highlight .ni { color: #d0d0d0 } /* Name.Entity */
41
+ .highlight .ne { color: #bbbbbb } /* Name.Exception */
42
+ .highlight .nf { color: #447fcf } /* Name.Function */
43
+ .highlight .nl { color: #d0d0d0 } /* Name.Label */
44
+ .highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
45
+ .highlight .nx { color: #d0d0d0 } /* Name.Other */
46
+ .highlight .py { color: #d0d0d0 } /* Name.Property */
47
+ .highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
48
+ .highlight .nv { color: #40ffff } /* Name.Variable */
49
+ .highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
50
+ .highlight .w { color: #666666 } /* Text.Whitespace */
51
+ .highlight .mf { color: #3677a9 } /* Literal.Number.Float */
52
+ .highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
53
+ .highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
54
+ .highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
55
+ .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
56
+ .highlight .sc { color: #ed9d13 } /* Literal.String.Char */
57
+ .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
58
+ .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
59
+ .highlight .se { color: #ed9d13 } /* Literal.String.Escape */
60
+ .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
61
+ .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
62
+ .highlight .sx { color: #ffa500 } /* Literal.String.Other */
63
+ .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
64
+ .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
65
+ .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
66
+ .highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
67
+ .highlight .vc { color: #40ffff } /* Name.Variable.Class */
68
+ .highlight .vg { color: #40ffff } /* Name.Variable.Global */
69
+ .highlight .vi { color: #40ffff } /* Name.Variable.Instance */
70
+ .highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,60 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #888888 } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { color: #008800; font-weight: bold } /* Keyword */
5
+ .highlight .cm { color: #888888 } /* Comment.Multiline */
6
+ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
7
+ .highlight .c1 { color: #888888 } /* Comment.Single */
8
+ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* 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: #303030 } /* 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: #606060 } /* Generic.Subheading */
18
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
19
+ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
20
+ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
21
+ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
22
+ .highlight .kp { color: #008800 } /* Keyword.Pseudo */
23
+ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
24
+ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
25
+ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
26
+ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
27
+ .highlight .na { color: #336699 } /* Name.Attribute */
28
+ .highlight .nb { color: #003388 } /* Name.Builtin */
29
+ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
30
+ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
31
+ .highlight .nd { color: #555555 } /* Name.Decorator */
32
+ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
33
+ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
34
+ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */
35
+ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
36
+ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */
37
+ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
38
+ .highlight .nv { color: #336699 } /* Name.Variable */
39
+ .highlight .ow { color: #008800 } /* Operator.Word */
40
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41
+ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
42
+ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
43
+ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
44
+ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
45
+ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
46
+ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
47
+ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
48
+ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
49
+ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
50
+ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
51
+ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
52
+ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
53
+ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
54
+ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
55
+ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
56
+ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
57
+ .highlight .vc { color: #336699 } /* Name.Variable.Class */
58
+ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */
59
+ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */
60
+ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
@@ -0,0 +1,58 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #228B22 } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { color: #8B008B; font-weight: bold } /* Keyword */
5
+ .highlight .cm { color: #228B22 } /* Comment.Multiline */
6
+ .highlight .cp { color: #1e889b } /* Comment.Preproc */
7
+ .highlight .c1 { color: #228B22 } /* Comment.Single */
8
+ .highlight .cs { color: #8B008B; font-weight: bold } /* 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: #8B008B; font-weight: bold } /* Keyword.Constant */
20
+ .highlight .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
21
+ .highlight .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
22
+ .highlight .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
23
+ .highlight .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
24
+ .highlight .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */
25
+ .highlight .m { color: #B452CD } /* Literal.Number */
26
+ .highlight .s { color: #CD5555 } /* Literal.String */
27
+ .highlight .na { color: #658b00 } /* Name.Attribute */
28
+ .highlight .nb { color: #658b00 } /* Name.Builtin */
29
+ .highlight .nc { color: #008b45; font-weight: bold } /* Name.Class */
30
+ .highlight .no { color: #00688B } /* Name.Constant */
31
+ .highlight .nd { color: #707a7c } /* Name.Decorator */
32
+ .highlight .ne { color: #008b45; font-weight: bold } /* Name.Exception */
33
+ .highlight .nf { color: #008b45 } /* Name.Function */
34
+ .highlight .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
35
+ .highlight .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
36
+ .highlight .nv { color: #00688B } /* Name.Variable */
37
+ .highlight .ow { color: #8B008B } /* Operator.Word */
38
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
39
+ .highlight .mf { color: #B452CD } /* Literal.Number.Float */
40
+ .highlight .mh { color: #B452CD } /* Literal.Number.Hex */
41
+ .highlight .mi { color: #B452CD } /* Literal.Number.Integer */
42
+ .highlight .mo { color: #B452CD } /* Literal.Number.Oct */
43
+ .highlight .sb { color: #CD5555 } /* Literal.String.Backtick */
44
+ .highlight .sc { color: #CD5555 } /* Literal.String.Char */
45
+ .highlight .sd { color: #CD5555 } /* Literal.String.Doc */
46
+ .highlight .s2 { color: #CD5555 } /* Literal.String.Double */
47
+ .highlight .se { color: #CD5555 } /* Literal.String.Escape */
48
+ .highlight .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
49
+ .highlight .si { color: #CD5555 } /* Literal.String.Interpol */
50
+ .highlight .sx { color: #cb6c20 } /* Literal.String.Other */
51
+ .highlight .sr { color: #1c7e71 } /* Literal.String.Regex */
52
+ .highlight .s1 { color: #CD5555 } /* Literal.String.Single */
53
+ .highlight .ss { color: #CD5555 } /* Literal.String.Symbol */
54
+ .highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */
55
+ .highlight .vc { color: #00688B } /* Name.Variable.Class */
56
+ .highlight .vg { color: #00688B } /* Name.Variable.Global */
57
+ .highlight .vi { color: #00688B } /* Name.Variable.Instance */
58
+ .highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */
@@ -0,0 +1,69 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #8f5902; font-style: italic } /* Comment */
3
+ .highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
4
+ .highlight .g { color: #000000 } /* Generic */
5
+ .highlight .k { color: #204a87; font-weight: bold } /* Keyword */
6
+ .highlight .l { color: #000000 } /* Literal */
7
+ .highlight .n { color: #000000 } /* Name */
8
+ .highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
9
+ .highlight .x { color: #000000 } /* Other */
10
+ .highlight .p { color: #000000; font-weight: bold } /* Punctuation */
11
+ .highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
12
+ .highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
13
+ .highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
14
+ .highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
15
+ .highlight .gd { color: #a40000 } /* Generic.Deleted */
16
+ .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
17
+ .highlight .gr { color: #ef2929 } /* Generic.Error */
18
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
19
+ .highlight .gi { color: #00A000 } /* Generic.Inserted */
20
+ .highlight .go { color: #000000; font-style: italic } /* Generic.Output */
21
+ .highlight .gp { color: #8f5902 } /* Generic.Prompt */
22
+ .highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
23
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
24
+ .highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
25
+ .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
26
+ .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
27
+ .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
28
+ .highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
29
+ .highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
30
+ .highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
31
+ .highlight .ld { color: #000000 } /* Literal.Date */
32
+ .highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
33
+ .highlight .s { color: #4e9a06 } /* Literal.String */
34
+ .highlight .na { color: #c4a000 } /* Name.Attribute */
35
+ .highlight .nb { color: #204a87 } /* Name.Builtin */
36
+ .highlight .nc { color: #000000 } /* Name.Class */
37
+ .highlight .no { color: #000000 } /* Name.Constant */
38
+ .highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
39
+ .highlight .ni { color: #ce5c00 } /* Name.Entity */
40
+ .highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
41
+ .highlight .nf { color: #000000 } /* Name.Function */
42
+ .highlight .nl { color: #f57900 } /* Name.Label */
43
+ .highlight .nn { color: #000000 } /* Name.Namespace */
44
+ .highlight .nx { color: #000000 } /* Name.Other */
45
+ .highlight .py { color: #000000 } /* Name.Property */
46
+ .highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
47
+ .highlight .nv { color: #000000 } /* Name.Variable */
48
+ .highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
49
+ .highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
50
+ .highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
51
+ .highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
52
+ .highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
53
+ .highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
54
+ .highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
55
+ .highlight .sc { color: #4e9a06 } /* Literal.String.Char */
56
+ .highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
57
+ .highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
58
+ .highlight .se { color: #4e9a06 } /* Literal.String.Escape */
59
+ .highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
60
+ .highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
61
+ .highlight .sx { color: #4e9a06 } /* Literal.String.Other */
62
+ .highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
63
+ .highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
64
+ .highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
65
+ .highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
66
+ .highlight .vc { color: #000000 } /* Name.Variable.Class */
67
+ .highlight .vg { color: #000000 } /* Name.Variable.Global */
68
+ .highlight .vi { color: #000000 } /* Name.Variable.Instance */
69
+ .highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
@@ -0,0 +1,59 @@
1
+ .highlight .hll { background-color: #ffffcc }
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 .ge { font-style: italic } /* Generic.Emph */
12
+ .highlight .gr { color: #aa0000 } /* Generic.Error */
13
+ .highlight .gh { color: #999999 } /* Generic.Heading */
14
+ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15
+ .highlight .go { color: #888888 } /* Generic.Output */
16
+ .highlight .gp { color: #555555 } /* Generic.Prompt */
17
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
18
+ .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
19
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
20
+ .highlight .kc { font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
24
+ .highlight .kr { font-weight: bold } /* Keyword.Reserved */
25
+ .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26
+ .highlight .m { color: #009999 } /* Literal.Number */
27
+ .highlight .s { color: #bb8844 } /* Literal.String */
28
+ .highlight .na { color: #008080 } /* Name.Attribute */
29
+ .highlight .nb { color: #999999 } /* Name.Builtin */
30
+ .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31
+ .highlight .no { color: #008080 } /* Name.Constant */
32
+ .highlight .ni { color: #800080 } /* Name.Entity */
33
+ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
34
+ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
35
+ .highlight .nn { color: #555555 } /* Name.Namespace */
36
+ .highlight .nt { color: #000080 } /* Name.Tag */
37
+ .highlight .nv { color: #008080 } /* Name.Variable */
38
+ .highlight .ow { font-weight: bold } /* Operator.Word */
39
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
40
+ .highlight .mf { color: #009999 } /* Literal.Number.Float */
41
+ .highlight .mh { color: #009999 } /* Literal.Number.Hex */
42
+ .highlight .mi { color: #009999 } /* Literal.Number.Integer */
43
+ .highlight .mo { color: #009999 } /* Literal.Number.Oct */
44
+ .highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
45
+ .highlight .sc { color: #bb8844 } /* Literal.String.Char */
46
+ .highlight .sd { color: #bb8844 } /* Literal.String.Doc */
47
+ .highlight .s2 { color: #bb8844 } /* Literal.String.Double */
48
+ .highlight .se { color: #bb8844 } /* Literal.String.Escape */
49
+ .highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
50
+ .highlight .si { color: #bb8844 } /* Literal.String.Interpol */
51
+ .highlight .sx { color: #bb8844 } /* Literal.String.Other */
52
+ .highlight .sr { color: #808000 } /* Literal.String.Regex */
53
+ .highlight .s1 { color: #bb8844 } /* Literal.String.Single */
54
+ .highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
55
+ .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
56
+ .highlight .vc { color: #008080 } /* Name.Variable.Class */
57
+ .highlight .vg { color: #008080 } /* Name.Variable.Global */
58
+ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
59
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,70 @@
1
+ .highlight pre { background-color: #222222 }
2
+ .highlight .hll { background-color: #222222 }
3
+ .highlight .c { color: #000080 } /* Comment */
4
+ .highlight .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */
5
+ .highlight .g { color: #cccccc } /* Generic */
6
+ .highlight .k { color: #cdcd00 } /* Keyword */
7
+ .highlight .l { color: #cccccc } /* Literal */
8
+ .highlight .n { color: #cccccc } /* Name */
9
+ .highlight .o { color: #3399cc } /* Operator */
10
+ .highlight .x { color: #cccccc } /* Other */
11
+ .highlight .p { color: #cccccc } /* Punctuation */
12
+ .highlight .cm { color: #000080 } /* Comment.Multiline */
13
+ .highlight .cp { color: #000080 } /* Comment.Preproc */
14
+ .highlight .c1 { color: #000080 } /* Comment.Single */
15
+ .highlight .cs { color: #cd0000; font-weight: bold } /* Comment.Special */
16
+ .highlight .gd { color: #cd0000 } /* Generic.Deleted */
17
+ .highlight .ge { color: #cccccc; font-style: italic } /* Generic.Emph */
18
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
19
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
20
+ .highlight .gi { color: #00cd00 } /* Generic.Inserted */
21
+ .highlight .go { color: #808080 } /* Generic.Output */
22
+ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
23
+ .highlight .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */
24
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
25
+ .highlight .gt { color: #0040D0 } /* Generic.Traceback */
26
+ .highlight .kc { color: #cdcd00 } /* Keyword.Constant */
27
+ .highlight .kd { color: #00cd00 } /* Keyword.Declaration */
28
+ .highlight .kn { color: #cd00cd } /* Keyword.Namespace */
29
+ .highlight .kp { color: #cdcd00 } /* Keyword.Pseudo */
30
+ .highlight .kr { color: #cdcd00 } /* Keyword.Reserved */
31
+ .highlight .kt { color: #00cd00 } /* Keyword.Type */
32
+ .highlight .ld { color: #cccccc } /* Literal.Date */
33
+ .highlight .m { color: #cd00cd } /* Literal.Number */
34
+ .highlight .s { color: #cd0000 } /* Literal.String */
35
+ .highlight .na { color: #cccccc } /* Name.Attribute */
36
+ .highlight .nb { color: #cd00cd } /* Name.Builtin */
37
+ .highlight .nc { color: #00cdcd } /* Name.Class */
38
+ .highlight .no { color: #cccccc } /* Name.Constant */
39
+ .highlight .nd { color: #cccccc } /* Name.Decorator */
40
+ .highlight .ni { color: #cccccc } /* Name.Entity */
41
+ .highlight .ne { color: #666699; font-weight: bold } /* Name.Exception */
42
+ .highlight .nf { color: #cccccc } /* Name.Function */
43
+ .highlight .nl { color: #cccccc } /* Name.Label */
44
+ .highlight .nn { color: #cccccc } /* Name.Namespace */
45
+ .highlight .nx { color: #cccccc } /* Name.Other */
46
+ .highlight .py { color: #cccccc } /* Name.Property */
47
+ .highlight .nt { color: #cccccc } /* Name.Tag */
48
+ .highlight .nv { color: #00cdcd } /* Name.Variable */
49
+ .highlight .ow { color: #cdcd00 } /* Operator.Word */
50
+ .highlight .w { color: #cccccc } /* Text.Whitespace */
51
+ .highlight .mf { color: #cd00cd } /* Literal.Number.Float */
52
+ .highlight .mh { color: #cd00cd } /* Literal.Number.Hex */
53
+ .highlight .mi { color: #cd00cd } /* Literal.Number.Integer */
54
+ .highlight .mo { color: #cd00cd } /* Literal.Number.Oct */
55
+ .highlight .sb { color: #cd0000 } /* Literal.String.Backtick */
56
+ .highlight .sc { color: #cd0000 } /* Literal.String.Char */
57
+ .highlight .sd { color: #cd0000 } /* Literal.String.Doc */
58
+ .highlight .s2 { color: #cd0000 } /* Literal.String.Double */
59
+ .highlight .se { color: #cd0000 } /* Literal.String.Escape */
60
+ .highlight .sh { color: #cd0000 } /* Literal.String.Heredoc */
61
+ .highlight .si { color: #cd0000 } /* Literal.String.Interpol */
62
+ .highlight .sx { color: #cd0000 } /* Literal.String.Other */
63
+ .highlight .sr { color: #cd0000 } /* Literal.String.Regex */
64
+ .highlight .s1 { color: #cd0000 } /* Literal.String.Single */
65
+ .highlight .ss { color: #cd0000 } /* Literal.String.Symbol */
66
+ .highlight .bp { color: #cd00cd } /* Name.Builtin.Pseudo */
67
+ .highlight .vc { color: #00cdcd } /* Name.Variable.Class */
68
+ .highlight .vg { color: #00cdcd } /* Name.Variable.Global */
69
+ .highlight .vi { color: #00cdcd } /* Name.Variable.Instance */
70
+ .highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */
@@ -0,0 +1,33 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #008000 } /* Comment */
3
+ .highlight .err { border: 1px solid #FF0000 } /* Error */
4
+ .highlight .k { color: #0000ff } /* Keyword */
5
+ .highlight .cm { color: #008000 } /* Comment.Multiline */
6
+ .highlight .cp { color: #0000ff } /* Comment.Preproc */
7
+ .highlight .c1 { color: #008000 } /* Comment.Single */
8
+ .highlight .cs { color: #008000 } /* Comment.Special */
9
+ .highlight .ge { font-style: italic } /* Generic.Emph */
10
+ .highlight .gh { font-weight: bold } /* Generic.Heading */
11
+ .highlight .gp { font-weight: bold } /* Generic.Prompt */
12
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
13
+ .highlight .gu { font-weight: bold } /* Generic.Subheading */
14
+ .highlight .kc { color: #0000ff } /* Keyword.Constant */
15
+ .highlight .kd { color: #0000ff } /* Keyword.Declaration */
16
+ .highlight .kn { color: #0000ff } /* Keyword.Namespace */
17
+ .highlight .kp { color: #0000ff } /* Keyword.Pseudo */
18
+ .highlight .kr { color: #0000ff } /* Keyword.Reserved */
19
+ .highlight .kt { color: #2b91af } /* Keyword.Type */
20
+ .highlight .s { color: #a31515 } /* Literal.String */
21
+ .highlight .nc { color: #2b91af } /* Name.Class */
22
+ .highlight .ow { color: #0000ff } /* Operator.Word */
23
+ .highlight .sb { color: #a31515 } /* Literal.String.Backtick */
24
+ .highlight .sc { color: #a31515 } /* Literal.String.Char */
25
+ .highlight .sd { color: #a31515 } /* Literal.String.Doc */
26
+ .highlight .s2 { color: #a31515 } /* Literal.String.Double */
27
+ .highlight .se { color: #a31515 } /* Literal.String.Escape */
28
+ .highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
29
+ .highlight .si { color: #a31515 } /* Literal.String.Interpol */
30
+ .highlight .sx { color: #a31515 } /* Literal.String.Other */
31
+ .highlight .sr { color: #a31515 } /* Literal.String.Regex */
32
+ .highlight .s1 { color: #a31515 } /* Literal.String.Single */
33
+ .highlight .ss { color: #a31515 } /* Literal.String.Symbol */
@@ -0,0 +1,136 @@
1
+ .highlight code, .highlight pre {
2
+ color:#fdce93;
3
+ background-color:#3f3f3f;
4
+ }
5
+
6
+ .highlight .hll {
7
+ background-color:#222;
8
+ }
9
+
10
+ .highlight .err {
11
+ color:#e37170;
12
+ background-color:#3d3535;
13
+ }
14
+
15
+ .highlight .k {
16
+ color:#f0dfaf;
17
+ }
18
+
19
+ .highlight .p {
20
+ color:#41706f;
21
+ }
22
+
23
+ .highlight .cs {
24
+ color:#cd0000;
25
+ font-weight:700;
26
+ }
27
+
28
+ .highlight .gd {
29
+ color:#cd0000;
30
+ }
31
+
32
+ .highlight .ge {
33
+ color:#ccc;
34
+ font-style:italic;
35
+ }
36
+
37
+ .highlight .gr {
38
+ color:red;
39
+ }
40
+
41
+ .highlight .go {
42
+ color:gray;
43
+ }
44
+
45
+ .highlight .gs {
46
+ color:#ccc;
47
+ font-weight:700;
48
+ }
49
+
50
+ .highlight .gu {
51
+ color:purple;
52
+ font-weight:700;
53
+ }
54
+
55
+ .highlight .gt {
56
+ color:#0040D0;
57
+ }
58
+
59
+ .highlight .kc {
60
+ color:#dca3a3;
61
+ }
62
+
63
+ .highlight .kd {
64
+ color:#ffff86;
65
+ }
66
+
67
+ .highlight .kn {
68
+ color:#dfaf8f;
69
+ font-weight:700;
70
+ }
71
+
72
+ .highlight .kp {
73
+ color:#cdcf99;
74
+ }
75
+
76
+ .highlight .kr {
77
+ color:#cdcd00;
78
+ }
79
+
80
+ .highlight .ni {
81
+ color:#c28182;
82
+ }
83
+
84
+ .highlight .ne {
85
+ color:#c3bf9f;
86
+ font-weight:700;
87
+ }
88
+
89
+ .highlight .nn {
90
+ color:#8fbede;
91
+ }
92
+
93
+ .highlight .vi {
94
+ color:#ffffc7;
95
+ }
96
+
97
+ .highlight .c,.preview-zenburn .highlight .g,.preview-zenburn .highlight .cm,.preview-zenburn .highlight .cp,.preview-zenburn .highlight .c1 {
98
+ color:#7f9f7f;
99
+ }
100
+
101
+ .highlight .l,.preview-zenburn .highlight .x,.preview-zenburn .highlight .no,.preview-zenburn .highlight .nd,.preview-zenburn .highlight .nl,.preview-zenburn .highlight .nx,.preview-zenburn .highlight .py,.preview-zenburn .highlight .w {
102
+ color:#ccc;
103
+ }
104
+
105
+ .highlight .n,.preview-zenburn .highlight .nv,.preview-zenburn .highlight .vg {
106
+ color:#dcdccc;
107
+ }
108
+
109
+ .highlight .o,.preview-zenburn .highlight .ow {
110
+ color:#f0efd0;
111
+ }
112
+
113
+ .highlight .gh,.preview-zenburn .highlight .gp {
114
+ color:#dcdccc;
115
+ font-weight:700;
116
+ }
117
+
118
+ .highlight .gi,.preview-zenburn .highlight .kt {
119
+ color:#00cd00;
120
+ }
121
+
122
+ .highlight .ld,.preview-zenburn .highlight .s,.preview-zenburn .highlight .sb,.preview-zenburn .highlight .sc,.preview-zenburn .highlight .sd,.preview-zenburn .highlight .s2,.preview-zenburn .highlight .se,.preview-zenburn .highlight .sh,.preview-zenburn .highlight .si,.preview-zenburn .highlight .sx,.preview-zenburn .highlight .sr,.preview-zenburn .highlight .s1,.preview-zenburn .highlight .ss {
123
+ color:#cc9393;
124
+ }
125
+
126
+ .highlight .m,.preview-zenburn .highlight .mf,.preview-zenburn .highlight .mh,.preview-zenburn .highlight .mi,.preview-zenburn .highlight .mo,.preview-zenburn .highlight .il {
127
+ color:#8cd0d3;
128
+ }
129
+
130
+ .highlight .na,.preview-zenburn .highlight .nt {
131
+ color:#9ac39f;
132
+ }
133
+
134
+ .highlight .nb,.preview-zenburn .highlight .nc,.preview-zenburn .highlight .nf,.preview-zenburn .highlight .bp,.preview-zenburn .highlight .vc {
135
+ color:#efef8f;
136
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-github-like
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - supgeek-rod
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: webrick
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 1.8.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 1.8.1
55
55
  description:
56
56
  email:
57
57
  - supgeek.rod@gmail.com
@@ -70,16 +70,29 @@ files:
70
70
  - _layouts/home.html
71
71
  - _layouts/page.html
72
72
  - _layouts/post.html
73
- - assets/css/code-2090a1c97bc1.css.map
74
- - assets/css/code-3d7b701fc6eb.css
75
- - assets/css/dark-27e9c50c7b31.css.map
76
- - assets/css/dark-d4a90c367f0c.css
77
- - assets/css/github-308036f32a6e.css.map
78
- - assets/css/github-fee1576e5bd2.css
79
- - assets/css/global-4c98d4f439a2.css.map
80
- - assets/css/global-ef47aa3710b2.css
81
- - assets/css/primer-665d09058d18.css
82
- - assets/css/primer-fa192ab78abe.css.map
73
+ - assets/css/highlight.css
74
+ - assets/css/jekyll-pygments-themes/README.md
75
+ - assets/css/jekyll-pygments-themes/UNLICENSE.txt
76
+ - assets/css/jekyll-pygments-themes/autumn.css
77
+ - assets/css/jekyll-pygments-themes/borland.css
78
+ - assets/css/jekyll-pygments-themes/bw.css
79
+ - assets/css/jekyll-pygments-themes/colorful.css
80
+ - assets/css/jekyll-pygments-themes/default.css
81
+ - assets/css/jekyll-pygments-themes/emacs.css
82
+ - assets/css/jekyll-pygments-themes/friendly.css
83
+ - assets/css/jekyll-pygments-themes/fruity.css
84
+ - assets/css/jekyll-pygments-themes/github.css
85
+ - assets/css/jekyll-pygments-themes/manni.css
86
+ - assets/css/jekyll-pygments-themes/monokai.css
87
+ - assets/css/jekyll-pygments-themes/murphy.css
88
+ - assets/css/jekyll-pygments-themes/native.css
89
+ - assets/css/jekyll-pygments-themes/pastie.css
90
+ - assets/css/jekyll-pygments-themes/perldoc.css
91
+ - assets/css/jekyll-pygments-themes/tango.css
92
+ - assets/css/jekyll-pygments-themes/trac.css
93
+ - assets/css/jekyll-pygments-themes/vim.css
94
+ - assets/css/jekyll-pygments-themes/vs.css
95
+ - assets/css/jekyll-pygments-themes/zenburn.css
83
96
  homepage: https://github.com/supgeek-rod/jekyll-theme-github-like
84
97
  licenses:
85
98
  - MIT
@@ -1 +0,0 @@
1
- {"version":3,"file":"code-xxxxxxxxxxxx.css","mappings":"AAGA,qDAGE,22X","sources":["app/assets/stylesheets/components/border-grid.scss"],"sourcesContent":["// Adds a border between each cell\n// How to unhack: Move to Primer CSS\n// When moving, also replace .discussion-sidebar-item\n.BorderGrid {\n display: table;\n width: 100%;\n margin-top: -$spacer-3;\n margin-bottom: -$spacer-3;\n table-layout: fixed;\n border-collapse: collapse;\n // stylelint-disable-next-line primer/borders\n border-style: hidden;\n\n .BorderGrid-cell {\n padding-top: $spacer-3;\n padding-bottom: $spacer-3;\n }\n}\n\n.BorderGrid--spacious {\n margin-top: -$spacer-4;\n margin-bottom: -$spacer-4;\n\n .BorderGrid-cell {\n padding-top: $spacer-4;\n padding-bottom: $spacer-4;\n }\n}\n\n.BorderGrid-row {\n display: table-row;\n}\n\n.BorderGrid-cell {\n display: table-cell;\n border: $border-width $border-style var(--color-border-muted);\n}\n"],"names":[],"sourceRoot":""}