Skip to content

Commit

Permalink
Enhance the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCtrl committed Apr 30, 2020
1 parent b76dfcd commit 1b09eec
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gmk-dots-*
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ All notable changes to the "GMK-Dots" extension will be documented in this file.

Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file.

## [1.0.1] - 2020-04-30
- Enhance the README.md

## [1.0.0] - 2020-04-30
- Initial release
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
![](https://candykeys.com/img/gb/dots/dotslogo.png)
<small>Image by [CandyKeys](https://candykeys.com/group-buys/gmk-dots)</small>

[![release](https://img.shields.io/github/release/LucasCtrl/vscode-gmk-dots-theme.svg?style=for-the-badge&logo=github&logoColor=fafafa&colorA=191b25&colorB=32cb8b)](https://github.com/LucasCtrl/vscode-gmk-dots-theme/releases/latest)
[![vscode](https://img.shields.io/badge/VS_Code-v1.26+-373277.svg?style=for-the-badge&logo=microsoft&logoColor=fafafa&colorA=191b25&colorB=36c1f6)](https://code.visualstudio.com/updates/v1_26)
[![downloads](https://img.shields.io/visual-studio-marketplace/d/LucasAlt.gmk-dots?style=for-the-badge&logo=docusign&logoColor=fafafa&colorA=191b25&colorB=9b57ff)](https://marketplace.visualstudio.com/items?itemName=LucasAlt.gmk-dots)
[![rating](https://img.shields.io/visual-studio-marketplace/stars/LucasAlt.gmk-dots?style=for-the-badge&logo=reverbnation&logoColor=fafafa&colorA=191b25&colorB=ff9552)](https://marketplace.visualstudio.com/items?itemName=LucasAlt.gmk-dots)

# VSCode GMK Dots theme

![](https://github.com/LucasCtrl/vscode-gmk-dots-theme/blob/master/images/screenshot.jpg)

## 🔧 Installation
Install through VS Code extensions. Search for `GMK Dots `

Visual Studio Code Market Place: [GMK Dots](https://marketplace.visualstudio.com/items?itemName=LucasAlt.gmk-dots)

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

```ext install lucasalt.gmk-dots```

## 👤 Author

**LucasAlt**
Expand Down
Binary file added images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "gmk-dots",
"displayName": "GMK Dots",
"description": "A VSCode theme based on the GMK Dots keycaps set",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/LucasCtrl/vscode-gmk-dots-theme",
"author": "LucasCtrl <[email protected]>",
"license": "MIT",
"icon": "https://github.com/LucasCtrl/vscode-gmk-dots-theme/blob/master/images/logo.png",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#191b25",
"theme": "dark"
Expand Down

0 comments on commit 1b09eec

Please sign in to comment.