fix: Add borders to section headers for HC variants

This commit is contained in:
Mattia Astorino 2018-11-10 11:20:59 +01:00
parent cac30f7339
commit 1bf6a0be2e
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -742,6 +742,7 @@
"titleBar.border": "{{variant.scheme.contrastBorder}}60", "titleBar.border": "{{variant.scheme.contrastBorder}}60",
"sideBarTitle.foreground": "{{variant.scheme.foreground}}", "sideBarTitle.foreground": "{{variant.scheme.foreground}}",
"sideBarSectionHeader.background": "{{variant.scheme.backgroundAlt}}", "sideBarSectionHeader.background": "{{variant.scheme.backgroundAlt}}",
"sideBarSectionHeader.border": "{{variant.scheme.contrastBorder}}60",
"input.background": "{{variant.scheme.inputBackground}}", "input.background": "{{variant.scheme.inputBackground}}",
"input.foreground": "{{variant.scheme.inputForeground}}", "input.foreground": "{{variant.scheme.inputForeground}}",
"input.placeholderForeground": "{{variant.scheme.foreground}}60", "input.placeholderForeground": "{{variant.scheme.foreground}}60",