Skip to content

Commit 03ce091

Browse files
authored
Correct 'Github' to 'GitHub' in theme JSON
1 parent b6af92f commit 03ce091

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

themes/github_theme.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
3-
"name": "Github Theme",
3+
"name": "GitHub Theme",
44
"author": "Pyae Sone Aung",
55
"themes": [
66
{
77
"appearance": "light",
8-
"name": "Github Light",
8+
"name": "GitHub Light",
99
"style": {
1010
"background": "#ffffffff",
1111
"border": "#d1d9e0ff",
@@ -389,7 +389,7 @@
389389
},
390390
{
391391
"appearance": "light",
392-
"name": "Github Light Colorblind",
392+
"name": "GitHub Light Colorblind",
393393
"style": {
394394
"background": "#ffffffff",
395395
"border": "#d1d9e0ff",
@@ -773,7 +773,7 @@
773773
},
774774
{
775775
"appearance": "light",
776-
"name": "Github Light High Contrast",
776+
"name": "GitHub Light High Contrast",
777777
"style": {
778778
"background": "#ffffffff",
779779
"border": "#454c54ff",
@@ -1157,7 +1157,7 @@
11571157
},
11581158
{
11591159
"appearance": "light",
1160-
"name": "Github Light Tritanopia",
1160+
"name": "GitHub Light Tritanopia",
11611161
"style": {
11621162
"background": "#ffffffff",
11631163
"border": "#d1d9e0ff",
@@ -1541,7 +1541,7 @@
15411541
},
15421542
{
15431543
"appearance": "dark",
1544-
"name": "Github Dark",
1544+
"name": "GitHub Dark",
15451545
"style": {
15461546
"background": "#0d1117ff",
15471547
"border": "#3d444dff",
@@ -1925,7 +1925,7 @@
19251925
},
19261926
{
19271927
"appearance": "dark",
1928-
"name": "Github Dark Colorblind",
1928+
"name": "GitHub Dark Colorblind",
19291929
"style": {
19301930
"background": "#0d1117ff",
19311931
"border": "#3d444dff",
@@ -2309,7 +2309,7 @@
23092309
},
23102310
{
23112311
"appearance": "dark",
2312-
"name": "Github Dark High Contrast",
2312+
"name": "GitHub Dark High Contrast",
23132313
"style": {
23142314
"background": "#010409ff",
23152315
"border": "#b7bdc8ff",
@@ -2693,7 +2693,7 @@
26932693
},
26942694
{
26952695
"appearance": "dark",
2696-
"name": "Github Dark Tritanopia",
2696+
"name": "GitHub Dark Tritanopia",
26972697
"style": {
26982698
"background": "#0d1117ff",
26992699
"border": "#3d444dff",
@@ -3077,7 +3077,7 @@
30773077
},
30783078
{
30793079
"appearance": "dark",
3080-
"name": "Github Dark Dimmed",
3080+
"name": "GitHub Dark Dimmed",
30813081
"style": {
30823082
"background": "#212830ff",
30833083
"border": "#3d444dff",
@@ -3460,4 +3460,4 @@
34603460
}
34613461
}
34623462
]
3463-
}
3463+
}

0 commit comments

Comments
 (0)