Skip to content

Commit b3d5551

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_sass/minimal-mistakes/_syntax.scss

Lines changed: 12 additions & 12 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: $base00;
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,7 +157,7 @@ figure.highlight {
157157
}
158158
.kt {
159159
/* Keyword.Type */
160-
color: #7184c0;
160+
color: $base0d;
161161
}
162162
.ld {
163163
/* Literal.Date */
@@ -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 */

0 commit comments

Comments
 (0)