Merge branch 'develop'
This commit is contained in:
commit
07dff2d726
3 changed files with 3 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
},
|
||||
"changelog": {
|
||||
"lastversion": "2.7.0"
|
||||
"lastversion": "2.8.0"
|
||||
},
|
||||
"themeVariants": {
|
||||
"Darker": "./themes/Material-Theme-Darker.json",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vsc-material-theme",
|
||||
"displayName": "Material Theme",
|
||||
"description": "The most epic theme now for Visual Studio Code",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"publisher": "Equinusocio",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Mattia Astorino [@equinusocio]",
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
"keyword.control",
|
||||
"constant.other.color",
|
||||
"punctuation.definition.tag",
|
||||
"punctuation",
|
||||
"punctuation.separator.inheritance.php",
|
||||
"punctuation.definition.tag.html",
|
||||
"punctuation.definition.tag.begin.html",
|
||||
|
|
Loading…
Reference in a new issue