Skip to content

Commit 40772d5

Browse files
committed
update constructor colors and default theme names
1 parent 020b28a commit 40772d5

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/generate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ const writeData = {
66
"name": "Github Theme",
77
"author": "Pyae Sone Aung",
88
"themes": [
9-
getTheme({ themeKey: 'light', name: "Github Light Default", type: 'light' }),
9+
getTheme({ themeKey: 'light', name: "Github Light", type: 'light' }),
1010
getTheme({ themeKey: 'light_colorblind', name: "Github Light Colorblind", type: 'light' }),
1111
getTheme({ themeKey: 'light_high_contrast', name: "Github Light High Contrast", type: 'light' }),
1212
getTheme({ themeKey: 'light_tritanopia', name: "Github Light Tritanopia", type: 'light' }),
13-
getTheme({ themeKey: 'dark', name: "Github Dark Default", type: 'dark' }),
13+
getTheme({ themeKey: 'dark', name: "Github Dark", type: 'dark' }),
1414
getTheme({ themeKey: 'dark_colorblind', name: "Github Dark Colorblind", type: 'dark' }),
1515
getTheme({ themeKey: 'dark_high_contrast', name: "Github Dark High Contrast", type: 'dark' }),
1616
getTheme({ themeKey: 'dark_tritanopia', name: "Github Dark Tritanopia", type: 'dark' }),

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function getTheme({ themeKey, name, type }) {
226226
"font_weight": null
227227
},
228228
"constructor": {
229-
"color": lightDark("base/color/orange/6", "base/color/orange/2"),
229+
"color": lightDark("base/color/blue/6", "base/color/blue/2"),
230230
"font_style": null,
231231
"font_weight": null
232232
},

themes/github_theme.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
88
"appearance": "light",
9-
"name": "Github Light Default",
9+
"name": "Github Light",
1010
"style": {
1111
"background": "#ffffffff",
1212
"border": "#d1d9e0ff",
@@ -193,7 +193,7 @@
193193
"font_weight": null
194194
},
195195
"constructor": {
196-
"color": "#953800ff",
196+
"color": "#0550aeff",
197197
"font_style": null,
198198
"font_weight": null
199199
},
@@ -565,7 +565,7 @@
565565
"font_weight": null
566566
},
567567
"constructor": {
568-
"color": "#953800ff",
568+
"color": "#0550aeff",
569569
"font_style": null,
570570
"font_weight": null
571571
},
@@ -937,7 +937,7 @@
937937
"font_weight": null
938938
},
939939
"constructor": {
940-
"color": "#702c00ff",
940+
"color": "#023b95ff",
941941
"font_style": null,
942942
"font_weight": null
943943
},
@@ -1309,7 +1309,7 @@
13091309
"font_weight": null
13101310
},
13111311
"constructor": {
1312-
"color": "#953800ff",
1312+
"color": "#0550aeff",
13131313
"font_style": null,
13141314
"font_weight": null
13151315
},
@@ -1494,7 +1494,7 @@
14941494
{
14951495
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
14961496
"appearance": "dark",
1497-
"name": "Github Dark Default",
1497+
"name": "Github Dark",
14981498
"style": {
14991499
"background": "#0d1117ff",
15001500
"border": "#3d444dff",
@@ -1681,7 +1681,7 @@
16811681
"font_weight": null
16821682
},
16831683
"constructor": {
1684-
"color": "#ffa657ff",
1684+
"color": "#79c0ffff",
16851685
"font_style": null,
16861686
"font_weight": null
16871687
},
@@ -2053,7 +2053,7 @@
20532053
"font_weight": null
20542054
},
20552055
"constructor": {
2056-
"color": "#ffa657ff",
2056+
"color": "#79c0ffff",
20572057
"font_style": null,
20582058
"font_weight": null
20592059
},
@@ -2425,7 +2425,7 @@
24252425
"font_weight": null
24262426
},
24272427
"constructor": {
2428-
"color": "#ffb757ff",
2428+
"color": "#91cbffff",
24292429
"font_style": null,
24302430
"font_weight": null
24312431
},
@@ -2797,7 +2797,7 @@
27972797
"font_weight": null
27982798
},
27992799
"constructor": {
2800-
"color": "#ffa657ff",
2800+
"color": "#79c0ffff",
28012801
"font_style": null,
28022802
"font_weight": null
28032803
},
@@ -3169,7 +3169,7 @@
31693169
"font_weight": null
31703170
},
31713171
"constructor": {
3172-
"color": "#f69d50ff",
3172+
"color": "#6cb6ffff",
31733173
"font_style": null,
31743174
"font_weight": null
31753175
},

0 commit comments

Comments
 (0)