From f840abba8ccdbff905da3c772acfd80e5a52cc86 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Jan 2020 00:10:01 +0100 Subject: [PATCH] Update readme --- README.md | 21 +++++---------------- package.json | 6 +++--- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 488acc4..ae1bdaf 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ -The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues). +The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/material-theme/vsc-material-theme/issues). - [Getting started](#getting-started) - [Installation](#installation) - - [Packaged VSIX Extension](#packaged-vsix-extension) - [GitHub Repository Clone](#github-repository-clone) - [Activate theme](#activate-theme) - [Set the accent color](#set-the-accent-color) @@ -41,17 +40,7 @@ Paste the following command and press `Enter`: ext install material theme ``` -And pick the one by **Mattia Astorino** (me) as author. - -#### Packaged VSIX Extension - -[Download the latest .vsix release](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Equinusocio/vsextensions/vsc-material-theme/latest/vspackage) file from the marketplace and install it from the command line - -```shell -code --install-extension vsc-material-theme-*.*.*.vsix -``` - -or from within VS Code by launching *Quick Open* and running the *Install from VSIX...* command. +And pick the one by **Mattia Astorino (Equinusocio)** (me) as author. ##### GitHub Repository Clone @@ -65,7 +54,7 @@ Depending on your platform it is located in the following folders: Clone the Material Theme repository as `Equinusocio.vsc-material-theme`: ```shell -git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-material-theme +git clone https://github.com/material-theme/vsc-material-theme.git Equinusocio.vsc-material-theme ``` @@ -164,7 +153,7 @@ Thanks to the Material Theme community you can use is with other softwares, here - [Bear Notes](https://github.com/r3volution11/material-theme-bear-notes) (by [@r3volution11](https://github.com/r3volution11)) ## Other resources -- **AppIcon:** [Download](https://github.com/equinusocio/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code +- **AppIcon:** [Download](https://github.com/material-theme/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code ## Contributors @@ -197,6 +186,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l --- -

Copyright © 2019 Mattia Astorino & Alessio Occhipinti

+

Copyright © 2019 Mattia Astorino & Alessio Occhipinti

diff --git a/package.json b/package.json index 08e07ae..6710ad9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "31.15.0", + "version": "31.16.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", @@ -24,8 +24,8 @@ "url": "https://github.com/material-theme/vsc-material-theme/issues" }, "extensionPack": [ - "equinusocio.vsc-community-material-theme" - ], + "equinusocio.vsc-community-material-theme" + ], "engines": { "node": "<=10", "vscode": "^1.41.0"