Skip to content

Commit

Permalink
includes 1drc-poncho-HC in the package.jon
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Feb 5, 2020
1 parent f8c595d commit 573b39f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.9.5/0.9.6 | 02-05-2020
## 0.9.7| 02-05-2020
* Adds hight contrast version of 1DRC Poncho

## 0.9.4 | 07-25-2019
Expand Down
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,13 @@
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"categories": [ "Themes" ],
"icon": "images/icon__raincoat.png",
"galleryBanner": {
"color": "#1a1a27",
"theme": "dark"
},
"keywords": [
"javascript",
"es6",
"sublime",
"one dark",
"atom"
],
"keywords": [ "javascript", "es6", "sublime", "one dark", "atom" ],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/ginfuru/vscode-1dark-raincoat",
"repository": {
Expand Down Expand Up @@ -55,6 +47,11 @@
"label": "1Dark Poncho",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Poncho.json"
},
{
"label": "1Dark PonchoHC",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Poncho-HC.json"
}
]
},
Expand Down

0 comments on commit 573b39f

Please sign in to comment.