Release 30.0

This commit is contained in:
Mattia Astorino 2019-08-12 16:40:38 +02:00
parent 09300cd51a
commit 10394711c6
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -2,7 +2,7 @@
"name": "vsc-material-theme",
"displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code",
"version": "29.2.0",
"version": "30.0.0",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"author": "Mattia Astorino [@equinusocio]",
@ -47,7 +47,8 @@
"extensionKind": "ui",
"main": "./out/src/material.theme.config",
"contributes": {
"commands": [{
"commands": [
{
"command": "materialTheme.setAccent",
"title": "Set accent color",
"category": "🎨 Material Theme"
@ -88,7 +89,8 @@
}
}
},
"themes": [{
"themes": [
{
"label": "Material Theme",
"path": "./out/themes/Material-Theme-Default.json",
"uiTheme": "vs-dark"
@ -143,7 +145,8 @@
"extensionDependency": [
"Equinusocio.vsc-material-theme-icons"
],
"badges": [{
"badges": [
{
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
"href": "https://github.com/equinusocio/vsc-material-theme/issues",
"description": "Open issues"