forest-time-jekyll 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,68 +1,215 @@
1
1
  // Downloaded from http://jwarby.github.io/jekyll-pygments-themes/languages/javascript.html
2
2
 
3
3
  code {
4
- background-color: #f9f9f9;
5
- color: #444;
4
+ background-color: #f9f9f9;
5
+ color: #444;
6
6
  }
7
7
 
8
- .highlight .hll { background-color: #ffffcc }
9
- .highlight .c { color: #0099FF; font-style: italic } /* Comment */
10
- .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
11
- .highlight .k { color: #006699; font-weight: bold } /* Keyword */
12
- .highlight .o { color: #555555 } /* Operator */
13
- .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
14
- .highlight .cp { color: #009999 } /* Comment.Preproc */
15
- .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
16
- .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
17
- .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
18
- .highlight .ge { font-style: italic } /* Generic.Emph */
19
- .highlight .gr { color: #FF0000 } /* Generic.Error */
20
- .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
21
- .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
22
- .highlight .go { color: #AAAAAA } /* Generic.Output */
23
- .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
24
- .highlight .gs { font-weight: bold } /* Generic.Strong */
25
- .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
26
- .highlight .gt { color: #99CC66 } /* Generic.Traceback */
27
- .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
28
- .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
29
- .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
30
- .highlight .kp { color: #006699 } /* Keyword.Pseudo */
31
- .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
32
- .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
33
- .highlight .m { color: #FF6600 } /* Literal.Number */
34
- .highlight .s { color: #CC3300 } /* Literal.String */
35
- .highlight .na { color: #330099 } /* Name.Attribute */
36
- .highlight .nb { color: #336666 } /* Name.Builtin */
37
- .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
38
- .highlight .no { color: #336600 } /* Name.Constant */
39
- .highlight .nd { color: #9999FF } /* Name.Decorator */
40
- .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
41
- .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
42
- .highlight .nf { color: #CC00FF } /* Name.Function */
43
- .highlight .nl { color: #9999FF } /* Name.Label */
44
- .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
45
- .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
46
- .highlight .nv { color: #003333 } /* Name.Variable */
47
- .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
48
- .highlight .w { color: #bbbbbb } /* Text.Whitespace */
49
- .highlight .mf { color: #FF6600 } /* Literal.Number.Float */
50
- .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
51
- .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
52
- .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
53
- .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
54
- .highlight .sc { color: #CC3300 } /* Literal.String.Char */
55
- .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
56
- .highlight .s2 { color: #CC3300 } /* Literal.String.Double */
57
- .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
58
- .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
59
- .highlight .si { color: #AA0000 } /* Literal.String.Interpol */
60
- .highlight .sx { color: #CC3300 } /* Literal.String.Other */
61
- .highlight .sr { color: #33AAAA } /* Literal.String.Regex */
62
- .highlight .s1 { color: #CC3300 } /* Literal.String.Single */
63
- .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
64
- .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
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 .il { color: #FF6600 } /* Literal.Number.Integer.Long */
8
+ .highlight .hll {
9
+ background-color: #ffffcc;
10
+ }
11
+ .highlight .c {
12
+ color: #0099ff;
13
+ font-style: italic;
14
+ } /* Comment */
15
+ .highlight .err {
16
+ color: #aa0000;
17
+ background-color: #ffaaaa;
18
+ } /* Error */
19
+ .highlight .k {
20
+ color: #006699;
21
+ font-weight: bold;
22
+ } /* Keyword */
23
+ .highlight .o {
24
+ color: #555555;
25
+ } /* Operator */
26
+ .highlight .cm {
27
+ color: #0099ff;
28
+ font-style: italic;
29
+ } /* Comment.Multiline */
30
+ .highlight .cp {
31
+ color: #009999;
32
+ } /* Comment.Preproc */
33
+ .highlight .c1 {
34
+ color: #0099ff;
35
+ font-style: italic;
36
+ } /* Comment.Single */
37
+ .highlight .cs {
38
+ color: #0099ff;
39
+ font-weight: bold;
40
+ font-style: italic;
41
+ } /* Comment.Special */
42
+ .highlight .gd {
43
+ background-color: #ffcccc;
44
+ border: 1px solid #cc0000;
45
+ } /* Generic.Deleted */
46
+ .highlight .ge {
47
+ font-style: italic;
48
+ } /* Generic.Emph */
49
+ .highlight .gr {
50
+ color: #ff0000;
51
+ } /* Generic.Error */
52
+ .highlight .gh {
53
+ color: #003300;
54
+ font-weight: bold;
55
+ } /* Generic.Heading */
56
+ .highlight .gi {
57
+ background-color: #ccffcc;
58
+ border: 1px solid #00cc00;
59
+ } /* Generic.Inserted */
60
+ .highlight .go {
61
+ color: #aaaaaa;
62
+ } /* Generic.Output */
63
+ .highlight .gp {
64
+ color: #000099;
65
+ font-weight: bold;
66
+ } /* Generic.Prompt */
67
+ .highlight .gs {
68
+ font-weight: bold;
69
+ } /* Generic.Strong */
70
+ .highlight .gu {
71
+ color: #003300;
72
+ font-weight: bold;
73
+ } /* Generic.Subheading */
74
+ .highlight .gt {
75
+ color: #99cc66;
76
+ } /* Generic.Traceback */
77
+ .highlight .kc {
78
+ color: #006699;
79
+ font-weight: bold;
80
+ } /* Keyword.Constant */
81
+ .highlight .kd {
82
+ color: #006699;
83
+ font-weight: bold;
84
+ } /* Keyword.Declaration */
85
+ .highlight .kn {
86
+ color: #006699;
87
+ font-weight: bold;
88
+ } /* Keyword.Namespace */
89
+ .highlight .kp {
90
+ color: #006699;
91
+ } /* Keyword.Pseudo */
92
+ .highlight .kr {
93
+ color: #006699;
94
+ font-weight: bold;
95
+ } /* Keyword.Reserved */
96
+ .highlight .kt {
97
+ color: #007788;
98
+ font-weight: bold;
99
+ } /* Keyword.Type */
100
+ .highlight .m {
101
+ color: #ff6600;
102
+ } /* Literal.Number */
103
+ .highlight .s {
104
+ color: #cc3300;
105
+ } /* Literal.String */
106
+ .highlight .na {
107
+ color: #330099;
108
+ } /* Name.Attribute */
109
+ .highlight .nb {
110
+ color: #336666;
111
+ } /* Name.Builtin */
112
+ .highlight .nc {
113
+ color: #00aa88;
114
+ font-weight: bold;
115
+ } /* Name.Class */
116
+ .highlight .no {
117
+ color: #336600;
118
+ } /* Name.Constant */
119
+ .highlight .nd {
120
+ color: #9999ff;
121
+ } /* Name.Decorator */
122
+ .highlight .ni {
123
+ color: #999999;
124
+ font-weight: bold;
125
+ } /* Name.Entity */
126
+ .highlight .ne {
127
+ color: #cc0000;
128
+ font-weight: bold;
129
+ } /* Name.Exception */
130
+ .highlight .nf {
131
+ color: #cc00ff;
132
+ } /* Name.Function */
133
+ .highlight .nl {
134
+ color: #9999ff;
135
+ } /* Name.Label */
136
+ .highlight .nn {
137
+ color: #00ccff;
138
+ font-weight: bold;
139
+ } /* Name.Namespace */
140
+ .highlight .nt {
141
+ color: #330099;
142
+ font-weight: bold;
143
+ } /* Name.Tag */
144
+ .highlight .nv {
145
+ color: #003333;
146
+ } /* Name.Variable */
147
+ .highlight .ow {
148
+ color: #000000;
149
+ font-weight: bold;
150
+ } /* Operator.Word */
151
+ .highlight .w {
152
+ color: #bbbbbb;
153
+ } /* Text.Whitespace */
154
+ .highlight .mf {
155
+ color: #ff6600;
156
+ } /* Literal.Number.Float */
157
+ .highlight .mh {
158
+ color: #ff6600;
159
+ } /* Literal.Number.Hex */
160
+ .highlight .mi {
161
+ color: #ff6600;
162
+ } /* Literal.Number.Integer */
163
+ .highlight .mo {
164
+ color: #ff6600;
165
+ } /* Literal.Number.Oct */
166
+ .highlight .sb {
167
+ color: #cc3300;
168
+ } /* Literal.String.Backtick */
169
+ .highlight .sc {
170
+ color: #cc3300;
171
+ } /* Literal.String.Char */
172
+ .highlight .sd {
173
+ color: #cc3300;
174
+ font-style: italic;
175
+ } /* Literal.String.Doc */
176
+ .highlight .s2 {
177
+ color: #cc3300;
178
+ } /* Literal.String.Double */
179
+ .highlight .se {
180
+ color: #cc3300;
181
+ font-weight: bold;
182
+ } /* Literal.String.Escape */
183
+ .highlight .sh {
184
+ color: #cc3300;
185
+ } /* Literal.String.Heredoc */
186
+ .highlight .si {
187
+ color: #aa0000;
188
+ } /* Literal.String.Interpol */
189
+ .highlight .sx {
190
+ color: #cc3300;
191
+ } /* Literal.String.Other */
192
+ .highlight .sr {
193
+ color: #33aaaa;
194
+ } /* Literal.String.Regex */
195
+ .highlight .s1 {
196
+ color: #cc3300;
197
+ } /* Literal.String.Single */
198
+ .highlight .ss {
199
+ color: #ffcc33;
200
+ } /* Literal.String.Symbol */
201
+ .highlight .bp {
202
+ color: #336666;
203
+ } /* Name.Builtin.Pseudo */
204
+ .highlight .vc {
205
+ color: #003333;
206
+ } /* Name.Variable.Class */
207
+ .highlight .vg {
208
+ color: #003333;
209
+ } /* Name.Variable.Global */
210
+ .highlight .vi {
211
+ color: #003333;
212
+ } /* Name.Variable.Instance */
213
+ .highlight .il {
214
+ color: #ff6600;
215
+ } /* Literal.Number.Integer.Long */
@@ -3,6 +3,6 @@
3
3
  # only Main files contain this front matter, not partials.
4
4
  ---
5
5
 
6
- @import 'main';
7
- @import 'contact-form';
8
- @import 'syntax';
6
+ @import "main";
7
+ @import "contact-form";
8
+ @import "syntax";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest-time-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudiu Constantin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-24 00:00:00.000000000 Z
11
+ date: 2019-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll