Skip to content

Commit a200228

Browse files
committed
style: add constant.builtin syntax color.
1 parent 8ce9974 commit a200228

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
309309
"font_weight": null
310310
},
311311
"constant.builtin": {
312-
"color": null,
312+
"color": primer.blue[6],
313313
"background_color": null,
314314
"font_style": null,
315315
"font_weight": null

themes/github-classic.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
],
215215
"syntax": {
216216
"attribute": {
217-
"color": null,
217+
"color": "#000",
218218
"background_color": null,
219219
"font_style": null,
220220
"font_weight": null
@@ -232,7 +232,7 @@
232232
"font_weight": null
233233
},
234234
"character.special": {
235-
"color": null,
235+
"color": "null",
236236
"background_color": null,
237237
"font_style": null,
238238
"font_weight": null
@@ -292,7 +292,7 @@
292292
"font_weight": null
293293
},
294294
"constant.builtin": {
295-
"color": null,
295+
"color": "#005cc5",
296296
"background_color": null,
297297
"font_style": null,
298298
"font_weight": null
@@ -1015,7 +1015,7 @@
10151015
],
10161016
"syntax": {
10171017
"attribute": {
1018-
"color": null,
1018+
"color": "#000",
10191019
"background_color": null,
10201020
"font_style": null,
10211021
"font_weight": null
@@ -1033,7 +1033,7 @@
10331033
"font_weight": null
10341034
},
10351035
"character.special": {
1036-
"color": null,
1036+
"color": "null",
10371037
"background_color": null,
10381038
"font_style": null,
10391039
"font_weight": null
@@ -1093,7 +1093,7 @@
10931093
"font_weight": null
10941094
},
10951095
"constant.builtin": {
1096-
"color": null,
1096+
"color": "#79b8ff",
10971097
"background_color": null,
10981098
"font_style": null,
10991099
"font_weight": null

0 commit comments

Comments
 (0)