Add panelSectionHeader.background
This matches the style of section headers in the sidebar and panel.pull/6/head
parent
420d876efd
commit
db9a96dfe3
|
@ -123,6 +123,7 @@ module.exports = {
|
||||||
'panelTitle.inactiveForeground': vars.common,
|
'panelTitle.inactiveForeground': vars.common,
|
||||||
'panelTitle.activeForeground': '#16967a',
|
'panelTitle.activeForeground': '#16967a',
|
||||||
'panelTitle.activeBorder': '#3fc2a7',
|
'panelTitle.activeBorder': '#3fc2a7',
|
||||||
|
'panelSectionHeader.background': vars.plain2,
|
||||||
'diffEditor.insertedTextBackground': '#91B85915',
|
'diffEditor.insertedTextBackground': '#91B85915',
|
||||||
'diffEditor.removedTextBackground': '#E5393520',
|
'diffEditor.removedTextBackground': '#E5393520',
|
||||||
'notifications.background': vars.white,
|
'notifications.background': vars.white,
|
||||||
|
|
Loading…
Reference in New Issue