Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2021
1 parent 5acd83d commit 59f9450
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .changeset/honest-pears-punch.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 59f9450

Please sign in to comment.