From b71644be18d446fc89d24335588eaefd437d3b03 Mon Sep 17 00:00:00 2001 From: Aniel Date: Wed, 15 Aug 2018 10:49:22 +0200 Subject: [PATCH] Update json formatting --- themes/Anlici-color-theme.json | 48 +++++----------------------------- 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/themes/Anlici-color-theme.json b/themes/Anlici-color-theme.json index 3e5c781..3734504 100644 --- a/themes/Anlici-color-theme.json +++ b/themes/Anlici-color-theme.json @@ -28,18 +28,9 @@ "editorGroupHeader.tabsBackground": "#1D2127" }, "tokenColors": [ - { - "settings": { - "foreground": "#D3D7DC", - "background": "#272c33" - } - }, { "name": "Plain", - "scope": [ - "entity.name.variable", - "variable" - ], + "scope": ["entity.name.variable", "variable"], "settings": { "foreground": "#D3D7DC" } @@ -60,63 +51,38 @@ }, { "name": "Blue", - "scope": [ - "storage.modifier", - "keyword", - "storage.type.class", - "meta.tag", - "support.type.property-name.css" - ], + "scope": ["storage.modifier", "keyword", "storage.type.class", "meta.tag", "support.type.property-name.css"], "settings": { "foreground": "#61AFEF" } }, { "name": "Green", - "scope": [ - "storage", - "entity.name", - "variable.other.object.cs", - "support.class" - ], + "scope": ["storage", "entity.name", "variable.other.object.cs", "support.class"], "settings": { "foreground": "#98C379" } }, { "name": "Red", - "scope": [ - "comment", - "keyword.operator", - "markup.inline.raw", - "variable.scss" - ], + "scope": ["comment", "keyword.operator", "markup.inline.raw", "variable.scss"], "settings": { "foreground": "#DF6C75" } }, { "name": "Magenta", - "scope": [ - "keyword.control", - "constant.language", - "meta.link", - "support.function", - "entity.name.goto-label" - ], + "scope": ["keyword.control", "constant.language", "meta.link", "support.function", "entity.name.goto-label"], "settings": { "foreground": "#C577DD" } }, { "name": "Cyan", - "scope": [ - "string", - "constant" - ], + "scope": ["string", "constant"], "settings": { "foreground": "#5DB8C4" } } ] -} \ No newline at end of file +}