From 527d1fadbb49f264cbfd6ed00b3d13534dfd12e7 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 5 Apr 2017 09:52:58 -0700 Subject: [PATCH] Add getting started section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ccc1f7e..7153589 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,18 @@ generateTheme('My Theme', colorSet, path.join(__dirname, 'theme.json')); ![](./images/example.png) +## Getting started + +There's a quick start repository that allows you to get started quickly, just clone and run! + +```bash +git clone https://github.com/Tyriar/vscode-theme-generator-quick-start +cd vscode-theme-generator-quick-start +npm install +``` + +Make your changes to the colors in index.ts and hit F5 to build the theme and launch the a new VS Code window with your theme available in the command palette (`ctrl`/`cmd+shift+p` > "Color Theme"). + ## Support Support below means that the standard VS Code grammar has explicit support for the languages, ie. the colors should match their meanings. Other languages will probably still look alright but there is no guarentee that they will.