jekyll-theme-kagami 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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-kagami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - kamikat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -82,6 +82,36 @@ files:
82
82
  - _sass/kagami/_typography.scss
83
83
  - _sass/kagami/_utility.scss
84
84
  - _sass/scut/dist/_scut.scss
85
+ - assets/font/LICENSE.md
86
+ - assets/font/fontello.eot
87
+ - assets/font/fontello.svg
88
+ - assets/font/fontello.ttf
89
+ - assets/font/fontello.woff
90
+ - assets/font/fontello.woff2
91
+ - assets/styles/core.scss
92
+ - assets/styles/fontello.css
93
+ - assets/styles/highlighting/README.md
94
+ - assets/styles/highlighting/UNLICENSE.txt
95
+ - assets/styles/highlighting/autumn.css
96
+ - assets/styles/highlighting/borland.css
97
+ - assets/styles/highlighting/bw.css
98
+ - assets/styles/highlighting/colorful.css
99
+ - assets/styles/highlighting/default.css
100
+ - assets/styles/highlighting/emacs.css
101
+ - assets/styles/highlighting/friendly.css
102
+ - assets/styles/highlighting/fruity.css
103
+ - assets/styles/highlighting/github.css
104
+ - assets/styles/highlighting/manni.css
105
+ - assets/styles/highlighting/monokai.css
106
+ - assets/styles/highlighting/murphy.css
107
+ - assets/styles/highlighting/native.css
108
+ - assets/styles/highlighting/pastie.css
109
+ - assets/styles/highlighting/perldoc.css
110
+ - assets/styles/highlighting/tango.css
111
+ - assets/styles/highlighting/trac.css
112
+ - assets/styles/highlighting/vim.css
113
+ - assets/styles/highlighting/vs.css
114
+ - assets/styles/highlighting/zenburn.css
85
115
  homepage: https://github.com/kamikat/jekyll-theme-kagami
86
116
  licenses:
87
117
  - MIT