Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Branding tweaks for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitbohra committed Dec 31, 2017
1 parent baa6290 commit 5cf819d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<p align="center"><img src="https://github.com/lubusIN/vscode-powerpack/blob/master/images/icon-github.png"></p>
<p align="center"><img src="https://raw.githubusercontent.com/lubusIN/vscode-powerpack/master/images/icon-github.png"></p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/version-short/lubus.vscode-powerpack.svg
" alt="Latest Stable Version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/installs-short/lubus.vscode-powerpack.svg
" alt="Downloads"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/rating-short/lubus.vscode-powerpack.svg
" alt="Licence"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://img.shields.io/aur/license/yaourt.svg" alt="Licence"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/version-short/lubus.vscode-powerpack.svg" alt="Latest Stable Version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/installs-short/lubus.vscode-powerpack.svg" alt="Downloads"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://vsmarketplacebadge.apphb.com/rating-short/lubus.vscode-powerpack.svg" alt="Licence"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-powerpack"><img src="https://img.shields.io/aur/license/yaourt.svg" alt="Licence"></a>
</p>

**About**
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vscode-powerpack",
"displayName": "VScode PowerPack",
"displayName": "VSCODE PowerPack",
"description": "Add awesomeness to vscode",
"version": "1.0.0",
"version": "1.0.2",
"publisher": "lubus",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#D9ECF8",
"theme": "dark"
"theme": "light"
},
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/lubusIN/vscode-powerpack/blob/master/README.md",
Expand All @@ -25,7 +25,7 @@
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"extensionDependencies": [
"ms-vscode.sublime-keybindings",
"EditorConfig.EditorConfig",
"patbenatar.advanced-new-file",
Expand Down

0 comments on commit 5cf819d

Please sign in to comment.