jekyll-theme-github-like 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.5
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-08-30 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
@@ -70,6 +70,29 @@ files:
70
70
  - _layouts/home.html
71
71
  - _layouts/page.html
72
72
  - _layouts/post.html
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
73
96
  homepage: https://github.com/supgeek-rod/jekyll-theme-github-like
74
97
  licenses:
75
98
  - MIT