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