diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 18074d2..32ceae5 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -4,4 +4,5 @@ about: Give us your feedback about this extension --- - + diff --git a/extensions/defaults.json b/extensions/defaults.json index bea1892..9d939a9 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -108,6 +108,10 @@ "menubar.selectionForeground": { "alpha": 100, "value": null + }, + "settings.headerForeground": { + "alpha": 100, + "value": null } }, "changelog": { @@ -288,4 +292,4 @@ "_folder_dark", "_folder_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 1ad3368..3adc269 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -835,6 +835,13 @@ "menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionForeground": "{{commons.accents.Teal}}", - "menubar.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}" + "menubar.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", + "settings.dropdownForeground": "{{variant.scheme.foreground}}", + "settings.dropdownBackground": "{{variant.scheme.backgroundAlt}}", + "settings.numberInputForeground": "{{variant.scheme.foreground}}", + "settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}", + "settings.textInputForeground": "{{variant.scheme.foreground}}", + "settings.textInputBackground": "{{variant.scheme.backgroundAlt}}", + "settings.headerForeground": "{{commons.accents.Teal}}" } }