Merge branch 'develop'
This commit is contained in:
commit
db10e06ff3
4 changed files with 12 additions and 7 deletions
|
@ -12,9 +12,9 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Packaged VSIX Extension](#packaged-vsix-extension)
|
- [Packaged VSIX Extension](#packaged-vsix-extension)
|
||||||
- [GitHub Repository Clone](#github-repository-clone)
|
- [GitHub Repository Clone](#github-repository-clone)
|
||||||
- [Activate theme](#activate-theme)
|
- [Activate theme](#activate-theme)
|
||||||
- [Set the accent color](#set-the-accent-color)
|
- [Set the accent color](#set-the-accent-color)
|
||||||
- [Override theme colors](#override-theme-colors)
|
- [Override theme colors](#override-theme-colors)
|
||||||
- [Color Scheme override](#color-scheme-override)
|
- [Color Scheme override](#color-scheme-override)
|
||||||
- [Recommended settings for a better experience](#recommended-settings-for-a-better-experience)
|
- [Recommended settings for a better experience](#recommended-settings-for-a-better-experience)
|
||||||
- [Official Portings](#official-portings)
|
- [Official Portings](#official-portings)
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "2.8.0"
|
"lastversion": "2.8.2"
|
||||||
},
|
},
|
||||||
"themeVariants": {
|
"themeVariants": {
|
||||||
"Darker": "./themes/Material-Theme-Darker.json",
|
"Darker": "./themes/Material-Theme-Darker.json",
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
"extensionKind": "ui",
|
||||||
"main": "./out/src/material.theme.config",
|
"main": "./out/src/material.theme.config",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|
|
@ -131,7 +131,6 @@
|
||||||
"name": "Function, Special Method",
|
"name": "Function, Special Method",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.function",
|
"entity.name.function",
|
||||||
"meta.function-call",
|
|
||||||
"variable.function",
|
"variable.function",
|
||||||
"support.function",
|
"support.function",
|
||||||
"keyword.other.special-method"
|
"keyword.other.special-method"
|
||||||
|
@ -693,6 +692,9 @@
|
||||||
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
|
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
|
||||||
"editor.selectionBackground": "{{variant.scheme.selection}}",
|
"editor.selectionBackground": "{{variant.scheme.selection}}",
|
||||||
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
|
"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.border": "{{variant.scheme.background}}",
|
||||||
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
|
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
|
||||||
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
|
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
|
||||||
|
@ -724,6 +726,8 @@
|
||||||
"statusBar.debuggingBackground": "{{variant.scheme.base.purple}}",
|
"statusBar.debuggingBackground": "{{variant.scheme.base.purple}}",
|
||||||
"statusBar.debuggingForeground": "{{variant.scheme.base.white}}",
|
"statusBar.debuggingForeground": "{{variant.scheme.base.white}}",
|
||||||
"statusBarItem.hoverBackground": "{{variant.scheme.comments}}20",
|
"statusBarItem.hoverBackground": "{{variant.scheme.comments}}20",
|
||||||
|
"statusBarItem.remoteForeground": "{{variant.scheme.base.black}}",
|
||||||
|
"statusBarItem.remoteBackground": "{{commons.accents.Teal}}",
|
||||||
"activityBar.background": "{{variant.scheme.backgroundAlt}}",
|
"activityBar.background": "{{variant.scheme.backgroundAlt}}",
|
||||||
"activityBar.border": "{{variant.scheme.contrastBorder}}60",
|
"activityBar.border": "{{variant.scheme.contrastBorder}}60",
|
||||||
"activityBar.foreground": "{{variant.scheme.foreground}}",
|
"activityBar.foreground": "{{variant.scheme.foreground}}",
|
||||||
|
|
Loading…
Reference in a new issue