Skip to content

Commit

Permalink
feat(SyntaxHighlight): ✨ unbold some highlight to match with CodeMirror
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 23, 2023
1 parent d92fd77 commit 0931793
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions skinStyles/extensions/SyntaxHighlight_GeSHi/ext.pygments.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.k {
color: var( --color-syntax-purple );
font-weight: normal; // reset bold styles
}

.o {
Expand Down Expand Up @@ -86,14 +87,17 @@

.kc {
color: var( --color-syntax-orange );
font-weight: normal; // reset bold styles
}

.kd {
color: var( --color-syntax-purple );
font-weight: normal; // reset bold styles
}

.kn {
color: var( --color-syntax-purple );
font-weight: normal; // reset bold styles
}

.kp {
Expand All @@ -102,6 +106,7 @@

.kr {
color: var( --color-syntax-purple );
font-weight: normal; // reset bold styles
}

.kt {
Expand All @@ -126,6 +131,7 @@

.nc {
color: var( --color-syntax-yellow );
font-weight: normal; // reset bold styles
}

.no {
Expand Down Expand Up @@ -218,6 +224,7 @@

.se {
color: var( --color-base );
font-weight: normal; // reset bold styles
}

.sh {
Expand All @@ -226,6 +233,7 @@

.si {
color: var( --color-base--emphasized );
font-weight: normal; // reset bold styles
}

.sx {
Expand Down

0 comments on commit 0931793

Please sign in to comment.