Merge branch 'develop'
This commit is contained in:
commit
c1e82bb523
4 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
|
|
||||||
<p align="center"><img width="980px" src="https://i.imgur.com/qvxc7OA.jpg"></p>
|
<p align="center"><img width="980px" src="https://i.imgur.com/qvxc7OA.jpg"></p>
|
||||||
|
|
||||||
[![Twitter](https://img.shields.io/twitter/url/https/github.com/equinusocio/vsc-material-theme.svg?style=flat-square)](https://twitter.com/intent/tweet?text=Check%20the%20most%20epic%20theme%20for%20Visual%20Studio%20Code:&url=https%3A%2F%2Fgithub.com%2Fequinusocio%2Fvsc-material-theme)
|
|
||||||
[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases)
|
[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases)
|
||||||
<a href="https://code.visualstudio.com/updates/v1_25"><img src="https://img.shields.io/badge/VS_Code-v1.25+-373277.svg?style=flat-square"/></a> <a href="https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme"><img src="https://vsmarketplacebadge.apphb.com/installs/Equinusocio.vsc-material-theme.svg?style=flat-square"/></a>
|
<a href="https://code.visualstudio.com/updates/v1_25"><img src="https://img.shields.io/badge/VS_Code-v1.25+-373277.svg?style=flat-square"/></a> <a href="https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme"><img src="https://vsmarketplacebadge.apphb.com/installs/Equinusocio.vsc-material-theme.svg?style=flat-square"/></a>
|
||||||
<a href="https://opencollective.com/vsc-material-theme"><img src="https://img.shields.io/badge/Support%20this%20project-%F0%9F%92%96%EF%B8%8F-green.svg?style=flat-square"/></a>
|
|
||||||
|
|
||||||
|
|
||||||
The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues)
|
The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues)
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "2.6.0"
|
"lastversion": "2.6.1"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
@ -205,6 +205,11 @@
|
||||||
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
||||||
"href": "https://github.com/equinusocio/vsc-material-theme/issues",
|
"href": "https://github.com/equinusocio/vsc-material-theme/issues",
|
||||||
"description": "Open issues"
|
"description": "Open issues"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://img.shields.io/badge/Support%20this%20project-%F0%9F%92%96%EF%B8%8F-green.svg?style=flat-square",
|
||||||
|
"href": "https://opencollective.com/vsc-material-theme",
|
||||||
|
"description": "Support us!"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -714,6 +714,7 @@
|
||||||
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
|
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
|
||||||
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
|
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
|
||||||
"tab.activeBorder": "{{commons.accents.Teal}}",
|
"tab.activeBorder": "{{commons.accents.Teal}}",
|
||||||
|
"tab.activeModifiedBorder": "{{variant.scheme.sidebarForeground}}",
|
||||||
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
|
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
|
||||||
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
||||||
"tab.inactiveForeground": "{{variant.scheme.sidebarForeground}}",
|
"tab.inactiveForeground": "{{variant.scheme.sidebarForeground}}",
|
||||||
|
|
Loading…
Reference in a new issue