From 40dd5298998bf484a68076b622215f034f4fb173 Mon Sep 17 00:00:00 2001 From: Matthew Hinton Date: Wed, 10 Jan 2018 15:03:24 -0600 Subject: [PATCH 1/2] fix: Update main field of package.json (#130) Without the .js on the file name the Material Theme: Settings command doesn't work for me. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c08c7ca..35c416a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "activationEvents": [ "*" ], - "main": "./extensions/material.theme.config", + "main": "./extensions/material.theme.config.js", "contributes": { "commands": [ { From 57b1ed137f7654e8888d8031cc30801b6f443095 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Wed, 17 Jan 2018 20:52:29 +0800 Subject: [PATCH 2/2] chore: Use SVG flat square badge (#133) * Use flat square badge * Use SVG badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9add2..da48c41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![Twitter](https://img.shields.io/twitter/url/https/github.com/equinusocio/vsc-material-theme.svg?style=social&style=for-the-badge)](https://twitter.com/intent/tweet?text=This%20is%20the%20most%20epic%20theme:&url=https%3A%2F%2Fgithub.com%2Fequinusocio%2Fvsc-material-theme) +[![Twitter](https://img.shields.io/twitter/url/https/github.com/equinusocio/vsc-material-theme.svg?style=flat-square)](https://twitter.com/intent/tweet?text=This%20is%20the%20most%20epic%20theme:&url=https%3A%2F%2Fgithub.com%2Fequinusocio%2Fvsc-material-theme) [![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) @@ -134,4 +134,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l

Copyright © 2017 Mattia Astorino and Paolo Roth

-

+