From 1bf6a0be2e7dadea6a242c2e60216250b34aa48c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 10 Nov 2018 11:20:59 +0100 Subject: [PATCH] fix: Add borders to section headers for HC variants --- src/themes/theme-template-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 3ea746a..4a7d64e 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -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",