fix: Add borders to section headers for HC variants
This commit is contained in:
parent
cac30f7339
commit
1bf6a0be2e
1 changed files with 1 additions and 0 deletions
|
@ -742,6 +742,7 @@
|
|||
"titleBar.border": "{{variant.scheme.contrastBorder}}60",
|
||||
"sideBarTitle.foreground": "{{variant.scheme.foreground}}",
|
||||
"sideBarSectionHeader.background": "{{variant.scheme.backgroundAlt}}",
|
||||
"sideBarSectionHeader.border": "{{variant.scheme.contrastBorder}}60",
|
||||
"input.background": "{{variant.scheme.inputBackground}}",
|
||||
"input.foreground": "{{variant.scheme.inputForeground}}",
|
||||
"input.placeholderForeground": "{{variant.scheme.foreground}}60",
|
||||
|
|
Loading…
Reference in a new issue