feat: Add theme for the new settings view
This commit is contained in:
parent
48c6feaf75
commit
50b22c3bbb
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": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
},
|
||||
"settings.headerForeground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"changelog": {
|
||||
|
@ -288,4 +292,4 @@
|
|||
"_folder_dark",
|
||||
"_folder_light"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue