From 78a6df31816d950df10733f9df99484fa40f7d3c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 10 Sep 2018 16:04:56 +0200 Subject: [PATCH] fix: Remove support for old setting modified indicator. Ref #254 --- extensions/defaults.json | 6 +----- src/themes/theme-template-color-theme.json | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/extensions/defaults.json b/extensions/defaults.json index fc6856c..7c3e512 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -94,10 +94,6 @@ "alpha": 100, "value": null }, - "settings.modifiedItemForeground": { - "alpha": 100, - "value": null - }, "settings.headerForeground": { "alpha": 100, "value": null @@ -308,4 +304,4 @@ "_folder_root_dark", "_folder_root_light" ] -} \ No newline at end of file +} diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index a17c94b..32c5a91 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -844,7 +844,6 @@ "settings.textInputBackground": "{{variant.scheme.backgroundAlt}}", "settings.headerForeground": "{{commons.accents.Teal}}", "settings.modifiedItemIndicator": "{{commons.accents.Teal}}", - "settings.modifiedItemForeground": "{{commons.accents.Teal}}", "settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}", "settings.checkboxForeground": "{{variant.scheme.foreground}}" }