Skip to content

Commit

Permalink
Adding description badges to README
Browse files Browse the repository at this point in the history
Description badges are made using : https://github.com/cssho/VSMarketplaceBadge
  • Loading branch information
BachirAmiri committed Sep 6, 2020
1 parent b60ee9c commit 52aa788
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## "0.1.1"

- Updating README description with markeplace badges

## "0.1.0"

- Initial release
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
<p align="center">
A sweet, minimal, pastel theme for <a href="">VS Code</a>.
</p>
<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=bachiramiri.7lou-vscode">
<img alt="Version" src="https://vsmarketplacebadge.apphb.com/version/bachiramiri.7lou-vscode.svg?color=6EC1D6" />
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=bachiramiri.7lou-vscode">
<img alt="Downloads" src="https://vsmarketplacebadge.apphb.com/downloads/bachiramiri.7lou-vscode.svg?color=6EC1D6" />
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=bachiramiri.7lou-vscode">
<img alt="Installs" src="https://vsmarketplacebadge.apphb.com/installs/bachiramiri.7lou-vscode.svg?color=6EC1D6" />
</a>
</p>

![demo](https://raw.githubusercontent.com/bachiramiri/7lou-vscode/master/images/7lou_demo.png)

Expand Down Expand Up @@ -39,3 +50,8 @@ The main colors used :
| ![#79c07b](https://via.placeholder.com/10/79c07b?text=+) `#79c07b` | ![#FFB86C](https://via.placeholder.com/10/FFB86C?text=+) `#FFB86C` |
| ![#6EC1D6](https://via.placeholder.com/10/6EC1D6?text=+) `#6EC1D6` | ![#f8b1c8](https://via.placeholder.com/10/f8b1c8?text=+) `#f8b1c8` |
| ![#9dcaf8](https://via.placeholder.com/10/9dcaf8?text=+) `#9dcaf8` | ![#F692B2](https://via.placeholder.com/10/F692B2?text=+) `#F692B2` |


## Badge

Description badges are made using : https://github.com/cssho/VSMarketplaceBadge
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "7lou-vscode",
"displayName": "7lou Theme",
"description": "A sweet, minimal, pastel theme",
"version": "0.1.0",
"version": "0.1.1",
"icon": "images/7lou_logo.png",
"publisher": "bachiramiri",
"author": {
Expand Down

0 comments on commit 52aa788

Please sign in to comment.