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",
"name": "Material-Theme-Darker",
"type": "dark",
"scheme": {
"background": "#212121",
"comments": "#4A4A4A",

View file

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

View file

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

View file

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

View file

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