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': {
alpha: 100,
value: undefined
},
'panelTitle.activeBorder': {
alpha: 100,
value: undefined
}
};

View file

@ -214,4 +214,4 @@
"_folder_dark",
"_folder_light"
]
}
}

View file

@ -787,13 +787,16 @@
"editorError.foreground": "{{variant.scheme.base.red}}70",
"editorWarning.foreground": "{{variant.scheme.base.green}}70",
"editorWidget.background": "{{variant.scheme.backgroundAlt}}",
"editor.findWidgetResizeBorder": "{{commons.accents.Teal}}",
"editorWidget.resizeBorder": "{{commons.accents.Teal}}",
"editorWidget.border": "{{variant.scheme.base.Teal}}",
"editorMarkerNavigation.background": "{{variant.scheme.foreground}}05",
"widget.shadow": "{{variant.scheme.shadow}}",
"panel.border": "{{variant.scheme.contrastBorder}}60",
"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.removedTextBackground": "{{variant.scheme.base.red}}20",
"notifications.background": "{{variant.scheme.background}}",