Skip to content

Commit e0513c5

Browse files
committed
style: revert variable.parameter syntax color.
1 parent 5b1e925 commit e0513c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
801801
"font_weight": null
802802
},
803803
"variable.parameter": {
804-
"color": primer.orange[6],
804+
"color": null,
805805
"background_color": null,
806806
"font_style": null,
807807
"font_weight": null

themes/github-classic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
"font_weight": null
785785
},
786786
"variable.parameter": {
787-
"color": "#e36209",
787+
"color": null,
788788
"background_color": null,
789789
"font_style": null,
790790
"font_weight": null
@@ -1585,7 +1585,7 @@
15851585
"font_weight": null
15861586
},
15871587
"variable.parameter": {
1588-
"color": "#ffab70",
1588+
"color": null,
15891589
"background_color": null,
15901590
"font_style": null,
15911591
"font_weight": null

0 commit comments

Comments
 (0)