From 93848cfa8d952787236009d35aae8cb6ad61aba7 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 1 Dec 2020 00:31:42 +0100 Subject: [PATCH] update product theme --- .../theme/v1-product-icon-theme.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/product-icon-theme-sample/theme/v1-product-icon-theme.json b/product-icon-theme-sample/theme/v1-product-icon-theme.json index 8cd9e37c..571810f9 100644 --- a/product-icon-theme-sample/theme/v1-product-icon-theme.json +++ b/product-icon-theme-sample/theme/v1-product-icon-theme.json @@ -13,16 +13,19 @@ } ], "iconDefinitions": { - "files": { + "explorer-view-icon": { "fontCharacter": "\\e000" }, - "search": { + "search-view-icon": { "fontCharacter": "\\e001" }, - "debug-alt-2": { + "run-view-icon": { "fontCharacter": "\\e002" }, - "source-control": { + "extensions-view-icon": { + "fontCharacter": "\\e004" + }, + "source-control-view-icon": { "fontCharacter": "\\e003" }, "tree-item-expanded": { @@ -37,8 +40,6 @@ "feedback": { "fontCharacter": "\\e005" }, - "extensions": { - "fontCharacter": "\\e004" - } + } }