Skip to content

Commit

Permalink
💄 edit: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jooncco committed Sep 11, 2022
1 parent 0935feb commit 1e26dc4
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions _sass/minimal-mistakes/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ figure.highlight {
.highlight {
.c {
/* Comment */
color: $base0a;
color: $base09;
}
.err {
/* Error */
color: $base0d;
}
.k {
/* Keyword */
color: $base0d;
color: mix(#fff, $base0d, 68%);
}
.l {
/* Literal */
Expand All @@ -82,19 +82,19 @@ figure.highlight {
}
.o {
/* Operator */
color: #7184c0;
color: $base00;
}
.p {
/* Punctuation */
color: #706a6a;
color: $base00;
}
.cm {
/* Comment.Multiline */
color: $base0a;
}
.cp {
/* Comment.Preproc */
color: #bd2621;
color: $base09;
}
.c1 {
/* Comment.Single */
Expand Down Expand Up @@ -132,7 +132,7 @@ figure.highlight {
}
.gu {
/* Generic.Subheading */
color: #7184c0;
color: $base08;
font-weight: bold;
}
.kc {
Expand All @@ -141,11 +141,11 @@ figure.highlight {
}
.kd {
/* Keyword.Declaration */
color: #7184c0;
color: $base0d;
}
.kn {
/* Keyword.Namespace */
color: #7184c0;
color: $base09;
}
.kp {
/* Keyword.Pseudo */
Expand All @@ -157,19 +157,19 @@ figure.highlight {
}
.kt {
/* Keyword.Type */
color: #7184c0;
color: $base0d;
}
.ld {
/* Literal.Date */
color: $base0b;
}
.m {
/* Literal.Number */
color: $base09;
color: $base08;
}
.s {
/* Literal.String */
color: $base09;
color: $base0e;
}
.na {
/* Name.Attribute */
Expand All @@ -181,15 +181,15 @@ figure.highlight {
}
.nc {
/* Name.Class */
color: #7184c0;
color: mix(#fff, $base0d, 40%);
}
.no {
/* Name.Constant */
color: $base0d;
}
.nd {
/* Name.Decorator */
color: #7184c0;
color: $base0d;
}
.ni {
/* Name.Entity */
Expand All @@ -201,7 +201,7 @@ figure.highlight {
}
.nf {
/* Name.Function */
color: #7184c0 $base0d;
color: $base0c;
}
.nl {
/* Name.Label */
Expand All @@ -221,83 +221,83 @@ figure.highlight {
}
.nt {
/* Name.Tag */
color: #7184c0;
color: mix($base03, $base0f, 20%);
}
.nv {
/* Name.Variable */
color: $base03;
color: mix(#ffffff, $base09, 20%);
}
.ow {
/* Operator.Word */
color: #7184c0;
color: mix($base03, $base0f, 20%);
}
.w {
/* Text.Whitespace */
color: $base09;
color: $base08;
}
.mf {
/* Literal.Number.Float */
color: $base09;
color: $base08;
}
.mh {
/* Literal.Number.Hex */
color: $base09;
color: $base08;
}
.mi {
/* Literal.Number.Integer */
color: $base09;
color: $base08;
}
.mo {
/* Literal.Number.Oct */
color: $base09;
color: $base08;
}
.sb {
/* Literal.String.Backtick */
color: $base09;
color: $base08;
}
.sc {
/* Literal.String.Char */
color: $base09;
color: $base08;
}
.sd {
/* Literal.String.Doc */
color: $base04;
}
.s2 {
/* Literal.String.Double */
color: $base09;
color: $base08;
}
.se {
/* Literal.String.Escape */
color: $base09;
color: $base08;
}
.sh {
/* Literal.String.Heredoc */
color: $base09;
color: $base08;
}
.si {
/* Literal.String.Interpol */
color: $base09;
color: $base08;
}
.sx {
/* Literal.String.Other */
color: $base09;
color: $base08;
}
.sr {
/* Literal.String.Regex */
color: $base09;
color: $base08;
}
.s1 {
/* Literal.String.Single */
color: $base09;
color: $base08;
}
.ss {
/* Literal.String.Symbol */
color: $base09;
color: $base08;
}
.bp {
/* Name.Builtin.Pseudo */
color: $base09;
color: $base08;
}
.vc {
/* Name.Variable.Class */
Expand All @@ -309,7 +309,7 @@ figure.highlight {
}
.vi {
/* Name.Variable.Instance */
color: $base03;
color: mix(#ffffff, $base09, 50%);
}
.il {
/* Literal.Number.Integer.Long */
Expand Down

0 comments on commit 1e26dc4

Please sign in to comment.