fix: Improve panels titles

Close #208
This commit is contained in:
Mattia Astorino 2018-06-23 19:53:27 +02:00
parent b9930960f0
commit 905e99ae01
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
3 changed files with 10 additions and 3 deletions

View file

@ -65,6 +65,10 @@ const accentsProperties: IGenericObject <IAccentCustomProperty> = {
'settings.modifiedItemForeground': { 'settings.modifiedItemForeground': {
alpha: 100, alpha: 100,
value: undefined value: undefined
},
'panelTitle.activeBorder': {
alpha: 100,
value: undefined
} }
}; };

View file

@ -787,13 +787,16 @@
"editorError.foreground": "{{variant.scheme.base.red}}70", "editorError.foreground": "{{variant.scheme.base.red}}70",
"editorWarning.foreground": "{{variant.scheme.base.green}}70", "editorWarning.foreground": "{{variant.scheme.base.green}}70",
"editorWidget.background": "{{variant.scheme.backgroundAlt}}", "editorWidget.background": "{{variant.scheme.backgroundAlt}}",
"editor.findWidgetResizeBorder": "{{commons.accents.Teal}}", "editorWidget.resizeBorder": "{{commons.accents.Teal}}",
"editorWidget.border": "{{variant.scheme.base.Teal}}", "editorWidget.border": "{{variant.scheme.base.Teal}}",
"editorMarkerNavigation.background": "{{variant.scheme.foreground}}05", "editorMarkerNavigation.background": "{{variant.scheme.foreground}}05",
"widget.shadow": "{{variant.scheme.shadow}}", "widget.shadow": "{{variant.scheme.shadow}}",
"panel.border": "{{variant.scheme.contrastBorder}}60", "panel.border": "{{variant.scheme.contrastBorder}}60",
"panel.background": "{{variant.scheme.backgroundAlt}}", "panel.background": "{{variant.scheme.backgroundAlt}}",
"panelTitle.activeForeground": "{{variant.scheme.foreground}}", "panel.dropBackground": "{{variant.scheme.foreground}}",
"panelTitle.inactiveForeground": "{{variant.scheme.foreground}}",
"panelTitle.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"panelTitle.activeBorder": "{{commons.accents.Teal}}",
"diffEditor.insertedTextBackground": "{{variant.scheme.base.green}}15", "diffEditor.insertedTextBackground": "{{variant.scheme.base.green}}15",
"diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20", "diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20",
"notifications.background": "{{variant.scheme.background}}", "notifications.background": "{{variant.scheme.background}}",