feat: adhere to new style-guide (#2)

main
Hamothy 2023-04-25 22:47:10 +01:00 committed by GitHub
parent 0be3601c50
commit 37098f22ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -6,19 +6,19 @@
}
/* Comment */
.chroma .c {
color: $surface2;
color: $overlay0;
}
/* CommentSingle */
.chroma .c1 {
color: $surface2;
color: $overlay0;
}
/* CommentHashbang */
.chroma .ch {
color: $surface2;
color: $overlay0;
}
/* CommentMultiline */
.chroma .cm {
color: $surface2;
color: $overlay0;
}
/* CommentPreproc */
.chroma .cp {
@ -30,7 +30,7 @@
}
/* CommentSpecial */
.chroma .cs {
color: $surface2;
color: $overlay0;
}
/* LiteralStringDelimiter */
.chroma .dl {
@ -177,7 +177,7 @@
}
/* NameFunction */
.chroma .nf {
color: $sky;
color: $blue;
}
/* NameEntity */
.chroma .ni {
@ -218,7 +218,7 @@
}
/* Punctuation */
.chroma .p {
color: $text;
color: $overlay2;
}
/* NameProperty */
.chroma .py {