diff --git a/package.json b/package.json index 64f8d95..4e64f51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "2.7.0", + "version": "2.8.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", @@ -141,7 +141,9 @@ } ] }, - "extensionDependency": ["Equinusocio.vsc-material-theme-icons"], + "extensionDependency": [ + "Equinusocio.vsc-material-theme-icons" + ], "badges": [ { "url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 3781050..e726792 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -93,7 +93,6 @@ "scope": [ "keyword.control", "constant.other.color", - "punctuation", "punctuation.definition.tag", "punctuation.separator.inheritance.php", "punctuation.definition.tag.html", @@ -694,6 +693,9 @@ "editor.selectionBackground": "{{variant.scheme.selection}}", "editor.selectionHighlightBackground": "{{variant.scheme.caret}}20", "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.border": "{{variant.scheme.inputBorder}}", "editorIndentGuide.background": "{{variant.scheme.guides}}70",