diff --git a/.changeset/honest-pears-punch.md b/.changeset/honest-pears-punch.md deleted file mode 100644 index c02a40a..0000000 --- a/.changeset/honest-pears-punch.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"github-vscode-theme": minor ---- - -# Colorblind Light & Dark Theme -Adds a new GitHub Colorblind Light and Dark theme similar to the themes on github.com. - -![Colorblind](https://user-images.githubusercontent.com/980622/136975341-4d5eca55-40d6-4d9f-8b33-ba8acbc805e4.png) - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 7470d9f..d81033c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # github-vscode-theme +## 5.1.0 + +### Minor Changes + +- [#225](https://github.com/primer/github-vscode-theme/pull/225) [`241d482`](https://github.com/primer/github-vscode-theme/commit/241d48297ea3a7c91d6bf3c61b5beffb13044f32) Thanks [@maximedegreve](https://github.com/maximedegreve)! - # Colorblind Light & Dark Theme + Adds a new GitHub Colorblind Light and Dark theme similar to the themes on github.com. + + ![Colorblind](https://user-images.githubusercontent.com/980622/136975341-4d5eca55-40d6-4d9f-8b33-ba8acbc805e4.png) + ## 5.0.3 ### Patch Changes diff --git a/package.json b/package.json index 9e1f34b..d932aa1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-vscode-theme", "displayName": "GitHub Theme", "description": "GitHub theme for VS Code", - "version": "5.0.3", + "version": "5.1.0", "preview": true, "publisher": "GitHub", "license": "MIT", @@ -40,10 +40,10 @@ "path": "./themes/light-default.json" }, { - "label": "GitHub Light Colorblind (Beta)", - "uiTheme": "vs", - "path": "./themes/light-colorblind.json" - }, + "label": "GitHub Light Colorblind (Beta)", + "uiTheme": "vs", + "path": "./themes/light-colorblind.json" + }, { "label": "GitHub Dark Default", "uiTheme": "vs-dark", @@ -60,10 +60,10 @@ "path": "./themes/dark-high-contrast.json" }, { - "label": "GitHub Dark Colorblind (Beta)", - "uiTheme": "vs-dark", - "path": "./themes/dark-colorblind.json" - }, + "label": "GitHub Dark Colorblind (Beta)", + "uiTheme": "vs-dark", + "path": "./themes/dark-colorblind.json" + }, { "label": "GitHub Light", "uiTheme": "vs",