Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Jun 30, 2018
1 parent cbefc00 commit 528633e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "vscode-theme-adapted",
"displayName": "Adapted",
"description": "A dark Adapta theme",
"categories": [ "Themes" ],
"version": "1.0.1",
"categories": [
"Themes"
],
"version": "1.0.2",
"publisher": "about-code",
"icon": "icon.png",
"scripts": {
Expand All @@ -12,19 +14,21 @@
"repository": {
"url": "https://github.com/about-code/vscode-theme-adapted"
},
"engines": { "vscode": "*" },
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
"id": "Adapted-Dark-Monokai",
"label": "Adapted Monokai",
"uiTheme": "vs-dark",
"uiTheme": "vs-dark",
"path": "./themes/adapted-dark-monokai.json"
},
{
"id": "Adapted-Dark-VSCode-Plus",
"label": "Adapted Dark+",
"uiTheme": "vs-dark",
"uiTheme": "vs-dark",
"path": "./themes/adapted-dark-vscode-plus.json"
}
]
Expand Down

0 comments on commit 528633e

Please sign in to comment.