chore: Add theem variant type

This commit is contained in:
Mattia Astorino 2017-05-16 22:53:18 +02:00
parent c177e46334
commit 0d792dd4ac
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ {
"id": "material.theme.darker", "id": "material.theme.darker",
"name": "Material-Theme-Darker", "name": "Material-Theme-Darker",
"type": "dark",
"scheme": { "scheme": {
"background": "#212121", "background": "#212121",
"comments": "#4A4A4A", "comments": "#4A4A4A",

View file

@ -1,6 +1,7 @@
{ {
"id": "material.theme.default", "id": "material.theme.default",
"name": "Material-Theme-Default", "name": "Material-Theme-Default",
"type": "dark",
"scheme": { "scheme": {
"background": "#263238", "background": "#263238",
"comments": "#546E7A", "comments": "#546E7A",

View file

@ -1,6 +1,7 @@
{ {
"id": "material.theme.lighter", "id": "material.theme.lighter",
"name": "Material-Theme-Lighter", "name": "Material-Theme-Lighter",
"type": "light",
"scheme": { "scheme": {
"background": "#FAFAFA", "background": "#FAFAFA",
"comments": "#90A4AE90", "comments": "#90A4AE90",

View file

@ -1,6 +1,7 @@
{ {
"id": "material.theme.palenight", "id": "material.theme.palenight",
"name": "Material-Theme-Palenight", "name": "Material-Theme-Palenight",
"type": "dark",
"scheme": { "scheme": {
"background": "#292D3E", "background": "#292D3E",
"comments": "#676E95", "comments": "#676E95",

View file

@ -1,5 +1,6 @@
{ {
"name": "{{variant.name}}", "name": "{{variant.name}}",
"type": "{{variant.type}}",
"tokenColors": [ "tokenColors": [
{ {
"settings": { "settings": {