Skip to content

Commit

Permalink
update and test
Browse files Browse the repository at this point in the history
  • Loading branch information
torvaldssg committed Sep 30, 2018
1 parent 9321e05 commit d18b123
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "theme-better-itg-flat-dark",
"displayName": "Better itg flat dark theme",
"description": "Beautiful theme. Better itg.flat.dark for vscode.",
"publisher": "surmon",
"version": "0.2.0",
"icon": "logo.png",
"displayName": "Better itg flat dark theme",
"description": "Better itg.flat.dark theme for vscode. Base on Sublime Text",
"publisher": "surmon",
"version": "0.2.1",
"logo": "logo.png",
"galleryBanner": {
"color": "#222222",
"theme": "dark"
},
"engines": {
"vscode": "^1.12.0"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "itg flat dark blue",
"uiTheme": "vs-dark",
"path": "./themes/better.itg.flat.dark.blue.json"
},
{
"label": "itg flat dark gold",
"uiTheme": "vs-dark",
"path": "./themes/better.itg.flat.dark.gold.json"
}
]
},
"devDependencies": {
"vscode": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Better itg flat dark gold",
"uiTheme": "vs-dark",
"path": "./themes/better.itg.flat.dark.gold.json"
},
{
"label": "Better itg flat dark blue",
"uiTheme": "vs-dark",
"path": "./themes/better.itg.flat.dark.blue.json"
}
]
},
"devDependencies": {
"vscode": "^1.0.0"
},
"homepage": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme",
"bugs": {
"url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme/issues"
Expand All @@ -47,8 +47,5 @@
"itg flat dark",
"itg dark sublime"
],
"license": "MIT",
"activationEvents": [
"*"
]
"license": "MIT"
}

0 comments on commit d18b123

Please sign in to comment.