From db9a96dfe31e81db4c9b7f8c2605d959f3021ae8 Mon Sep 17 00:00:00 2001 From: EHBaozi <38034505+EHBaozi@users.noreply.github.com> Date: Thu, 18 Jun 2020 23:51:03 +0100 Subject: [PATCH] Add panelSectionHeader.background This matches the style of section headers in the sidebar and panel. --- src/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/colors.js b/src/colors.js index ebe1dd9..62c6452 100644 --- a/src/colors.js +++ b/src/colors.js @@ -123,6 +123,7 @@ module.exports = { 'panelTitle.inactiveForeground': vars.common, 'panelTitle.activeForeground': '#16967a', 'panelTitle.activeBorder': '#3fc2a7', + 'panelSectionHeader.background': vars.plain2, 'diffEditor.insertedTextBackground': '#91B85915', 'diffEditor.removedTextBackground': '#E5393520', 'notifications.background': vars.white,