Skip to content

Commit 3d5c8d2

Browse files
authored
Merge pull request #29 from Cretezy/rename
Correct 'Github' to 'GitHub'
2 parents 1ce7344 + 4cad381 commit 3d5c8d2

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

src/generate.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ import { getTheme } from './theme.js'
33

44
const writeData = {
55
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
6-
"name": "Github Theme",
6+
"name": "GitHub Theme",
77
"author": "Pyae Sone Aung",
88
"themes": [
9-
getTheme({ themeKey: 'light', name: "Github Light", type: 'light' }),
10-
getTheme({ themeKey: 'light_colorblind', name: "Github Light Colorblind", type: 'light' }),
11-
getTheme({ themeKey: 'light_high_contrast', name: "Github Light High Contrast", type: 'light' }),
12-
getTheme({ themeKey: 'light_tritanopia', name: "Github Light Tritanopia", type: 'light' }),
13-
getTheme({ themeKey: 'dark', name: "Github Dark", type: 'dark' }),
14-
getTheme({ themeKey: 'dark_colorblind', name: "Github Dark Colorblind", type: 'dark' }),
15-
getTheme({ themeKey: 'dark_high_contrast', name: "Github Dark High Contrast", type: 'dark' }),
16-
getTheme({ themeKey: 'dark_tritanopia', name: "Github Dark Tritanopia", type: 'dark' }),
17-
getTheme({ themeKey: 'dark_dimmed', name: "Github Dark Dimmed", type: 'dark' }),
9+
getTheme({ themeKey: 'light', name: "GitHub Light", type: 'light' }),
10+
getTheme({ themeKey: 'light_colorblind', name: "GitHub Light Colorblind", type: 'light' }),
11+
getTheme({ themeKey: 'light_high_contrast', name: "GitHub Light High Contrast", type: 'light' }),
12+
getTheme({ themeKey: 'light_tritanopia', name: "GitHub Light Tritanopia", type: 'light' }),
13+
getTheme({ themeKey: 'dark', name: "GitHub Dark", type: 'dark' }),
14+
getTheme({ themeKey: 'dark_colorblind', name: "GitHub Dark Colorblind", type: 'dark' }),
15+
getTheme({ themeKey: 'dark_high_contrast', name: "GitHub Dark High Contrast", type: 'dark' }),
16+
getTheme({ themeKey: 'dark_tritanopia', name: "GitHub Dark Tritanopia", type: 'dark' }),
17+
getTheme({ themeKey: 'dark_dimmed', name: "GitHub Dark Dimmed", type: 'dark' }),
1818
]
1919
}
2020

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
"accents": [
1111
"#006edbff",
@@ -428,7 +428,7 @@
428428
},
429429
{
430430
"appearance": "light",
431-
"name": "Github Light Colorblind",
431+
"name": "GitHub Light Colorblind",
432432
"style": {
433433
"accents": [
434434
"#006edbff",
@@ -837,7 +837,7 @@
837837
},
838838
{
839839
"appearance": "light",
840-
"name": "Github Light High Contrast",
840+
"name": "GitHub Light High Contrast",
841841
"style": {
842842
"accents": [
843843
"#006edbff",
@@ -1260,7 +1260,7 @@
12601260
},
12611261
{
12621262
"appearance": "light",
1263-
"name": "Github Light Tritanopia",
1263+
"name": "GitHub Light Tritanopia",
12641264
"style": {
12651265
"accents": [
12661266
"#179b9bff",
@@ -1671,7 +1671,7 @@
16711671
},
16721672
{
16731673
"appearance": "dark",
1674-
"name": "Github Dark",
1674+
"name": "GitHub Dark",
16751675
"style": {
16761676
"accents": [
16771677
"#0576ffff",
@@ -2094,7 +2094,7 @@
20942094
},
20952095
{
20962096
"appearance": "dark",
2097-
"name": "Github Dark Colorblind",
2097+
"name": "GitHub Dark Colorblind",
20982098
"style": {
20992099
"accents": [
21002100
"#0576ffff",
@@ -2503,7 +2503,7 @@
25032503
},
25042504
{
25052505
"appearance": "dark",
2506-
"name": "Github Dark High Contrast",
2506+
"name": "GitHub Dark High Contrast",
25072507
"style": {
25082508
"accents": [
25092509
"#0576ffff",
@@ -2926,7 +2926,7 @@
29262926
},
29272927
{
29282928
"appearance": "dark",
2929-
"name": "Github Dark Tritanopia",
2929+
"name": "GitHub Dark Tritanopia",
29302930
"style": {
29312931
"accents": [
29322932
"#106c70ff",
@@ -3337,7 +3337,7 @@
33373337
},
33383338
{
33393339
"appearance": "dark",
3340-
"name": "Github Dark Dimmed",
3340+
"name": "GitHub Dark Dimmed",
33413341
"style": {
33423342
"accents": [
33433343
"#0576ffff",
@@ -3759,4 +3759,4 @@
37593759
}
37603760
}
37613761
]
3762-
}
3762+
}

0 commit comments

Comments
 (0)