Merge branch 'develop' into ux/reload-notification
This commit is contained in:
commit
2a05b59c32
3 changed files with 15 additions and 3 deletions
3
.github/ISSUE_TEMPLATE/Custom.md
vendored
3
.github/ISSUE_TEMPLATE/Custom.md
vendored
|
@ -4,4 +4,5 @@ about: Give us your feedback about this extension
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Love vsc-material-theme? Please consider supporting our collective:
|
||||||
|
👉 https://opencollective.com/vsc-material-theme/donate -->
|
||||||
|
|
|
@ -108,6 +108,10 @@
|
||||||
"menubar.selectionForeground": {
|
"menubar.selectionForeground": {
|
||||||
"alpha": 100,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
|
},
|
||||||
|
"settings.headerForeground": {
|
||||||
|
"alpha": 100,
|
||||||
|
"value": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
|
|
|
@ -835,6 +835,13 @@
|
||||||
"menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",
|
"menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",
|
||||||
"menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}",
|
"menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}",
|
||||||
"menubar.selectionForeground": "{{commons.accents.Teal}}",
|
"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}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue