sebasic 0.3.14 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +1 -1
  3. data/_sass/main.scss +8 -0
  4. data/_sass/syntax.scss +178 -61
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3378449c22a4113866ffc86dd2de6d75bed154fb0b9d38104de21023fcc5436c
4
- data.tar.gz: a36626cdb1f2be5bfef28c46b810206abb230b0dab7542773ab8e7eeee960870
3
+ metadata.gz: 6fff6a04b21a024b689bab6ebcd85bb11c12efd22724275189634ceebbf2cb8b
4
+ data.tar.gz: 2e4a25d92c1c2870f998e6cd5762839d3d9d72288663514e5c459befedd36352
5
5
  SHA512:
6
- metadata.gz: 441318dc6c24f98489422ccc3253561fa6fe593d8db711e240da6a2b07dfc126460dabbf3cf1680ae96aa6ffc64d6f6fb5a51ddff8d699cbcf11e3969f843e32
7
- data.tar.gz: daeb22fdb2e29cc10028b1dd4125c12b9b83bd31f60daa42cd489ff169c6e2ce817be89cda8a5360a90ca48f1639b5e340317cf5550b4f7886d2dbe746b0c969
6
+ metadata.gz: 448b00dade38f9150e5268fa98838da3b80b492e1a8cdd21b6fd0dd4c436cd0f1718bfc01ba3fa2acd8ed7b9e6d5c6e560b4d271b67dd7689f087cd8cd940e24
7
+ data.tar.gz: 3bd3f90918ed02ab6797015cf6bec927ac7d43c0924e9fb3a44c0def9d46c8c411d1b0d90c96c3a50adb09f961c27ec4df315b48571a082d6c0757ec7e9cb35e
data/_config.yml CHANGED
@@ -5,7 +5,7 @@ url: https://lewis8s.codes
5
5
 
6
6
  sebasic:
7
7
  date_format: "%B %d, %Y"
8
- github_user: lewisrobbins
8
+ github_user: lewis262626
9
9
 
10
10
  theme: sebasic
11
11
 
data/_sass/main.scss CHANGED
@@ -206,3 +206,11 @@ footer {
206
206
  display: flex;
207
207
  justify-content: end;
208
208
  }
209
+
210
+ /* code blocks */
211
+ .highlight {
212
+ margin-top: 2rem;
213
+ margin-bottom: 2rem;
214
+ padding-left: 0.6rem;
215
+ padding-right: 0.6rem;
216
+ }
data/_sass/syntax.scss CHANGED
@@ -1,61 +1,178 @@
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 { color: #000000; font-weight: bold } /* Keyword */
5
- .highlight .o { color: #000000; font-weight: bold } /* Operator */
6
- .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
- .highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* 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 { color: #000000; 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 { color: #000000; font-weight: bold } /* Keyword.Constant */
21
- .highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
22
- .highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
23
- .highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
24
- .highlight .kr { color: #000000; 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: #d01040 } /* Literal.String */
28
- .highlight .na { color: #008080 } /* Name.Attribute */
29
- .highlight .nb { color: #0086B3 } /* Name.Builtin */
30
- .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31
- .highlight .no { color: #008080 } /* Name.Constant */
32
- .highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
33
- .highlight .ni { color: #800080 } /* Name.Entity */
34
- .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
- .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
- .highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
37
- .highlight .nn { color: #555555 } /* Name.Namespace */
38
- .highlight .nt { color: #000080 } /* Name.Tag */
39
- .highlight .nv { color: #008080 } /* Name.Variable */
40
- .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
41
- .highlight .w { color: #bbbbbb } /* Text.Whitespace */
42
- .highlight .mf { color: #009999 } /* Literal.Number.Float */
43
- .highlight .mh { color: #009999 } /* Literal.Number.Hex */
44
- .highlight .mi { color: #009999 } /* Literal.Number.Integer */
45
- .highlight .mo { color: #009999 } /* Literal.Number.Oct */
46
- .highlight .sb { color: #d01040 } /* Literal.String.Backtick */
47
- .highlight .sc { color: #d01040 } /* Literal.String.Char */
48
- .highlight .sd { color: #d01040 } /* Literal.String.Doc */
49
- .highlight .s2 { color: #d01040 } /* Literal.String.Double */
50
- .highlight .se { color: #d01040 } /* Literal.String.Escape */
51
- .highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
52
- .highlight .si { color: #d01040 } /* Literal.String.Interpol */
53
- .highlight .sx { color: #d01040 } /* Literal.String.Other */
54
- .highlight .sr { color: #009926 } /* Literal.String.Regex */
55
- .highlight .s1 { color: #d01040 } /* Literal.String.Single */
56
- .highlight .ss { color: #990073 } /* Literal.String.Symbol */
57
- .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58
- .highlight .vc { color: #008080 } /* Name.Variable.Class */
59
- .highlight .vg { color: #008080 } /* Name.Variable.Global */
60
- .highlight .vi { color: #008080 } /* Name.Variable.Instance */
61
- .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
1
+ /* thankful eyes */
2
+ .highlight table td { padding: 5px; }
3
+ .highlight table pre { margin: 0; }
4
+ .highlight {
5
+ color: #faf6e4;
6
+ background-color: #122b3b;
7
+ }
8
+ .highlight .gl {
9
+ color: #dee5e7;
10
+ background-color: #4e5d62;
11
+ }
12
+ .highlight .gp {
13
+ color: #a8e1fe;
14
+ font-weight: bold;
15
+ }
16
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
17
+ color: #6c8b9f;
18
+ font-style: italic;
19
+ }
20
+ .highlight .cp {
21
+ color: #b2fd6d;
22
+ font-weight: bold;
23
+ }
24
+ .highlight .err {
25
+ color: #fefeec;
26
+ background-color: #cc0000;
27
+ }
28
+ .highlight .gr {
29
+ color: #cc0000;
30
+ font-weight: bold;
31
+ font-style: italic;
32
+ }
33
+ .highlight .k, .highlight .kd, .highlight .kv {
34
+ color: #f6dd62;
35
+ font-weight: bold;
36
+ }
37
+ .highlight .o, .highlight .ow {
38
+ color: #4df4ff;
39
+ font-weight: bold;
40
+ }
41
+ .highlight .p, .highlight .pi {
42
+ color: #4df4ff;
43
+ }
44
+ .highlight .gd {
45
+ color: #cc0000;
46
+ }
47
+ .highlight .gi {
48
+ color: #b2fd6d;
49
+ }
50
+ .highlight .ge {
51
+ font-style: italic;
52
+ }
53
+ .highlight .gs {
54
+ font-weight: bold;
55
+ }
56
+ .highlight .gt {
57
+ color: #dee5e7;
58
+ background-color: #4e5d62;
59
+ }
60
+ .highlight .kc {
61
+ color: #f696db;
62
+ font-weight: bold;
63
+ }
64
+ .highlight .kn {
65
+ color: #ffb000;
66
+ font-weight: bold;
67
+ }
68
+ .highlight .kp {
69
+ color: #ffb000;
70
+ font-weight: bold;
71
+ }
72
+ .highlight .kr {
73
+ color: #ffb000;
74
+ font-weight: bold;
75
+ }
76
+ .highlight .gh {
77
+ color: #ffb000;
78
+ font-weight: bold;
79
+ }
80
+ .highlight .gu {
81
+ color: #ffb000;
82
+ font-weight: bold;
83
+ }
84
+ .highlight .kt {
85
+ color: #b2fd6d;
86
+ font-weight: bold;
87
+ }
88
+ .highlight .no {
89
+ color: #b2fd6d;
90
+ font-weight: bold;
91
+ }
92
+ .highlight .nc {
93
+ color: #b2fd6d;
94
+ font-weight: bold;
95
+ }
96
+ .highlight .nd {
97
+ color: #b2fd6d;
98
+ font-weight: bold;
99
+ }
100
+ .highlight .nn {
101
+ color: #b2fd6d;
102
+ font-weight: bold;
103
+ }
104
+ .highlight .bp {
105
+ color: #b2fd6d;
106
+ font-weight: bold;
107
+ }
108
+ .highlight .ne {
109
+ color: #b2fd6d;
110
+ font-weight: bold;
111
+ }
112
+ .highlight .nl {
113
+ color: #ffb000;
114
+ font-weight: bold;
115
+ }
116
+ .highlight .nt {
117
+ color: #ffb000;
118
+ font-weight: bold;
119
+ }
120
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
121
+ color: #f696db;
122
+ font-weight: bold;
123
+ }
124
+ .highlight .ld {
125
+ color: #f696db;
126
+ font-weight: bold;
127
+ }
128
+ .highlight .ss {
129
+ color: #f696db;
130
+ font-weight: bold;
131
+ }
132
+ .highlight .s, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
133
+ color: #fff0a6;
134
+ font-weight: bold;
135
+ }
136
+ .highlight .sa {
137
+ color: #f6dd62;
138
+ font-weight: bold;
139
+ }
140
+ .highlight .se {
141
+ color: #4df4ff;
142
+ font-weight: bold;
143
+ }
144
+ .highlight .sc {
145
+ color: #4df4ff;
146
+ font-weight: bold;
147
+ }
148
+ .highlight .si {
149
+ color: #4df4ff;
150
+ font-weight: bold;
151
+ }
152
+ .highlight .nb {
153
+ font-weight: bold;
154
+ }
155
+ .highlight .ni {
156
+ color: #999999;
157
+ font-weight: bold;
158
+ }
159
+ .highlight .w {
160
+ color: #BBBBBB;
161
+ }
162
+ .highlight .go {
163
+ color: #BBBBBB;
164
+ }
165
+ .highlight .nf, .highlight .fm {
166
+ color: #a8e1fe;
167
+ }
168
+ .highlight .py {
169
+ color: #a8e1fe;
170
+ }
171
+ .highlight .na {
172
+ color: #a8e1fe;
173
+ }
174
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
175
+ color: #a8e1fe;
176
+ font-weight: bold;
177
+ }
178
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sebasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2023-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 2.2.2
61
+ version: '2.4'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 2.2.2
68
+ version: '2.4'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -116,15 +116,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.4.0
119
+ version: 2.7.0
120
120
  required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.1.4
126
+ rubygems_version: 3.4.10
127
127
  signing_key:
128
128
  specification_version: 4
129
- summary: A basic Jekyll theme for programmers
129
+ summary: A stylish, minimalistic theme for Jekyll
130
130
  test_files: []