jekyll-theme-kagami 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/kagami/_layout.scss +2 -2
  3. data/_sass/kagami/_scut.scss +1 -1533
  4. data/_sass/kagami/_typography.scss +1 -1
  5. data/_sass/scut/dist/_scut.scss +1533 -0
  6. metadata +3 -33
  7. data/assets/font/LICENSE.md +0 -26
  8. data/assets/font/fontello.eot +0 -0
  9. data/assets/font/fontello.svg +0 -86
  10. data/assets/font/fontello.ttf +0 -0
  11. data/assets/font/fontello.woff +0 -0
  12. data/assets/font/fontello.woff2 +0 -0
  13. data/assets/fontello.json +0 -238
  14. data/assets/styles/core.scss +0 -4
  15. data/assets/styles/fontello.css +0 -95
  16. data/assets/styles/highlighting/README.md +0 -23
  17. data/assets/styles/highlighting/UNLICENSE.txt +0 -24
  18. data/assets/styles/highlighting/autumn.css +0 -58
  19. data/assets/styles/highlighting/borland.css +0 -46
  20. data/assets/styles/highlighting/bw.css +0 -34
  21. data/assets/styles/highlighting/colorful.css +0 -61
  22. data/assets/styles/highlighting/default.css +0 -61
  23. data/assets/styles/highlighting/emacs.css +0 -61
  24. data/assets/styles/highlighting/friendly.css +0 -61
  25. data/assets/styles/highlighting/fruity.css +0 -70
  26. data/assets/styles/highlighting/github.css +0 -61
  27. data/assets/styles/highlighting/manni.css +0 -61
  28. data/assets/styles/highlighting/monokai.css +0 -65
  29. data/assets/styles/highlighting/murphy.css +0 -61
  30. data/assets/styles/highlighting/native.css +0 -70
  31. data/assets/styles/highlighting/pastie.css +0 -60
  32. data/assets/styles/highlighting/perldoc.css +0 -58
  33. data/assets/styles/highlighting/tango.css +0 -69
  34. data/assets/styles/highlighting/trac.css +0 -59
  35. data/assets/styles/highlighting/vim.css +0 -70
  36. data/assets/styles/highlighting/vs.css +0 -33
  37. data/assets/styles/highlighting/zenburn.css +0 -136
@@ -1,59 +0,0 @@
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 */
@@ -1,70 +0,0 @@
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 */
@@ -1,33 +0,0 @@
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 */
@@ -1,136 +0,0 @@
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
- }