Merge branch 'develop'
This commit is contained in:
commit
d0720c4b2d
2 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "vsc-material-theme",
|
"name": "vsc-material-theme",
|
||||||
"displayName": "Material Theme",
|
"displayName": "Material Theme",
|
||||||
"description": "The most epic theme now for Visual Studio Code",
|
"description": "The most epic theme now for Visual Studio Code",
|
||||||
"version": "2.7.0",
|
"version": "2.8.0",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Mattia Astorino [@equinusocio]",
|
"author": "Mattia Astorino [@equinusocio]",
|
||||||
|
@ -141,7 +141,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extensionDependency": ["Equinusocio.vsc-material-theme-icons"],
|
"extensionDependency": [
|
||||||
|
"Equinusocio.vsc-material-theme-icons"
|
||||||
|
],
|
||||||
"badges": [
|
"badges": [
|
||||||
{
|
{
|
||||||
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"keyword.control",
|
"keyword.control",
|
||||||
"constant.other.color",
|
"constant.other.color",
|
||||||
"punctuation",
|
|
||||||
"punctuation.definition.tag",
|
"punctuation.definition.tag",
|
||||||
"punctuation.separator.inheritance.php",
|
"punctuation.separator.inheritance.php",
|
||||||
"punctuation.definition.tag.html",
|
"punctuation.definition.tag.html",
|
||||||
|
@ -694,6 +693,9 @@
|
||||||
"editor.selectionBackground": "{{variant.scheme.selection}}",
|
"editor.selectionBackground": "{{variant.scheme.selection}}",
|
||||||
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
|
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
|
||||||
"editorOverviewRuler.border": "{{variant.scheme.background}}",
|
"editorOverviewRuler.border": "{{variant.scheme.background}}",
|
||||||
|
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
|
||||||
|
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
|
||||||
|
"editorOverviewRuler.warningForeground": "{{variant.scheme.base.yellow}}40",
|
||||||
"editorHoverWidget.background": "{{variant.scheme.background}}",
|
"editorHoverWidget.background": "{{variant.scheme.background}}",
|
||||||
"editorHoverWidget.border": "{{variant.scheme.inputBorder}}",
|
"editorHoverWidget.border": "{{variant.scheme.inputBorder}}",
|
||||||
"editorIndentGuide.background": "{{variant.scheme.guides}}70",
|
"editorIndentGuide.background": "{{variant.scheme.guides}}70",
|
||||||
|
|
Loading…
Reference in a new issue