Skip to content

Commit 5b1e925

Browse files
committed
style: update variable.special and variant syntax color.
1 parent 439c38e commit 5b1e925

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,13 +807,13 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
807807
"font_weight": null
808808
},
809809
"variable.special": {
810-
"color": primer.blue[6],
810+
"color": null,
811811
"background_color": null,
812812
"font_style": null,
813813
"font_weight": null
814814
},
815815
"variant": {
816-
"color": primer.blue[6],
816+
"color": null,
817817
"background_color": null,
818818
"font_style": null,
819819
"font_weight": null

themes/github-classic.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
"font_weight": null
755755
},
756756
"type.interface": {
757-
"color": "#6f42c1",
757+
"color": null,
758758
"background_color": null,
759759
"font_style": null,
760760
"font_weight": null
@@ -790,13 +790,13 @@
790790
"font_weight": null
791791
},
792792
"variable.special": {
793-
"color": "#005cc5",
793+
"color": null,
794794
"background_color": null,
795795
"font_style": null,
796796
"font_weight": null
797797
},
798798
"variant": {
799-
"color": "#005cc5",
799+
"color": null,
800800
"background_color": null,
801801
"font_style": null,
802802
"font_weight": null
@@ -1555,7 +1555,7 @@
15551555
"font_weight": null
15561556
},
15571557
"type.interface": {
1558-
"color": "#b392f0",
1558+
"color": null,
15591559
"background_color": null,
15601560
"font_style": null,
15611561
"font_weight": null
@@ -1591,13 +1591,13 @@
15911591
"font_weight": null
15921592
},
15931593
"variable.special": {
1594-
"color": "#79b8ff",
1594+
"color": null,
15951595
"background_color": null,
15961596
"font_style": null,
15971597
"font_weight": null
15981598
},
15991599
"variant": {
1600-
"color": "#79b8ff",
1600+
"color": null,
16011601
"background_color": null,
16021602
"font_style": null,
16031603
"font_weight": null

0 commit comments

Comments
 (0)