Skip to content

Commit 1e26dc4

Browse files
committed
💄 edit: syntax highlighting
1 parent 0935feb commit 1e26dc4

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

_sass/minimal-mistakes/_syntax.scss

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ figure.highlight {
6262
.highlight {
6363
.c {
6464
/* Comment */
65-
color: $base0a;
65+
color: $base09;
6666
}
6767
.err {
6868
/* Error */
6969
color: $base0d;
7070
}
7171
.k {
7272
/* Keyword */
73-
color: $base0d;
73+
color: mix(#fff, $base0d, 68%);
7474
}
7575
.l {
7676
/* Literal */
@@ -82,19 +82,19 @@ figure.highlight {
8282
}
8383
.o {
8484
/* Operator */
85-
color: #7184c0;
85+
color: $base00;
8686
}
8787
.p {
8888
/* Punctuation */
89-
color: #706a6a;
89+
color: $base00;
9090
}
9191
.cm {
9292
/* Comment.Multiline */
9393
color: $base0a;
9494
}
9595
.cp {
9696
/* Comment.Preproc */
97-
color: #bd2621;
97+
color: $base09;
9898
}
9999
.c1 {
100100
/* Comment.Single */
@@ -132,7 +132,7 @@ figure.highlight {
132132
}
133133
.gu {
134134
/* Generic.Subheading */
135-
color: #7184c0;
135+
color: $base08;
136136
font-weight: bold;
137137
}
138138
.kc {
@@ -141,11 +141,11 @@ figure.highlight {
141141
}
142142
.kd {
143143
/* Keyword.Declaration */
144-
color: #7184c0;
144+
color: $base0d;
145145
}
146146
.kn {
147147
/* Keyword.Namespace */
148-
color: #7184c0;
148+
color: $base09;
149149
}
150150
.kp {
151151
/* Keyword.Pseudo */
@@ -157,19 +157,19 @@ figure.highlight {
157157
}
158158
.kt {
159159
/* Keyword.Type */
160-
color: #7184c0;
160+
color: $base0d;
161161
}
162162
.ld {
163163
/* Literal.Date */
164164
color: $base0b;
165165
}
166166
.m {
167167
/* Literal.Number */
168-
color: $base09;
168+
color: $base08;
169169
}
170170
.s {
171171
/* Literal.String */
172-
color: $base09;
172+
color: $base0e;
173173
}
174174
.na {
175175
/* Name.Attribute */
@@ -181,15 +181,15 @@ figure.highlight {
181181
}
182182
.nc {
183183
/* Name.Class */
184-
color: #7184c0;
184+
color: mix(#fff, $base0d, 40%);
185185
}
186186
.no {
187187
/* Name.Constant */
188188
color: $base0d;
189189
}
190190
.nd {
191191
/* Name.Decorator */
192-
color: #7184c0;
192+
color: $base0d;
193193
}
194194
.ni {
195195
/* Name.Entity */
@@ -201,7 +201,7 @@ figure.highlight {
201201
}
202202
.nf {
203203
/* Name.Function */
204-
color: #7184c0 $base0d;
204+
color: $base0c;
205205
}
206206
.nl {
207207
/* Name.Label */
@@ -221,83 +221,83 @@ figure.highlight {
221221
}
222222
.nt {
223223
/* Name.Tag */
224-
color: #7184c0;
224+
color: mix($base03, $base0f, 20%);
225225
}
226226
.nv {
227227
/* Name.Variable */
228-
color: $base03;
228+
color: mix(#ffffff, $base09, 20%);
229229
}
230230
.ow {
231231
/* Operator.Word */
232-
color: #7184c0;
232+
color: mix($base03, $base0f, 20%);
233233
}
234234
.w {
235235
/* Text.Whitespace */
236-
color: $base09;
236+
color: $base08;
237237
}
238238
.mf {
239239
/* Literal.Number.Float */
240-
color: $base09;
240+
color: $base08;
241241
}
242242
.mh {
243243
/* Literal.Number.Hex */
244-
color: $base09;
244+
color: $base08;
245245
}
246246
.mi {
247247
/* Literal.Number.Integer */
248-
color: $base09;
248+
color: $base08;
249249
}
250250
.mo {
251251
/* Literal.Number.Oct */
252-
color: $base09;
252+
color: $base08;
253253
}
254254
.sb {
255255
/* Literal.String.Backtick */
256-
color: $base09;
256+
color: $base08;
257257
}
258258
.sc {
259259
/* Literal.String.Char */
260-
color: $base09;
260+
color: $base08;
261261
}
262262
.sd {
263263
/* Literal.String.Doc */
264264
color: $base04;
265265
}
266266
.s2 {
267267
/* Literal.String.Double */
268-
color: $base09;
268+
color: $base08;
269269
}
270270
.se {
271271
/* Literal.String.Escape */
272-
color: $base09;
272+
color: $base08;
273273
}
274274
.sh {
275275
/* Literal.String.Heredoc */
276-
color: $base09;
276+
color: $base08;
277277
}
278278
.si {
279279
/* Literal.String.Interpol */
280-
color: $base09;
280+
color: $base08;
281281
}
282282
.sx {
283283
/* Literal.String.Other */
284-
color: $base09;
284+
color: $base08;
285285
}
286286
.sr {
287287
/* Literal.String.Regex */
288-
color: $base09;
288+
color: $base08;
289289
}
290290
.s1 {
291291
/* Literal.String.Single */
292-
color: $base09;
292+
color: $base08;
293293
}
294294
.ss {
295295
/* Literal.String.Symbol */
296-
color: $base09;
296+
color: $base08;
297297
}
298298
.bp {
299299
/* Name.Builtin.Pseudo */
300-
color: $base09;
300+
color: $base08;
301301
}
302302
.vc {
303303
/* Name.Variable.Class */
@@ -309,7 +309,7 @@ figure.highlight {
309309
}
310310
.vi {
311311
/* Name.Variable.Instance */
312-
color: $base03;
312+
color: mix(#ffffff, $base09, 50%);
313313
}
314314
.il {
315315
/* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)