chore: Add theem variant type
This commit is contained in:
parent
c177e46334
commit
0d792dd4ac
5 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "{{variant.name}}",
|
"name": "{{variant.name}}",
|
||||||
|
"type": "{{variant.type}}",
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Reference in a new issue