Add panelSectionHeader.background

This matches the style of section headers in the sidebar and panel.
pull/6/head
EHBaozi 2020-06-18 23:51:03 +01:00 committed by GitHub
parent 420d876efd
commit db9a96dfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,