summoner-jekyll-theme 2.0.3 → 2.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.
- checksums.yaml +4 -4
- data/_sass/mixins/_highlight.scss +52 -50
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d7eb342b9dbbd14cdbfa8eae14fbf457f4361d92f4eec0172b56297f493a028
|
4
|
+
data.tar.gz: 3a765d048b59723226a8fd5bed7c57344a4c691925730ab5a9b45d9415c767a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d77a90438d0d71f29d4fc2465f5b7238314496b31eb372d987a748c304bbbbe9a580baf46f66aa05fae84c805047ccbe811aab16be8a7e9f02ac9beb129a600
|
7
|
+
data.tar.gz: 4c2ddafee8ad586361684566edde41f8011709c5c0fb418ac6d9a61a8216d7cf686ada662f8e51926701d73246e14c11603f5b3e886fc7c74540ca150bc6ea58
|
@@ -1,68 +1,70 @@
|
|
1
|
-
.highlight pre { background-color: #
|
2
|
-
.highlight .hll { background-color: #
|
3
|
-
.highlight .c { color: #
|
4
|
-
.highlight .err { color: #
|
5
|
-
.highlight .k { color: #
|
6
|
-
.highlight .l { color: #
|
1
|
+
.highlight pre { background-color: #141414; }
|
2
|
+
.highlight .hll { background-color: #141414; }
|
3
|
+
.highlight .c { color: #727272 } /* Comment */
|
4
|
+
.highlight .err { color: #141414; background-color: #ffa7c4 } /* Error */
|
5
|
+
.highlight .k { color: #78ccf0 } /* Keyword */
|
6
|
+
.highlight .l { color: #c792eb } /* Literal */
|
7
7
|
.highlight .n { color: #f8f8f2 } /* Name */
|
8
|
-
.highlight .o { color: #
|
8
|
+
.highlight .o { color: #ffa7c4 } /* Operator */
|
9
9
|
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
10
|
-
.highlight .cm { color: #
|
11
|
-
.highlight .cp { color: #
|
12
|
-
.highlight .c1 { color: #
|
13
|
-
.highlight .cs { color: #
|
10
|
+
.highlight .cm { color: #727272 } /* Comment.Multiline */
|
11
|
+
.highlight .cp { color: #727272 } /* Comment.Preproc */
|
12
|
+
.highlight .c1 { color: #727272 } /* Comment.Single */
|
13
|
+
.highlight .cs { color: #727272 } /* Comment.Special */
|
14
14
|
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
15
|
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
16
|
-
.highlight .kc { color: #
|
17
|
-
.highlight .kd { color: #
|
18
|
-
.highlight .kn { color: #
|
19
|
-
.highlight .kp { color: #
|
20
|
-
.highlight .kr { color: #
|
21
|
-
.highlight .kt { color: #
|
22
|
-
.highlight .ld { color: #
|
23
|
-
.highlight .m { color: #
|
24
|
-
.highlight .s { color: #
|
25
|
-
.highlight .na { color: #
|
16
|
+
.highlight .kc { color: #78ccf0 } /* Keyword.Constant */
|
17
|
+
.highlight .kd { color: #78ccf0 } /* Keyword.Declaration */
|
18
|
+
.highlight .kn { color: #ffa7c4 } /* Keyword.Namespace */
|
19
|
+
.highlight .kp { color: #78ccf0 } /* Keyword.Pseudo */
|
20
|
+
.highlight .kr { color: #78ccf0 } /* Keyword.Reserved */
|
21
|
+
.highlight .kt { color: #78ccf0 } /* Keyword.Type */
|
22
|
+
.highlight .ld { color: #ffcb8b } /* Literal.Date */
|
23
|
+
.highlight .m { color: #c792eb } /* Literal.Number */
|
24
|
+
.highlight .s { color: #ffcb8b } /* Literal.String */
|
25
|
+
.highlight .na { color: #85cc95 } /* Name.Attribute */
|
26
26
|
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
27
|
-
.highlight .nc { color: #
|
28
|
-
.highlight .no { color: #
|
29
|
-
.highlight .nd { color: #
|
27
|
+
.highlight .nc { color: #85cc95 } /* Name.Class */
|
28
|
+
.highlight .no { color: #78ccf0 } /* Name.Constant */
|
29
|
+
.highlight .nd { color: #85cc95 } /* Name.Decorator */
|
30
30
|
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
31
|
-
.highlight .ne { color: #
|
32
|
-
.highlight .nf { color: #
|
31
|
+
.highlight .ne { color: #85cc95 } /* Name.Exception */
|
32
|
+
.highlight .nf { color: #85cc95 } /* Name.Function */
|
33
33
|
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
34
34
|
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
35
|
-
.highlight .nx { color: #
|
35
|
+
.highlight .nx { color: #85cc95 } /* Name.Other */
|
36
36
|
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
37
|
-
.highlight .nt { color: #
|
37
|
+
.highlight .nt { color: #ffa7c4 } /* Name.Tag */
|
38
38
|
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
39
|
-
.highlight .ow { color: #
|
39
|
+
.highlight .ow { color: #ffa7c4 } /* Operator.Word */
|
40
40
|
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
41
|
-
.highlight .mf { color: #
|
42
|
-
.highlight .mh { color: #
|
43
|
-
.highlight .mi { color: #
|
44
|
-
.highlight .mo { color: #
|
45
|
-
.highlight .sb { color: #
|
46
|
-
.highlight .sc { color: #
|
47
|
-
.highlight .sd { color: #
|
48
|
-
.highlight .s2 { color: #
|
49
|
-
.highlight .se { color: #
|
50
|
-
.highlight .sh { color: #
|
51
|
-
.highlight .si { color: #
|
52
|
-
.highlight .sx { color: #
|
53
|
-
.highlight .sr { color: #
|
54
|
-
.highlight .s1 { color: #
|
55
|
-
.highlight .ss { color: #
|
41
|
+
.highlight .mf { color: #c792eb } /* Literal.Number.Float */
|
42
|
+
.highlight .mh { color: #c792eb } /* Literal.Number.Hex */
|
43
|
+
.highlight .mi { color: #c792eb } /* Literal.Number.Integer */
|
44
|
+
.highlight .mo { color: #c792eb } /* Literal.Number.Oct */
|
45
|
+
.highlight .sb { color: #ffcb8b } /* Literal.String.Backtick */
|
46
|
+
.highlight .sc { color: #ffcb8b } /* Literal.String.Char */
|
47
|
+
.highlight .sd { color: #ffcb8b } /* Literal.String.Doc */
|
48
|
+
.highlight .s2 { color: #ffcb8b } /* Literal.String.Double */
|
49
|
+
.highlight .se { color: #c792eb } /* Literal.String.Escape */
|
50
|
+
.highlight .sh { color: #ffcb8b } /* Literal.String.Heredoc */
|
51
|
+
.highlight .si { color: #ffcb8b } /* Literal.String.Interpol */
|
52
|
+
.highlight .sx { color: #ffcb8b } /* Literal.String.Other */
|
53
|
+
.highlight .sr { color: #ffcb8b } /* Literal.String.Regex */
|
54
|
+
.highlight .s1 { color: #ffcb8b } /* Literal.String.Single */
|
55
|
+
.highlight .ss { color: #ffcb8b } /* Literal.String.Symbol */
|
56
56
|
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
57
57
|
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
58
58
|
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
59
59
|
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
60
|
-
.highlight .il { color: #
|
60
|
+
.highlight .il { color: #c792eb } /* Literal.Number.Integer.Long */
|
61
61
|
|
62
62
|
.highlight .gh { } /* Generic Heading & Diff Header */
|
63
|
-
.highlight .gu { color: #
|
64
|
-
.highlight .gd { color: #
|
65
|
-
.highlight .gi { color: #
|
63
|
+
.highlight .gu { color: #727272; } /* Generic.Subheading & Diff Unified/Comment? */
|
64
|
+
.highlight .gd { color: #ffa7c4; } /* Generic.Deleted & Diff Deleted */
|
65
|
+
.highlight .gi { color: #85cc95; } /* Generic.Inserted & Diff Inserted */
|
66
|
+
|
67
|
+
.highlight { color: #ced2d6; }
|
66
68
|
|
67
69
|
pre.highlight {
|
68
70
|
position: relative;
|
@@ -84,7 +86,7 @@ pre.highlight > button {
|
|
84
86
|
left: 99%;
|
85
87
|
font-size: var(--font-size-xxs);
|
86
88
|
border: none;
|
87
|
-
background-color: #
|
89
|
+
background-color: #141414;
|
88
90
|
}
|
89
91
|
|
90
92
|
pre.highlight:hover > button {
|
@@ -96,4 +98,4 @@ pre.highlight:hover > button {
|
|
96
98
|
pre.highlight > button:active,
|
97
99
|
pre.highlight > button:focus {
|
98
100
|
opacity: 1;
|
99
|
-
}
|
101
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: summoner-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rory Dudley
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
88
|
+
rubygems_version: 3.7.1
|
89
89
|
specification_version: 4
|
90
90
|
summary: My custom jekyll theme for https://summoning.net/.
|
91
91
|
test_files: []
|