From 1e6150b826c05b486e1f7f92a2dc872a7f51c359 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 27 May 2018 19:12:49 +0200 Subject: [PATCH] feat: Add support to the new settings view --- extensions/commands/accents-setter/index.ts | 4 ++++ src/themes/theme-template-color-theme.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/extensions/commands/accents-setter/index.ts b/extensions/commands/accents-setter/index.ts index 263367c..ac84055 100644 --- a/extensions/commands/accents-setter/index.ts +++ b/extensions/commands/accents-setter/index.ts @@ -61,6 +61,10 @@ const accentsProperties: IGenericObject = { 'editorWidget.border': { alpha: 100, value: undefined + }, + 'settings.modifiedItemForeground': { + alpha: 100, + value: undefined } }; diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 337d6c2..4033093 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -819,6 +819,7 @@ "gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90", "gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90", "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90", - "peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70" + "peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70", + "settings.modifiedItemForeground": "{{commons.accents.Teal}}" } }