Merge branch 'develop'
This commit is contained in:
commit
db10e06ff3
4 changed files with 12 additions and 7 deletions
10
README.md
10
README.md
|
@ -10,12 +10,12 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [
|
|||
|
||||
- [Getting started](#getting-started)
|
||||
- [Installation](#installation)
|
||||
- [Packaged VSIX Extension](#packaged-vsix-extension)
|
||||
- [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)
|
||||
- [Color Scheme override](#color-scheme-override)
|
||||
- [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)
|
||||
- [Other resources](#other-resources)
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
},
|
||||
"changelog": {
|
||||
"lastversion": "2.8.0"
|
||||
"lastversion": "2.8.2"
|
||||
},
|
||||
"themeVariants": {
|
||||
"Darker": "./themes/Material-Theme-Darker.json",
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
"activationEvents": [
|
||||
"*"
|
||||
],
|
||||
"extensionKind": "ui",
|
||||
"main": "./out/src/material.theme.config",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
|
|
@ -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}}",
|
||||
|
|
Loading…
Reference in a new issue