diff --git a/CHANGELOG.md b/CHANGELOG.md index f24817e..d8ad206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Change Log -All notable changes to the "synthwave-dark" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] +## [1.0.0] - 2020-10-Day - Initial release diff --git a/README.md b/README.md index 895ddf0..5ef6743 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -*** My first vs code theme ive ever made, all i need to do now is to edit the package files and add the put it on the store. -ill do all the rest in December \ No newline at end of file +# My first vs code theme ive ever made, all i need to do now is to edit the package files and add the put it on the store. diff --git a/package.json b/package.json index 1756028..f5adc73 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,17 @@ { "name": "legendary-dark", "displayName": "Legendary Dark", - "description": "This is a Legendary theme combining the best out of SynthWave '84 and Andromeda to give you are beautiful dark theme", + "description": "🔥 This is Legendary Dark, a beautiful combination of the dark goodness of Andromeda by EliverLara and vibrant colors from SythWave '84 by robb0wen to make identification easy. 😊", + "icon": "", "publisher": "Llewellyn500", "author": { - "name": "Llewellyn Paintsil" + "name": "Llewellyn Paintsil", + "url": "https://github.com/Llewellyn500", + "email": "llewellynpaintsil34@gmail.com" }, "version": "1.0.0", "engines": { - "vscode": "^1.50.0" + "vscode": "^1.14.0" }, "repository": { "type": "git", diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md deleted file mode 100644 index dc9d388..0000000 --- a/vsc-extension-quickstart.md +++ /dev/null @@ -1,28 +0,0 @@ -# Welcome to your VS Code Extension - -## What's in the folder - -* This folder contains all of the files necessary for your color theme extension. -* `package.json` - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme. -* `themes/SynthWave Dark-color-theme.json` - the color theme definition file. - -## Get up and running straight away - -* Press `F5` to open a new window with your extension loaded. -* Open `File > Preferences > Color Themes` and pick your color theme. -* Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Inspect TM Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) . - -## Make changes - -* Changes to the theme file are automatically applied to the Extension Development Host window. - -## Adopt your theme to Visual Studio Code - -* The token colorization is done based on standard TextMate themes. Colors are matched against one or more scopes. - -To learn more about scopes and how they're used, check out the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation. - -## Install your extension - -* To start using your extension with Visual Studio Code copy it into the `/.vscode/extensions` folder and restart Code. -* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.