From 70ae79f64b58b0af82d2e089aea53cf5884fe07c Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Sun, 14 May 2017 14:11:13 +0200 Subject: Published extension on the Marketplace! --- README.md | 19 +++++++++++++++++++ package.json | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/README.md b/README.md index 0c3b997..d401d0d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,25 @@ This VS Code theme integrates seamlessly with the Arc theme to provide a more in I firstly created this theme myself to suit my needs - I hope you wil like it too! +### Download + +The extension is hosted on the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=SolarLiner.arc-theme). + +* Drop to terminal and write the following: + +```bash +code --install-extension solarliner.arc-theme +``` + +* Alternatively, search for Arc Theme inside of VS Code. + +* Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install arc-theme```. + +### TODO + +[ ] Create Light version +[ ] Create Darker version + ## Follow development ### Contribute diff --git a/package.json b/package.json index 02482b0..4584cbd 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.", "version": "0.0.1", "publisher": "SolarLiner", + "repository": { + "type": "GitHub", + "url": "https://github.com/SolarLiner/vscode-arc-theme" + }, "engines": { "vscode": "^1.12.0" }, -- cgit v1.2.3