another-theme 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +22 -0
  3. data/README.md +1 -0
  4. data/_includes/analytics.html +12 -0
  5. data/_includes/dark-mode.html +8 -0
  6. data/_includes/head.html +10 -0
  7. data/_includes/last-posts.html +12 -0
  8. data/_includes/menu.html +10 -0
  9. data/_includes/projects.html +12 -0
  10. data/_layouts/compress.html +2 -0
  11. data/_layouts/default.html +20 -0
  12. data/_layouts/home.html +9 -0
  13. data/_layouts/page.html +11 -0
  14. data/_layouts/post.html +12 -0
  15. data/_sass/another/_base.scss +93 -0
  16. data/_sass/another/_code.scss +78 -0
  17. data/_sass/another/_feed.scss +57 -0
  18. data/_sass/another/_font-face.scss +285 -0
  19. data/_sass/another/_layout.scss +66 -0
  20. data/_sass/another/_menu.scss +30 -0
  21. data/_sass/another/_pagination.scss +54 -0
  22. data/_sass/another/_posts.scss +60 -0
  23. data/_sass/another/_search.scss +223 -0
  24. data/_sass/another/_syntax.scss +65 -0
  25. data/_sass/another/_type.scss +157 -0
  26. data/_sass/another/_utilities.scss +15 -0
  27. data/_sass/another/_variables.scss +105 -0
  28. data/_sass/another.scss +13 -0
  29. data/assets/css/main.scss +5 -0
  30. data/assets/font-files/IBM-Plex/IBMPlexMono-Bold.woff +0 -0
  31. data/assets/font-files/IBM-Plex/IBMPlexMono-Bold.woff2 +0 -0
  32. data/assets/font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff +0 -0
  33. data/assets/font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff2 +0 -0
  34. data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff +0 -0
  35. data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff2 +0 -0
  36. data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff +0 -0
  37. data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff2 +0 -0
  38. data/assets/font-files/IBM-Plex/IBMPlexMono-Italic.woff +0 -0
  39. data/assets/font-files/IBM-Plex/IBMPlexMono-Italic.woff2 +0 -0
  40. data/assets/font-files/IBM-Plex/IBMPlexMono-Light.woff +0 -0
  41. data/assets/font-files/IBM-Plex/IBMPlexMono-Light.woff2 +0 -0
  42. data/assets/font-files/IBM-Plex/IBMPlexMono-LightItalic.woff +0 -0
  43. data/assets/font-files/IBM-Plex/IBMPlexMono-LightItalic.woff2 +0 -0
  44. data/assets/font-files/IBM-Plex/IBMPlexMono-Medium.woff +0 -0
  45. data/assets/font-files/IBM-Plex/IBMPlexMono-Medium.woff2 +0 -0
  46. data/assets/font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff +0 -0
  47. data/assets/font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff2 +0 -0
  48. data/assets/font-files/IBM-Plex/IBMPlexMono-Regular.woff +0 -0
  49. data/assets/font-files/IBM-Plex/IBMPlexMono-Regular.woff2 +0 -0
  50. data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBold.woff +0 -0
  51. data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBold.woff2 +0 -0
  52. data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff +0 -0
  53. data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff2 +0 -0
  54. data/assets/font-files/IBM-Plex/IBMPlexMono-Text.woff +0 -0
  55. data/assets/font-files/IBM-Plex/IBMPlexMono-Text.woff2 +0 -0
  56. data/assets/font-files/IBM-Plex/IBMPlexMono-TextItalic.woff +0 -0
  57. data/assets/font-files/IBM-Plex/IBMPlexMono-TextItalic.woff2 +0 -0
  58. data/assets/font-files/IBM-Plex/IBMPlexMono-Thin.woff +0 -0
  59. data/assets/font-files/IBM-Plex/IBMPlexMono-Thin.woff2 +0 -0
  60. data/assets/font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff +0 -0
  61. data/assets/font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff2 +0 -0
  62. data/assets/font-files/IBM-Plex/license.txt +92 -0
  63. data/assets/font-files/Inter/Inter-Black.woff +0 -0
  64. data/assets/font-files/Inter/Inter-Black.woff2 +0 -0
  65. data/assets/font-files/Inter/Inter-BlackItalic.woff +0 -0
  66. data/assets/font-files/Inter/Inter-BlackItalic.woff2 +0 -0
  67. data/assets/font-files/Inter/Inter-Bold.woff +0 -0
  68. data/assets/font-files/Inter/Inter-Bold.woff2 +0 -0
  69. data/assets/font-files/Inter/Inter-BoldItalic.woff +0 -0
  70. data/assets/font-files/Inter/Inter-BoldItalic.woff2 +0 -0
  71. data/assets/font-files/Inter/Inter-ExtraBold.woff +0 -0
  72. data/assets/font-files/Inter/Inter-ExtraBold.woff2 +0 -0
  73. data/assets/font-files/Inter/Inter-ExtraBoldItalic.woff +0 -0
  74. data/assets/font-files/Inter/Inter-ExtraBoldItalic.woff2 +0 -0
  75. data/assets/font-files/Inter/Inter-ExtraLight-BETA.woff +0 -0
  76. data/assets/font-files/Inter/Inter-ExtraLight-BETA.woff2 +0 -0
  77. data/assets/font-files/Inter/Inter-ExtraLightItalic-BETA.woff +0 -0
  78. data/assets/font-files/Inter/Inter-ExtraLightItalic-BETA.woff2 +0 -0
  79. data/assets/font-files/Inter/Inter-Italic.woff +0 -0
  80. data/assets/font-files/Inter/Inter-Italic.woff2 +0 -0
  81. data/assets/font-files/Inter/Inter-Light-BETA.woff +0 -0
  82. data/assets/font-files/Inter/Inter-Light-BETA.woff2 +0 -0
  83. data/assets/font-files/Inter/Inter-LightItalic-BETA.woff +0 -0
  84. data/assets/font-files/Inter/Inter-LightItalic-BETA.woff2 +0 -0
  85. data/assets/font-files/Inter/Inter-Medium.woff +0 -0
  86. data/assets/font-files/Inter/Inter-Medium.woff2 +0 -0
  87. data/assets/font-files/Inter/Inter-MediumItalic.woff +0 -0
  88. data/assets/font-files/Inter/Inter-MediumItalic.woff2 +0 -0
  89. data/assets/font-files/Inter/Inter-Regular.woff +0 -0
  90. data/assets/font-files/Inter/Inter-Regular.woff2 +0 -0
  91. data/assets/font-files/Inter/Inter-SemiBold.woff +0 -0
  92. data/assets/font-files/Inter/Inter-SemiBold.woff2 +0 -0
  93. data/assets/font-files/Inter/Inter-SemiBoldItalic.woff +0 -0
  94. data/assets/font-files/Inter/Inter-SemiBoldItalic.woff2 +0 -0
  95. data/assets/font-files/Inter/Inter-Thin-BETA.woff +0 -0
  96. data/assets/font-files/Inter/Inter-Thin-BETA.woff2 +0 -0
  97. data/assets/font-files/Inter/Inter-ThinItalic-BETA.woff +0 -0
  98. data/assets/font-files/Inter/Inter-ThinItalic-BETA.woff2 +0 -0
  99. data/assets/font-files/Inter/Inter-italic.var.woff2 +0 -0
  100. data/assets/font-files/Inter/Inter-upright.var.woff2 +0 -0
  101. data/assets/font-files/Inter/Inter.var.woff2 +0 -0
  102. data/assets/font-files/Inter/inter.css +171 -0
  103. data/assets/img/icons/dark.svg +1 -0
  104. data/assets/img/icons/light.svg +1 -0
  105. data/assets/js/main.js +13 -0
  106. metadata +246 -0
@@ -0,0 +1,66 @@
1
+ // Layout
2
+ //
3
+ // Styles for managing the structural hierarchy of the site.
4
+
5
+ .content {
6
+ width: 100%;
7
+
8
+ @media (min-width: $large-breakpoint) {
9
+ width: 70%;
10
+ }
11
+ }
12
+
13
+ .container {
14
+ max-width: 100%;
15
+ padding: 6rem 0;
16
+ padding-left: 1rem;
17
+ padding-right: 1rem;
18
+ margin-left: 0;
19
+
20
+ @media (min-width: $medium-breakpoint) {
21
+ padding: 9rem 0;
22
+ max-width: 70%;
23
+ margin: auto;
24
+
25
+ &.fluid {
26
+ max-width: 80% !important;
27
+ }
28
+ }
29
+ }
30
+
31
+ #light,
32
+ #dark {
33
+ display: block;
34
+ position: absolute;
35
+ cursor: pointer;
36
+ border-bottom: none;
37
+ margin: 2rem 1rem;
38
+ right: 0;
39
+
40
+ svg {
41
+ width: 1.333rem;
42
+ height: 1.333rem;
43
+ }
44
+
45
+ &:hover {
46
+ color: inherit;
47
+ }
48
+
49
+ @media (min-width: $medium-breakpoint) {
50
+ margin: 2rem;
51
+ }
52
+ }
53
+
54
+ #light {
55
+ display: none;
56
+ }
57
+
58
+ [data-theme="dark"] {
59
+ #light {
60
+ display: block;
61
+ }
62
+
63
+ #dark {
64
+ display: none;
65
+ }
66
+ }
@@ -0,0 +1,30 @@
1
+ .nav-menu {
2
+ position: absolute;
3
+ margin: 2rem 1rem;
4
+
5
+ @media (min-width: $medium-breakpoint) {
6
+ margin: 2rem;
7
+ }
8
+
9
+ ul {
10
+ li {
11
+ display: inline;
12
+ list-style: none;
13
+ padding: 0.35rem;
14
+
15
+ a{
16
+ border-bottom: 0;
17
+ font-family: $code-font-family;
18
+ font-weight: 450;
19
+ font-size: 0.85rem;
20
+ text-transform: lowercase;
21
+
22
+ }
23
+
24
+ &:first-child::before {
25
+ content: "~/";
26
+ padding-left: 0;
27
+ }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,54 @@
1
+ // Pagination
2
+ //
3
+ // Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
4
+ // there are no more previous or next posts to show.
5
+
6
+ .pagination {
7
+ overflow: hidden; // clearfix
8
+ text-align: center;
9
+ }
10
+
11
+ // Pagination items can be `span`s or `a`s
12
+ .pagination-item {
13
+ display: block;
14
+ padding: 1rem;
15
+ border: solid #eee;
16
+ border-width: 1px 0;
17
+ color: $dark-2;
18
+
19
+ &:first-child {
20
+ margin-bottom: -1px;
21
+ }
22
+ }
23
+
24
+ span.pagination-item{
25
+ color: $dark-1;
26
+ }
27
+ // Only provide a hover state for linked pagination items
28
+ a.pagination-item:hover {
29
+ background-color: #f5f5f5;
30
+ border-bottom: 0;
31
+ }
32
+
33
+ @media (min-width: 30em) {
34
+ .pagination {
35
+ margin: 3rem 0;
36
+ }
37
+
38
+ .pagination-item {
39
+ float: left;
40
+ width: 50%;
41
+ border-width: 1px;
42
+
43
+ &:first-child {
44
+ margin-bottom: 0;
45
+ border-top-left-radius: 4px;
46
+ border-bottom-left-radius: 4px;
47
+ }
48
+ &:last-child {
49
+ margin-left: -1px;
50
+ border-top-right-radius: 4px;
51
+ border-bottom-right-radius: 4px;
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,60 @@
1
+ // Posts and pages
2
+ //
3
+ // Each post is wrapped in `.post` and is used on default and post layouts. Each
4
+ // page is wrapped in `.page` and is only used on the page layout.
5
+ .post {
6
+ margin: 2em 0 4em;
7
+
8
+ ul{
9
+ padding-left: 2rem;
10
+ }
11
+
12
+ li + li {
13
+ margin-top: .25rem;
14
+ }
15
+
16
+ p{
17
+ text-align: left;
18
+ }
19
+
20
+ header{
21
+
22
+ h1{
23
+ padding: 0;
24
+ margin: 2.5rem 0 1rem;
25
+ }
26
+
27
+ .info{
28
+ display: flex;
29
+ justify-content: space-between;
30
+ }
31
+
32
+ .min-head{
33
+ font-weight: 500;
34
+ }
35
+
36
+ }
37
+
38
+ .image{
39
+ text-align: center;
40
+ margin: 1.2rem 0;
41
+
42
+ img{
43
+ margin: .9rem 0;
44
+ }
45
+
46
+ figcaption{
47
+ color: var(--primary-color);
48
+ font-size: .95rem;
49
+ }
50
+
51
+ }
52
+
53
+ }
54
+
55
+ // Related posts
56
+ .container.related {
57
+ max-width: 50rem;
58
+ padding: 0;
59
+ margin-bottom: 2rem;
60
+ }
@@ -0,0 +1,223 @@
1
+ .ais-search-box {
2
+ max-width: 100%;
3
+ margin-bottom: 15px;
4
+ }
5
+
6
+ .ais-search-box {
7
+ display: inline-block;
8
+ position: relative;
9
+ height: 46px;
10
+ white-space: nowrap;
11
+ font-size: 14px;
12
+ }
13
+
14
+ .ais-search-box {
15
+ position: relative;
16
+ max-width: 300px;
17
+ width: 100%;
18
+ }
19
+
20
+ .ais-search-box--input {
21
+ -webkit-appearance: none;
22
+ -moz-appearance: none;
23
+ appearance: none;
24
+ font: inherit;
25
+ background: #fff;
26
+ display: inline-block;
27
+ border: 1px solid #d4d8e3;
28
+ border-radius: 4px;
29
+ -webkit-box-shadow: 0 1px 1px 0 rgba(85,95,110,.2);
30
+ box-shadow: 0 1px 1px 0 rgba(85,95,110,.2);
31
+ -webkit-transition: background .4s ease,-webkit-box-shadow .4s ease;
32
+ transition: box-shadow .4s ease,background .4s ease;
33
+ transition: box-shadow .4s ease,background .4s ease,-webkit-box-shadow .4s ease;
34
+ padding: 10px 10px 10px 35px;
35
+ vertical-align: middle;
36
+ white-space: normal;
37
+ height: 100%;
38
+ width: 100%;
39
+ }
40
+
41
+ .ais-search-box {
42
+ white-space: nowrap;
43
+ font-size: 14px;
44
+ }
45
+
46
+ .ais-search-box--loading-indicator-wrapper, .ais-search-box--magnifier {
47
+ fill: #bfc7d8;
48
+ left: 12px;
49
+ top: calc(50% - 18px/2);
50
+ }
51
+
52
+ .ais-search-box--loading-indicator-wrapper, .ais-search-box--magnifier, .ais-search-box--reset {
53
+ background: 0 0;
54
+ position: absolute;
55
+ -webkit-user-select: none;
56
+ -moz-user-select: none;
57
+ -ms-user-select: none;
58
+ user-select: none;
59
+ }
60
+
61
+ .ais-search-box {
62
+ white-space: nowrap;
63
+ font-size: 14px;
64
+ }
65
+
66
+ .ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
67
+ height: 18px;
68
+ width: 18px;
69
+ }
70
+
71
+ .ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
72
+ vertical-align: middle;
73
+ height: 14px;
74
+ width: 14px;
75
+ }
76
+
77
+ .ais-search-box--magnifier svg {
78
+
79
+ display: block;
80
+ }
81
+
82
+ .ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
83
+ height: 18px;
84
+ width: 18px;
85
+ }
86
+
87
+ .ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
88
+ vertical-align: middle;
89
+ height: 14px;
90
+ width: 14px;
91
+ }
92
+
93
+ .ais-search-box--magnifier svg {
94
+ display: block;
95
+ }
96
+
97
+ [class^="ais-"], [class^="ais-"] > *, [class^="ais-"] > ::after, [class^="ais-"] > ::before {
98
+ -webkit-box-sizing: border-box;
99
+ box-sizing: border-box;
100
+ }
101
+
102
+ * {
103
+ -webkit-box-sizing: border-box;
104
+ -moz-box-sizing: border-box;
105
+ box-sizing: border-box;
106
+ }
107
+
108
+ .ais-search-box--loading-indicator-wrapper, .ais-search-box--magnifier {
109
+ fill: #bfc7d8;
110
+ }
111
+
112
+ .ais-search-box {
113
+ white-space: nowrap;
114
+ font-size: 14px;
115
+ }
116
+
117
+ #pagination{
118
+ text-align: center;
119
+ padding: 2rem 0;
120
+ }
121
+
122
+ .ais-pagination {
123
+ display: inline-block;
124
+ width: auto;
125
+ }
126
+
127
+ .ais-pagination--item__disabled {
128
+ color: #bbb;
129
+ opacity: .5;
130
+ pointer-events: none;
131
+ visibility: visible;
132
+ }
133
+
134
+ .ais-pagination--item {
135
+ border-radius: 4px;
136
+ font-size: 16px;
137
+ text-align: center;
138
+ width: 28px;
139
+ }
140
+
141
+ .ais-pagination--item {
142
+ display: inline-block;
143
+ padding: 3px;
144
+ }
145
+
146
+ .ais-pagination--link {
147
+ color: #697782;
148
+ display: block;
149
+ border: 0;
150
+ text-decoration: none;
151
+ width: 100%;
152
+ }
153
+
154
+ .ais-pagination--item__disabled {
155
+ color: #bbb;
156
+ pointer-events: none;
157
+ visibility: visible;
158
+ }
159
+
160
+ .ais-pagination--item {
161
+ font-size: 14px;
162
+ text-align: center;
163
+ }
164
+
165
+ .ais-pagination--item__disabled {
166
+ color: #bbb;
167
+ opacity: .5;
168
+ pointer-events: none;
169
+ visibility: visible;
170
+ }
171
+
172
+ .ais-pagination--item {
173
+ font-size: 14px;
174
+ text-align: center;
175
+ width: 28px;
176
+ }
177
+
178
+ .ais-pagination--item {
179
+ display: inline-block;
180
+ padding: 3px;
181
+ }
182
+
183
+ .ais-pagination--item__active {
184
+ background: $body-bg-alter;
185
+ }
186
+
187
+ .ais-search-box--reset {
188
+ cursor: pointer;
189
+ top: 5px;
190
+ right: 5px;
191
+ margin: 0;
192
+ border: 0;
193
+ padding: 0;
194
+ }
195
+
196
+ .ais-search-box--reset {
197
+ fill: #bfc7d8;
198
+ top: calc(50% - 12px/2);
199
+ right: 13px;
200
+ }
201
+
202
+ .ais-search-box--reset {
203
+ background: 0 0;
204
+ position: absolute;
205
+ -webkit-user-select: none;
206
+ -moz-user-select: none;
207
+ -ms-user-select: none;
208
+ user-select: none;
209
+ }
210
+
211
+ .ais-search-box--reset svg {
212
+ display: block;
213
+ width: 12px;
214
+ height: 12px;
215
+ }
216
+
217
+ .ais-hits--item{
218
+ border-bottom: 1px solid rgba(0,0,0,.1);
219
+
220
+ &:last-child{
221
+ border-bottom: 0;
222
+ }
223
+ }
@@ -0,0 +1,65 @@
1
+ .highlight pre { background-color: #272822; }
2
+ .highlight .hll { background-color: #272822; }
3
+ .highlight .c { color: #75715e } /* Comment */
4
+ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
5
+ .highlight .k { color: #66d9ef } /* Keyword */
6
+ .highlight .l { color: #ae81ff } /* Literal */
7
+ .highlight .n { color: #f8f8f2 } /* Name */
8
+ .highlight .o { color: #f92672 } /* Operator */
9
+ .highlight .p { color: #f8f8f2 } /* Punctuation */
10
+ .highlight .cm { color: #75715e } /* Comment.Multiline */
11
+ .highlight .cp { color: #75715e } /* Comment.Preproc */
12
+ .highlight .c1 { color: #75715e } /* Comment.Single */
13
+ .highlight .cs { color: #75715e } /* Comment.Special */
14
+ .highlight .ge { font-style: italic } /* Generic.Emph */
15
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
16
+ .highlight .kc { color: #66d9ef } /* Keyword.Constant */
17
+ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
18
+ .highlight .kn { color: #f92672 } /* Keyword.Namespace */
19
+ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
20
+ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
21
+ .highlight .kt { color: #66d9ef } /* Keyword.Type */
22
+ .highlight .ld { color: #e6db74 } /* Literal.Date */
23
+ .highlight .m { color: #ae81ff } /* Literal.Number */
24
+ .highlight .s { color: #e6db74 } /* Literal.String */
25
+ .highlight .na { color: #a6e22e } /* Name.Attribute */
26
+ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
27
+ .highlight .nc { color: #a6e22e } /* Name.Class */
28
+ .highlight .no { color: #66d9ef } /* Name.Constant */
29
+ .highlight .nd { color: #a6e22e } /* Name.Decorator */
30
+ .highlight .ni { color: #f8f8f2 } /* Name.Entity */
31
+ .highlight .ne { color: #a6e22e } /* Name.Exception */
32
+ .highlight .nf { color: #a6e22e } /* Name.Function */
33
+ .highlight .nl { color: #f8f8f2 } /* Name.Label */
34
+ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
35
+ .highlight .nx { color: #a6e22e } /* Name.Other */
36
+ .highlight .py { color: #f8f8f2 } /* Name.Property */
37
+ .highlight .nt { color: #f92672 } /* Name.Tag */
38
+ .highlight .nv { color: #f8f8f2 } /* Name.Variable */
39
+ .highlight .ow { color: #f92672 } /* Operator.Word */
40
+ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
41
+ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
42
+ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
43
+ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
44
+ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
45
+ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
46
+ .highlight .sc { color: #e6db74 } /* Literal.String.Char */
47
+ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
48
+ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
49
+ .highlight .se { color: #ae81ff } /* Literal.String.Escape */
50
+ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
51
+ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
52
+ .highlight .sx { color: #e6db74 } /* Literal.String.Other */
53
+ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
54
+ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
55
+ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
56
+ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
57
+ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
58
+ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
59
+ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
60
+ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
61
+
62
+ .highlight .gh { } /* Generic Heading & Diff Header */
63
+ .highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
64
+ .highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
65
+ .highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */