chore: Update variants json schemas

This commit is contained in:
Mattia Astorino 2017-04-06 08:49:13 +02:00
parent ba3d1b5d4b
commit eb624a57a8
4 changed files with 4 additions and 104 deletions

View file

@ -1,33 +1,6 @@
{
"id": "material.theme.darker",
"name": "Material-Theme-Darker",
"semanticClass": "material.theme.darker",
"ui": {
"id": "material-theme",
"variant": {
"id": "darker",
"name": "Darker"
},
"background": {
"primary": {
"hex": "#212121",
"rgb": "33, 33, 33"
}
},
"foreground": {
"primary": {
"hex": "#616161",
"rgb": "97, 97, 97"
},
"secondary": {
"hex": "#6f7a7f",
"rgb": "111, 122, 127"
},
"selected": {
"hex": "#dddfe1",
"rgb": "221, 223, 225"
}
}
},
"scheme": {
"background": "#212121",
"comments": "#4A4A4A",

View file

@ -1,29 +1,6 @@
{
"id": "material.theme.default",
"name": "Material-Theme",
"semanticClass": "material.theme.default",
"ui": {
"id": "material-theme",
"variant": {
"id": "default",
"name": "Default"
},
"background": {
"primary": {
"hex": "#263238",
"rgb": "38, 50, 56"
}
},
"foreground": {
"primary": {
"hex": "#394E59",
"rgb": "96, 125, 139"
},
"selected": {
"hex": "#dddfe1",
"rgb": "221, 223, 225"
}
}
},
"scheme": {
"background": "#263238",
"comments": "#546E7A",

View file

@ -1,33 +1,6 @@
{
"id": "material.theme.lighter",
"name": "Material-Theme-Lighter",
"semanticClass": "material.theme.lighter",
"ui": {
"id": "material-theme",
"variant": {
"id": "lighter",
"name": "Lighter"
},
"background": {
"primary": {
"hex": "#FAFAFA",
"rgb": "250, 250, 250"
}
},
"foreground": {
"primary": {
"hex": "#a7adb0",
"rgb": "167, 173, 176"
},
"secondary": {
"hex": "#6f7a7f",
"rgb": "111, 122, 127"
},
"selected": {
"hex": "#dddfe1",
"rgb": "221, 223, 225"
}
}
},
"scheme": {
"background": "#fafafa",
"comments": "#CCD7DA",

View file

@ -1,29 +1,6 @@
{
"id": "material.theme.palenight",
"name": "Material-Theme-Palenight",
"semanticClass": "material.theme.palenight",
"ui": {
"id": "material-theme",
"variant": {
"id": "palenight",
"name": "Palenight"
},
"background": {
"primary": {
"hex": "#292D3E",
"rgb": "41, 45, 62"
}
},
"foreground": {
"primary": {
"hex": "#676E95",
"rgb": "103, 110, 149"
},
"selected": {
"hex": "#dddfe1",
"rgb": "221, 223, 225"
}
}
},
"scheme": {
"background": "#292D3E",
"comments": "#676E95",