Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 28, 2016
1 parent d2297e1 commit 0b3d902
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 54 deletions.
105 changes: 52 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,53 @@
{
"name": "hopscotch",
"displayName": "Hopscotch (Official)",
"description": "Color scheme inspired by the Hopscotch learning platform for kids",
"version": "0.0.0",
"publisher": "idleberg",
"license": "CC0-1.0",
"author": {
"name": "Jan T. Sott",
"url": "http://github.com/idleberg"
},
"keywords": [
"hopscotch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idleberg/vscode-hopscotch.git"
},
"homepage": "https://github.com/idleberg/vscode-hopscotch",
"bugs": {
"url": "https://github.com/idleberg/vscode-hopscotch/issues"
},
"icon": "images/logo.svg",
"galleryBanner": {
"color": "#322931",
"theme": "dark"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Hopscotch",
"uiTheme": "vs-dark",
"path": "./themes/hopscotch.tmTheme"
}
]
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-jsonlint": "^1.1.2",
"gulp-xml-validator": "^0.1.2",
"vscode": "^1.0.3"
},
"scripts": {
"test": "gulp lint"
}
}
"name": "hopscotch",
"displayName": "Hopscotch (Official)",
"description": "Color scheme inspired by the Hopscotch learning platform for kids",
"version": "0.1.0",
"publisher": "idleberg",
"license": "CC0-1.0",
"author": {
"name": "Jan T. Sott",
"url": "http://github.com/idleberg"
},
"keywords": [
"hopscotch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idleberg/vscode-hopscotch.git"
},
"homepage": "https://github.com/idleberg/vscode-hopscotch",
"bugs": {
"url": "https://github.com/idleberg/vscode-hopscotch/issues"
},
"icon": "images/logo.svg",
"galleryBanner": {
"color": "#d5d3d5"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Hopscotch",
"uiTheme": "vs-dark",
"path": "./themes/hopscotch.tmTheme"
}
]
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-jsonlint": "^1.1.2",
"gulp-xml-validator": "^0.1.2",
"vscode": "^1.0.3"
},
"scripts": {
"test": "gulp lint"
}
}
2 changes: 1 addition & 1 deletion themes/hopscotch.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,6 @@
</dict>
</array>
<key>uuid</key>
<string>3fa3cc57-1f5b-44bf-aab2-32e30c46aa72</string>
<string>c6576628-8dce-4a51-adc7-ad39b1358be2</string>
</dict>
</plist>

0 comments on commit 0b3d902

Please sign in to comment.