From e3250078ce3b0d3ee7d12ec40751a34beddf4ddb Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 29 Aug 2018 22:51:16 +0200 Subject: [PATCH] fix: Fix settings colors --- extensions/defaults.json | 10 +++++++++- src/themes/theme-template-color-theme.json | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) 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}}" }