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}}" }