Merge branch 'develop'

This commit is contained in:
Mattia Astorino 2019-05-25 16:45:38 +02:00
commit db10e06ff3
4 changed files with 12 additions and 7 deletions

View file

@ -12,9 +12,9 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [
- [Installation](#installation)
- [Packaged VSIX Extension](#packaged-vsix-extension)
- [GitHub Repository Clone](#github-repository-clone)
- [Activate theme](#activate-theme)
- [Set the accent color](#set-the-accent-color)
- [Override theme colors](#override-theme-colors)
- [Activate theme](#activate-theme)
- [Set the accent color](#set-the-accent-color)
- [Override theme colors](#override-theme-colors)
- [Color Scheme override](#color-scheme-override)
- [Recommended settings for a better experience](#recommended-settings-for-a-better-experience)
- [Official Portings](#official-portings)

View file

@ -96,7 +96,7 @@
}
},
"changelog": {
"lastversion": "2.8.0"
"lastversion": "2.8.2"
},
"themeVariants": {
"Darker": "./themes/Material-Theme-Darker.json",

View file

@ -44,6 +44,7 @@
"activationEvents": [
"*"
],
"extensionKind": "ui",
"main": "./out/src/material.theme.config",
"contributes": {
"commands": [

View file

@ -131,7 +131,6 @@
"name": "Function, Special Method",
"scope": [
"entity.name.function",
"meta.function-call",
"variable.function",
"support.function",
"keyword.other.special-method"
@ -693,6 +692,9 @@
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
"editor.selectionBackground": "{{variant.scheme.selection}}",
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
"editor.findMatchBackground": "{{variant.scheme.base.pink}}",
"editorOverviewRuler.findMatchForeground": "{{variant.scheme.base.pink}}60",
"editor.findMatchHighlightBackground": "{{variant.scheme.base.pink}}60",
"editorOverviewRuler.border": "{{variant.scheme.background}}",
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
@ -724,6 +726,8 @@
"statusBar.debuggingBackground": "{{variant.scheme.base.purple}}",
"statusBar.debuggingForeground": "{{variant.scheme.base.white}}",
"statusBarItem.hoverBackground": "{{variant.scheme.comments}}20",
"statusBarItem.remoteForeground": "{{variant.scheme.base.black}}",
"statusBarItem.remoteBackground": "{{commons.accents.Teal}}",
"activityBar.background": "{{variant.scheme.backgroundAlt}}",
"activityBar.border": "{{variant.scheme.contrastBorder}}60",
"activityBar.foreground": "{{variant.scheme.foreground}}",