feat: Add theme for the new settings view

This commit is contained in:
Mattia Astorino 2018-08-12 20:22:22 +02:00
parent 48c6feaf75
commit 50b22c3bbb
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
3 changed files with 15 additions and 3 deletions

View file

@ -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 -->

View file

@ -108,6 +108,10 @@
"menubar.selectionForeground": {
"alpha": 100,
"value": null
},
"settings.headerForeground": {
"alpha": 100,
"value": null
}
},
"changelog": {

View file

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