From 532a664b09bca4ad98b714360d84f8e14c342570 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 22 Mar 2019 21:12:27 +0100 Subject: [PATCH 1/2] fix: Fix squiggles colors to match overview rulers Close #336 --- src/themes/theme-template-color-theme.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 202bffd..1d0d00b 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -697,6 +697,9 @@ "editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40", "editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40", "editorOverviewRuler.warningForeground": "{{variant.scheme.base.yellow}}40", + "editorInfo.foreground": "{{variant.scheme.base.blue}}70", + "editorWarning.foreground": "{{variant.scheme.base.yellow}}70", + "editorError.foreground": "{{variant.scheme.base.red}}70", "editorHoverWidget.background": "{{variant.scheme.background}}", "editorHoverWidget.border": "{{variant.scheme.inputBorder}}", "editorIndentGuide.background": "{{variant.scheme.guides}}70", @@ -779,8 +782,6 @@ "editorSuggestWidget.highlightForeground": "{{commons.accents.Teal}}", "editorSuggestWidget.selectedBackground": "{{variant.scheme.lineHighlight}}50", "editorSuggestWidget.border": "{{variant.scheme.inputBorder}}", - "editorError.foreground": "{{variant.scheme.base.red}}70", - "editorWarning.foreground": "{{variant.scheme.base.green}}70", "editorWidget.background": "{{variant.scheme.backgroundAlt}}", "editorWidget.resizeBorder": "{{commons.accents.Teal}}", "editorWidget.border": "{{variant.scheme.base.Teal}}", From 8cf07395bcfcae1816104cb930e25b3c9b2a7e63 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 22 Mar 2019 21:21:41 +0100 Subject: [PATCH 2/2] 2.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a996b50..82800bf 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.8.1", + "version": "2.8.2", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",