diff --git a/extensions/defaults.json b/extensions/defaults.json index 6a1ed3d..fef906e 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -94,6 +94,14 @@ "alpha": 100, "value": null }, + "settings.modifiedItemForeground": { + "alpha": 100, + "value": null + }, + "settings.headerForeground": { + "alpha": 100, + "value": null + }, "panelTitle.activeBorder": { "alpha": 100, "value": null @@ -112,7 +120,7 @@ } }, "changelog": { - "lastversion": "2.3.0" + "lastversion": "2.4.0" }, "icons": { "theme": { diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index aff6024..a17c94b 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -842,8 +842,9 @@ "settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}", "settings.textInputForeground": "{{variant.scheme.foreground}}", "settings.textInputBackground": "{{variant.scheme.backgroundAlt}}", - "settings.headerForeground": "{{commons.scheme.foreground}}", + "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}}" }