From eb624a57a85cee3a31807e2078b53118ed056061 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 6 Apr 2017 08:49:13 +0200 Subject: [PATCH] chore: Update variants json schemas --- src/themes/settings/specific/darker.json | 29 +-------------------- src/themes/settings/specific/default.json | 25 +----------------- src/themes/settings/specific/lighter.json | 29 +-------------------- src/themes/settings/specific/palenight.json | 25 +----------------- 4 files changed, 4 insertions(+), 104 deletions(-) diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index cb8d7e9..b91c23b 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -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", diff --git a/src/themes/settings/specific/default.json b/src/themes/settings/specific/default.json index 6a311f9..93c685d 100644 --- a/src/themes/settings/specific/default.json +++ b/src/themes/settings/specific/default.json @@ -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", diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index b0bfeb3..24418fe 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -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", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index d56e5e0..4178771 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -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",