Skip to content

Commit 835e9d0

Browse files
committed
update variable color to default fg
1 parent 1b5eb13 commit 835e9d0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export function getTheme({ themeKey, name, type }) {
391391
"font_weight": null
392392
},
393393
"variable": {
394-
"color": lightDark("base/color/orange/6", "base/color/orange/2"),
394+
"color": tokens["fgColor/default"],
395395
"font_style": null,
396396
"font_weight": null
397397
},
@@ -408,4 +408,4 @@ export function getTheme({ themeKey, name, type }) {
408408
}
409409
}
410410
}
411-
}
411+
}

themes/github_theme.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"font_weight": null
359359
},
360360
"variable": {
361-
"color": "#953800ff",
361+
"color": "#1f2328ff",
362362
"font_style": null,
363363
"font_weight": null
364364
},
@@ -730,7 +730,7 @@
730730
"font_weight": null
731731
},
732732
"variable": {
733-
"color": "#953800ff",
733+
"color": "#1f2328ff",
734734
"font_style": null,
735735
"font_weight": null
736736
},
@@ -1102,7 +1102,7 @@
11021102
"font_weight": null
11031103
},
11041104
"variable": {
1105-
"color": "#702c00ff",
1105+
"color": "#010409ff",
11061106
"font_style": null,
11071107
"font_weight": null
11081108
},
@@ -1474,7 +1474,7 @@
14741474
"font_weight": null
14751475
},
14761476
"variable": {
1477-
"color": "#953800ff",
1477+
"color": "#1f2328ff",
14781478
"font_style": null,
14791479
"font_weight": null
14801480
},
@@ -1846,7 +1846,7 @@
18461846
"font_weight": null
18471847
},
18481848
"variable": {
1849-
"color": "#ffa657ff",
1849+
"color": "#f0f6fcff",
18501850
"font_style": null,
18511851
"font_weight": null
18521852
},
@@ -2218,7 +2218,7 @@
22182218
"font_weight": null
22192219
},
22202220
"variable": {
2221-
"color": "#ffa657ff",
2221+
"color": "#f0f6fcff",
22222222
"font_style": null,
22232223
"font_weight": null
22242224
},
@@ -2590,7 +2590,7 @@
25902590
"font_weight": null
25912591
},
25922592
"variable": {
2593-
"color": "#ffb757ff",
2593+
"color": "#ffffffff",
25942594
"font_style": null,
25952595
"font_weight": null
25962596
},
@@ -2962,7 +2962,7 @@
29622962
"font_weight": null
29632963
},
29642964
"variable": {
2965-
"color": "#ffa657ff",
2965+
"color": "#f0f6fcff",
29662966
"font_style": null,
29672967
"font_weight": null
29682968
},
@@ -3334,7 +3334,7 @@
33343334
"font_weight": null
33353335
},
33363336
"variable": {
3337-
"color": "#f69d50ff",
3337+
"color": "#d1d7e0ff",
33383338
"font_style": null,
33393339
"font_weight": null
33403340
},

0 commit comments

Comments
 (0)