jekyll-theme-fast 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,164 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight {
4
+ color: #FFFFFF;
5
+ background-color: #231529;
6
+ }
7
+ .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
8
+ color: #6D6E70;
9
+ font-style: italic;
10
+ }
11
+ .highlight .cp {
12
+ color: #41ff5b;
13
+ font-weight: bold;
14
+ font-style: italic;
15
+ }
16
+ .highlight .err {
17
+ color: #FFFFFF;
18
+ background-color: #CC0000;
19
+ }
20
+ .highlight .gr {
21
+ color: #FFFFFF;
22
+ background-color: #CC0000;
23
+ }
24
+ .highlight .k, .highlight .kd, .highlight .kv {
25
+ color: #FFF02A;
26
+ font-weight: bold;
27
+ }
28
+ .highlight .o, .highlight .ow {
29
+ color: #41ff5b;
30
+ }
31
+ .highlight .p, .highlight .pi {
32
+ color: #41ff5b;
33
+ }
34
+ .highlight .gd {
35
+ color: #CC0000;
36
+ }
37
+ .highlight .gi {
38
+ color: #3FB34F;
39
+ }
40
+ .highlight .ge {
41
+ font-style: italic;
42
+ }
43
+ .highlight .gs {
44
+ font-weight: bold;
45
+ }
46
+ .highlight .gt {
47
+ color: #FFFFFF;
48
+ background-color: #766DAF;
49
+ }
50
+ .highlight .gl {
51
+ color: #FFFFFF;
52
+ background-color: #766DAF;
53
+ }
54
+ .highlight .kc {
55
+ color: #9f93e6;
56
+ font-weight: bold;
57
+ }
58
+ .highlight .kn {
59
+ color: #FFFFFF;
60
+ font-weight: bold;
61
+ }
62
+ .highlight .kp {
63
+ color: #FFFFFF;
64
+ font-weight: bold;
65
+ }
66
+ .highlight .kr {
67
+ color: #FFFFFF;
68
+ font-weight: bold;
69
+ }
70
+ .highlight .gh {
71
+ color: #FFFFFF;
72
+ font-weight: bold;
73
+ }
74
+ .highlight .gu {
75
+ color: #FFFFFF;
76
+ font-weight: bold;
77
+ }
78
+ .highlight .kt {
79
+ color: #FAAF4C;
80
+ font-weight: bold;
81
+ }
82
+ .highlight .no {
83
+ color: #FAAF4C;
84
+ font-weight: bold;
85
+ }
86
+ .highlight .nc {
87
+ color: #FAAF4C;
88
+ font-weight: bold;
89
+ }
90
+ .highlight .nd {
91
+ color: #FAAF4C;
92
+ font-weight: bold;
93
+ }
94
+ .highlight .nn {
95
+ color: #FAAF4C;
96
+ font-weight: bold;
97
+ }
98
+ .highlight .bp {
99
+ color: #FAAF4C;
100
+ font-weight: bold;
101
+ }
102
+ .highlight .ne {
103
+ color: #FAAF4C;
104
+ font-weight: bold;
105
+ }
106
+ .highlight .nl {
107
+ color: #9f93e6;
108
+ font-weight: bold;
109
+ }
110
+ .highlight .nt {
111
+ color: #9f93e6;
112
+ font-weight: bold;
113
+ }
114
+ .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
115
+ color: #9f93e6;
116
+ font-weight: bold;
117
+ }
118
+ .highlight .ld {
119
+ color: #9f93e6;
120
+ font-weight: bold;
121
+ }
122
+ .highlight .ss {
123
+ color: #9f93e6;
124
+ font-weight: bold;
125
+ }
126
+ .highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
127
+ color: #fff0a6;
128
+ font-weight: bold;
129
+ }
130
+ .highlight .se {
131
+ color: #FAAF4C;
132
+ font-weight: bold;
133
+ }
134
+ .highlight .sc {
135
+ color: #FAAF4C;
136
+ font-weight: bold;
137
+ }
138
+ .highlight .si {
139
+ color: #FAAF4C;
140
+ font-weight: bold;
141
+ }
142
+ .highlight .nb {
143
+ font-weight: bold;
144
+ }
145
+ .highlight .ni {
146
+ color: #999999;
147
+ font-weight: bold;
148
+ }
149
+ .highlight .w {
150
+ color: #BBBBBB;
151
+ }
152
+ .highlight .nf {
153
+ color: #41ff5b;
154
+ }
155
+ .highlight .py {
156
+ color: #41ff5b;
157
+ }
158
+ .highlight .na {
159
+ color: #41ff5b;
160
+ }
161
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
162
+ color: #41ff5b;
163
+ font-weight: bold;
164
+ }
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-fast
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - liurongqing
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: phpgege@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - _includes/footer.html
20
+ - _layouts/default.html
21
+ - _layouts/page.html
22
+ - _sass/github-markdown.scss
23
+ - _sass/jekyll-theme-fast.scss
24
+ - _sass/normalize.scss
25
+ - _sass/theme/output.bash
26
+ - _sass/theme/syntax.base16.dark.scss
27
+ - _sass/theme/syntax.base16.light.scss
28
+ - _sass/theme/syntax.base16.monokai.dark.scss
29
+ - _sass/theme/syntax.base16.monokai.light.scss
30
+ - _sass/theme/syntax.base16.monokai.scss
31
+ - _sass/theme/syntax.base16.scss
32
+ - _sass/theme/syntax.base16.solarized.dark.scss
33
+ - _sass/theme/syntax.base16.solarized.light.scss
34
+ - _sass/theme/syntax.base16.solarized.scss
35
+ - _sass/theme/syntax.colorful.scss
36
+ - _sass/theme/syntax.github.scss
37
+ - _sass/theme/syntax.gruvbox.dark.scss
38
+ - _sass/theme/syntax.gruvbox.light.scss
39
+ - _sass/theme/syntax.gruvbox.scss
40
+ - _sass/theme/syntax.igorpro.scss
41
+ - _sass/theme/syntax.molokai.scss
42
+ - _sass/theme/syntax.monokai.scss
43
+ - _sass/theme/syntax.monokai.sublime.scss
44
+ - _sass/theme/syntax.thankful_eyes.scss
45
+ - _sass/theme/syntax.tulip.scss
46
+ homepage: https://github.com/liurongqing/jekyll-theme-fast
47
+ licenses:
48
+ - MIT
49
+ metadata: {}
50
+ post_install_message:
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ requirements: []
65
+ rubyforge_project:
66
+ rubygems_version: 2.7.6
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: High Performance Web Sites
70
+ test_files: []