diff --git a/src/generate.js b/src/generate.js index d52b4c8..ee799ee 100644 --- a/src/generate.js +++ b/src/generate.js @@ -3,18 +3,18 @@ import { getTheme } from './theme.js' const writeData = { "$schema": "https://zed.dev/schema/themes/v0.1.0.json", - "name": "Github Theme", + "name": "GitHub Theme", "author": "Pyae Sone Aung", "themes": [ - getTheme({ themeKey: 'light', name: "Github Light", type: 'light' }), - getTheme({ themeKey: 'light_colorblind', name: "Github Light Colorblind", type: 'light' }), - getTheme({ themeKey: 'light_high_contrast', name: "Github Light High Contrast", type: 'light' }), - getTheme({ themeKey: 'light_tritanopia', name: "Github Light Tritanopia", type: 'light' }), - getTheme({ themeKey: 'dark', name: "Github Dark", type: 'dark' }), - getTheme({ themeKey: 'dark_colorblind', name: "Github Dark Colorblind", type: 'dark' }), - getTheme({ themeKey: 'dark_high_contrast', name: "Github Dark High Contrast", type: 'dark' }), - getTheme({ themeKey: 'dark_tritanopia', name: "Github Dark Tritanopia", type: 'dark' }), - getTheme({ themeKey: 'dark_dimmed', name: "Github Dark Dimmed", type: 'dark' }), + getTheme({ themeKey: 'light', name: "GitHub Light", type: 'light' }), + getTheme({ themeKey: 'light_colorblind', name: "GitHub Light Colorblind", type: 'light' }), + getTheme({ themeKey: 'light_high_contrast', name: "GitHub Light High Contrast", type: 'light' }), + getTheme({ themeKey: 'light_tritanopia', name: "GitHub Light Tritanopia", type: 'light' }), + getTheme({ themeKey: 'dark', name: "GitHub Dark", type: 'dark' }), + getTheme({ themeKey: 'dark_colorblind', name: "GitHub Dark Colorblind", type: 'dark' }), + getTheme({ themeKey: 'dark_high_contrast', name: "GitHub Dark High Contrast", type: 'dark' }), + getTheme({ themeKey: 'dark_tritanopia', name: "GitHub Dark Tritanopia", type: 'dark' }), + getTheme({ themeKey: 'dark_dimmed', name: "GitHub Dark Dimmed", type: 'dark' }), ] } diff --git a/themes/github_theme.json b/themes/github_theme.json index 60e4cc0..695a65c 100644 --- a/themes/github_theme.json +++ b/themes/github_theme.json @@ -1,11 +1,11 @@ { "$schema": "https://zed.dev/schema/themes/v0.1.0.json", - "name": "Github Theme", + "name": "GitHub Theme", "author": "Pyae Sone Aung", "themes": [ { "appearance": "light", - "name": "Github Light", + "name": "GitHub Light", "style": { "background": "#ffffffff", "border": "#d1d9e0ff", @@ -389,7 +389,7 @@ }, { "appearance": "light", - "name": "Github Light Colorblind", + "name": "GitHub Light Colorblind", "style": { "background": "#ffffffff", "border": "#d1d9e0ff", @@ -773,7 +773,7 @@ }, { "appearance": "light", - "name": "Github Light High Contrast", + "name": "GitHub Light High Contrast", "style": { "background": "#ffffffff", "border": "#454c54ff", @@ -1157,7 +1157,7 @@ }, { "appearance": "light", - "name": "Github Light Tritanopia", + "name": "GitHub Light Tritanopia", "style": { "background": "#ffffffff", "border": "#d1d9e0ff", @@ -1541,7 +1541,7 @@ }, { "appearance": "dark", - "name": "Github Dark", + "name": "GitHub Dark", "style": { "background": "#0d1117ff", "border": "#3d444dff", @@ -1925,7 +1925,7 @@ }, { "appearance": "dark", - "name": "Github Dark Colorblind", + "name": "GitHub Dark Colorblind", "style": { "background": "#0d1117ff", "border": "#3d444dff", @@ -2309,7 +2309,7 @@ }, { "appearance": "dark", - "name": "Github Dark High Contrast", + "name": "GitHub Dark High Contrast", "style": { "background": "#010409ff", "border": "#b7bdc8ff", @@ -2693,7 +2693,7 @@ }, { "appearance": "dark", - "name": "Github Dark Tritanopia", + "name": "GitHub Dark Tritanopia", "style": { "background": "#0d1117ff", "border": "#3d444dff", @@ -3077,7 +3077,7 @@ }, { "appearance": "dark", - "name": "Github Dark Dimmed", + "name": "GitHub Dark Dimmed", "style": { "background": "#212830ff", "border": "#3d444dff", @@ -3460,4 +3460,4 @@ } } ] -} \ No newline at end of file +}